Results

By type

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

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

2022-06-16T05:25:49.399Z||main|||||INFO|500||The following profiles are active: basic
2022-06-16T05:26:06.019Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-16T05:26:06.020Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-16T05:26:06.154Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-16T05:26:12.245Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-16T05:26:12.761Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-16T05:26:13.418Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-16T05:26:13.428Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-16T05:26:13.563Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-16T05:26:13.877Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-16T05:26:14.740Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-16T05:26:17.537Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-16T05:26:21.192Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-16T05:26:21.302Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-16T05:26:22.073Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-16T05:26:22.374Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-16T05:26:24.234Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-16T05:26:25.817Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-16T05:26:25.839Z||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$$1cee29c1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-16T05:26:25.841Z||main|||||WARN|500||The sdc end point is not alive
2022-06-16T05:26:29.715Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-16T05:26:33.474Z||main|||||WARN|500||---
2022-06-16T05:26:33.474Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-16T05:26:33.474Z||main|||||WARN|500||---
2022-06-16T05:26:34.124Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-16T05:26:40.885Z||main|||||INFO|500||Started Application in 55.49 seconds (JVM running for 58.09)
2022-06-16T05:26:40.908Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-16T05:26:40.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-16T05:26:40.937Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-16T05:26:40.985Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-16T05:26:41.048Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 379ea9e0-e33b-413d-acc0-1160af3d3c3f url= /sdc/v1/artifactTypes
2022-06-16T05:26:41.049Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-16T05:26:42.150Z||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.22.114] 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$$5d7fd34.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-16T05:26:42.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18dd9f44
2022-06-16T05:26:42.155Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-16T05:26:42.172Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-16T05:26:42.174Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-16T05:26:42.177Z||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$$5d7fd34.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-16T05:27:30.874Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-16T05:27:30.875Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-16T05:27:30.876Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-16T05:27:30.879Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-16T05:27:30.890Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b146cf6b-4d70-4ddb-8d6f-f3939d2c281e url= /sdc/v1/artifactTypes
2022-06-16T05:27:30.891Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-16T05:27:31.911Z||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.22.114] 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$$5d7fd34.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-16T05:27:31.912Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1290edcd
2022-06-16T05:27:31.912Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-16T05:27:31.912Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-16T05:27:31.913Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-16T05:27:31.913Z||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$$5d7fd34.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-16T05:28:20.876Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-16T05:28:20.879Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-16T05:28:20.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-16T05:28:20.888Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-16T05:28:20.897Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ece6d4e3-705a-4448-ba02-1ed0dcd8d8dc url= /sdc/v1/artifactTypes
2022-06-16T05:28:20.898Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-16T05:28:21.489Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-16T05:28:21.503Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-16T05:28:21.535Z||scheduling-1|||||DEBUG|500||create keys
2022-06-16T05:28:21.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-16T05:28:21.585Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:28:21.609Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b388c170-dbb2-428e-b03e-fd6b7f3b7525 url= /sdc/v1/registerForDistribution
2022-06-16T05:28:21.879Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b388c170-dbb2-428e-b03e-fd6b7f3b7525 url= /sdc/v1/registerForDistribution
2022-06-16T05:28:21.880Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-16T05:28:21.897Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:28:21.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:28:21.915Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-16T05:28:21.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:28:21.916Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T05:28:21.915Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:28:21.917Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:28:32.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:28:32.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:29:21.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:29:21.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:29:21.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:29:21.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-06-16T05:29:21.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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:29:21.960Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:29:31.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:29:31.535Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:30:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:30:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:30:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:30:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:30:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:30:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:30:31.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:30:31.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:31:21.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:31:21.891Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:31:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:31:21.897Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:31:21.898Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:31:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:31:31.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:31:31.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:32:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:32:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:32:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:32:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:32:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:32:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:32:31.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:32:31.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:33:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:33:21.893Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:33:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:33:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:33:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:33:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:33:31.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:33:31.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:34:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:34:21.893Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:34:21.894Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:34:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:34:21.898Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:34:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:34:31.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:34:31.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:35:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:35:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:35:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:35:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:35:21.899Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:35:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:35:31.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:35:31.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:36:02.524Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-16T05:36:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:36:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:36:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:36:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:36:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:36:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:36:31.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:36:31.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:37:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:37:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:37:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:37:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:37:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:37:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:37:31.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:37:31.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:38:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:38:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:38:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:38:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:38:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:38:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:38:31.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:38:31.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:39:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:39:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:39:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:39:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:39:21.896Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:39:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:39:31.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:39:31.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:40:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:40:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:40:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:40:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:40:21.897Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:40:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:40:31.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:40:31.476Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:41:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:41:21.892Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:41:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:41:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:41:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:41:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:41:31.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:41:31.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:42:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:42:21.892Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:42:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:42:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:42:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:42:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:42:31.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:42:31.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:43:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:43:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:43:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:43:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:43:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:43:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:43:31.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:43:31.506Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:44:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:44:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:44:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:44:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:44:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:44:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:44:31.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:44:31.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:45:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:45:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:45:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:45:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:45:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:45:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:45:31.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:45:31.483Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:46:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:46:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:46:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:46:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:46:21.896Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:46:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:46:31.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:46:31.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:47:21.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:47:21.893Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:47:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:47:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:47:21.896Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:47:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:47:31.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:47:31.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:48:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:48:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:48:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:48:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:48:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:48:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:48:31.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:48:31.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:49:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:49:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:49:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:49:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:49:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:49:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:49:31.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:49:31.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:50:21.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:50:21.895Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:50:21.895Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:50:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:50:21.896Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:50:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:50:31.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:50:31.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:51:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:51:21.892Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:51:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:51:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:51:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:51:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:51:31.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:51:31.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:52:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:52:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:52:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:52:21.897Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:52:21.898Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:52:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:52:31.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:52:31.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:53:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:53:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:53:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:53:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:53:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:53:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:53:31.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:53:31.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:54:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:54:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:54:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:54:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:54:21.896Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:54:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:54:31.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:54:31.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:55:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:55:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:55:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:55:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:55:21.898Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:55:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:55:31.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:55:31.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:56:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:56:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:56:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:56:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:56:21.897Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:56:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:56:31.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:56:31.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:57:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:57:21.890Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:57:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:57:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:57:21.897Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:57:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:57:31.474Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:57:31.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:58:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:58:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:58:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:58:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:58:21.897Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:58:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:58:31.454Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:58:31.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:59:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:59:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:59:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:59:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:59:21.897Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T05:59:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:59:31.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T05:59:31.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:00:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:00:21.893Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:00:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:00:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:00:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:00:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:00:31.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:00:31.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:01:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:01:21.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:01:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:01:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:01:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:01:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:01:31.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:01:31.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:02:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:02:21.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:02:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:02:21.897Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:02:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:02:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:02:31.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:02:31.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:03:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:03:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:03:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:03:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:03:21.897Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:03:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:03:31.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:03:31.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:04:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:04:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:04:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:04:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:04:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:04:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:04:31.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:04:31.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:05:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:05:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:05:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:05:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:05:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:05:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:05:31.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:05:31.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:06:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:06:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:06:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:06:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:06:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:06:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:06:31.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:06:31.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:07:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:07:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:07:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:07:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:07:21.896Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:07:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:07:31.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:07:31.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:08:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:08:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:08:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:08:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:08:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:08:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:08:31.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:08:31.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:09:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:09:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:09:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:09:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:09:21.896Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:09:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:09:31.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:09:31.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:10:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:10:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:10:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:10:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:10:21.896Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:10:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:10:31.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:10:31.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:11:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:11:21.893Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:11:21.893Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:11:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:11:21.898Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:11:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:11:31.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:11:31.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:12:21.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:12:21.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:12:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:12:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:12:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:12:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:12:31.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:12:31.448Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:13:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:13:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:13:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:13:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:13:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:13:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:13:31.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:13:31.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:14:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:14:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:14:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:14:21.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:14:21.897Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:14:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:14:31.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:14:31.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:15:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:15:21.890Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:15:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:15:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:15:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:15:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:15:31.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:15:31.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:16:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:16:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:16:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:16:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:16:21.896Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:16:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:16:31.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:16:31.467Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:17:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:17:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:17:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:17:21.897Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:17:21.898Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:17:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:17:31.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:17:31.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:18:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:18:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:18:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:18:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:18:21.896Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:18:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:18:31.470Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:18:31.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:19:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:19:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:19:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:19:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:19:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:19:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:19:31.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:19:31.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:20:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:20:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:20:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:20:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:20:21.896Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:20:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:20:31.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:20:31.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:21:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:21:21.892Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:21:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:21:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:21:21.896Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:21:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:21:31.471Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:21:31.471Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:22:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:22:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:22:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:22:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:22:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:22:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:22:31.473Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:22:31.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:23:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:23:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:23:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:23:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:23:21.896Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:23:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:23:31.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:23:31.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:24:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:24:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:24:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:24:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:24:21.896Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:24:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:24:31.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:24:31.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:25:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:25:21.892Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:25:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:25:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:25:21.896Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:25:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:25:31.493Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:25:31.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:26:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:26:21.892Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:26:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:26:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:26:21.896Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:26:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:26:31.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:26:31.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:27:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:27:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:27:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:27:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:27:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:27:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:27:31.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:27:31.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:28:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:28:21.894Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:28:21.894Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:28:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:28:21.896Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:28:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:28:31.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:28:31.490Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:29:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:29:21.892Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:29:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:29:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:29:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:29:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:29:31.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:29:31.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:30:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:30:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:30:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:30:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:30:21.896Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:30:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:30:31.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:30:31.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:31:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:31:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:31:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:31:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:31:21.896Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:31:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:31:31.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:31:31.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:32:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:32:21.890Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:32:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:32:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:32:21.897Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:32:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:32:31.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:32:31.487Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:33:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:33:21.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:33:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:33:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:33:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:33:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:33:31.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:33:31.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:34:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:34:21.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:34:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:34:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:34:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:34:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:34:31.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:34:31.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:35:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:35:21.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:35:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:35:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:35:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:35:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:35:31.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:35:31.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:36:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:36:21.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:36:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:36:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:36:21.896Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:36:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:36:31.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:36:31.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:37:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:37:21.893Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:37:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:37:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:37:21.897Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:37:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:37:31.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:37:31.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:38:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:38:21.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:38:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:38:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:38:21.896Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:38:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:38:31.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:38:31.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:39:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:39:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:39:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:39:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:39:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:39:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:39:31.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:39:31.494Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:40:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:40:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:40:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:40:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:40:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:40:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:40:31.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:40:31.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:41:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:41:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:41:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:41:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:41:21.897Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:41:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:41:31.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:41:31.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:42:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:42:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:42:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:42:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:42:21.897Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:42:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:42:31.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:42:31.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:43:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:43:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:43:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:43:21.897Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:43:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:43:21.896Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:43:31.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:43:31.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:44:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:44:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:44:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:44:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:44:21.896Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:44:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:44:31.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:44:31.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:45:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:45:21.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:45:21.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:45:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:45:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:45:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:45:31.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:45:31.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:46:21.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:46:21.893Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:46:21.893Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yKP89qUvJiiXjWqy) ...
2022-06-16T06:46:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:46:21.896Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:46:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:46:31.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:46:31.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:47:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:47:21.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:47:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:47:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:47:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:47:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:47:31.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:47:31.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:48:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:48:21.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:48:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:48:21.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:48:21.897Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:48:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:48:31.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:48:31.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:49:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:49:21.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:49:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:49:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:49:21.897Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:49:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:49:31.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:49:31.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:50:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:50:21.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:50:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:50:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:50:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:50:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:50:31.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:50:31.494Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:51:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:51:21.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:51:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:51:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:51:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:51:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:51:31.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:51:31.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:52:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:52:21.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:52:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:52:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:52:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:52:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:52:31.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:52:31.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:53:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:53:21.890Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:53:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:53:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:53:21.896Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:53:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:53:31.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:53:31.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:54:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:54:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:54:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:54:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:54:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:54:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:54:31.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:54:31.490Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:55:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:55:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:55:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:55:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:55:21.896Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:55:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:55:31.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:55:31.469Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:56:21.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:56:21.893Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:56:21.894Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:56:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:56:21.898Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:56:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:56:31.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:56:31.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:57:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:57:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:57:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:57:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:57:21.896Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:57:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:57:31.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:57:31.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:58:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:58:21.890Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:58:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:58:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:58:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:58:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:58:31.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:58:31.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:59:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:59:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:59:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:59:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:59:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T06:59:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:59:31.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T06:59:31.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:00:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:00:21.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:00:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:00:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:00:21.896Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:00:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:00:31.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:00:31.454Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:01:21.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:01:21.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:01:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:01:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:01:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:01:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:01:31.449Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:01:31.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:02:21.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:02:21.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:02:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:02:21.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:02:21.896Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:02:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:02:31.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:02:31.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:03:21.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:03:21.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:03:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:03:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:03:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:03:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:03:31.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:03:31.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:04:21.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:04:21.891Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:04:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:04:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:04:21.897Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:04:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:04:31.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:04:31.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:05:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:05:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:05:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:05:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:05:21.899Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:05:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:05:31.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:05:31.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:06:21.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:06:21.896Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:06:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:06:21.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:06:21.897Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:06:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:06:31.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:06:31.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:07:21.891Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:07:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:07:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:07:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:22.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:22.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363230432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363232946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363229215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363227949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363237911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363230432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:07:22.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363229215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363232946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363227949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:07:22.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363237911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363230432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:07:22.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363229215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363232946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363227949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363237911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363230432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363229215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363232946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363227949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:07:22.534Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:22.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"550f9c83-d918-4572-8ceb-bba21d67cbc7","serviceName":"vFW 2022-06-16 07-06-03","serviceVersion":"1.0","serviceUUID":"d5244e77-2f47-4028-8d1a-035e921dd70c","serviceDescription":"catalog service description","serviceInvariantUUID":"0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe","resources":[{"resourceInstanceName":"vFW 2c740296-e27f 0","resourceName":"vFW 2c740296-e27f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5df69181-9dc2-4759-855b-d4bf27498149","resourceInvariantUUID":"c044affa-58c0-4244-9f96-4d2722c935ff","resourceCustomizationUUID":"09ca7204-86a3-4320-85a9-7cce5d6f6615","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml","artifactChecksum":"MWZkNzMyZDcyMmY0ZDMwMWU2NmQ3ODk0ZWIwMjkyYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a247f4ab-a98a-4ff1-96e9-ffdbb7f43780","artifactVersion":"1"},{"artifactName":"vfw2c740296e27f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json","artifactChecksum":"ZmMzYmQxZDFjOGRhNzdiNThlYzA4NzVlNmNjMDBjZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f303ed33-d236-4872-9f82-ed80146b8801","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6222e0a7-a409-4a5e-bfd1-5666a7fd38ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml","artifactChecksum":"YWI2YTU1MjA2OTZjMjY2Y2M1ODFjNzAwYjZkOTY0ZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eddc816d-5f98-4ced-a0e4-436c55f15447","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"766e84c6-c96b-4dd7-89d8-978487bc4755","artifactVersion":"2","generatedFromUUID":"6222e0a7-a409-4a5e-bfd1-5666a7fd38ee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616070603-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml","artifactChecksum":"MTliN2IwYzMzMzhlYjgwODE3MGRmYTYzNWU4MzVmMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d2a0e8c-bab5-47fd-b1ba-92bb7d9ee634","artifactVersion":"1"},{"artifactName":"service-Vfw20220616070603-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar","artifactChecksum":"MDkwZGNjYjE4ODZhZmM5Y2NlYzMyNmNiNDlmNmRhMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30faa297-da57-4fe2-81c9-f172f229c61e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:07:22.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:22.561Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:22.580Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:22.580Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.679Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-16T07:07:22.684Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:22.684Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:22.706Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:22.708Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:23.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:23.591Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:23.593Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:23.593Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:07:23.695Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-16T07:07:23.697Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:23.697Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:23.724Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:23.725Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:24.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:24.595Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:24.597Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:24.597Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:07:24.698Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:24.699Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:24.699Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:24.719Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:24.720Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:25.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:25.599Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:25.601Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:25.602Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:25.702Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:25.703Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:25.703Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:25.719Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:25.719Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:26.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:26.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:26.607Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:26.607Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:07:26.707Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:26.709Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:26.709Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:26.726Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:26.727Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:27.608Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:27.609Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:27.613Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:27.613Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:07:27.713Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:07:27.714Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:27.715Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:27.749Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:27.750Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:28.614Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:28.616Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:28.619Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:28.619Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:07:28.719Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:28.721Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:28.721Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:28.738Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:28.739Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:29.622Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "serviceName": "vFW 2022-06-16 07-06-03",
  "serviceVersion": "1.0",
  "serviceUUID": "d5244e77-2f47-4028-8d1a-035e921dd70c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe",
  "resources": [
    {
      "resourceInstanceName": "vFW 2c740296-e27f 0",
      "resourceCustomizationUUID": "09ca7204-86a3-4320-85a9-7cce5d6f6615",
      "resourceName": "vFW 2c740296-e27f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5df69181-9dc2-4759-855b-d4bf27498149",
      "resourceInvariantUUID": "c044affa-58c0-4244-9f96-4d2722c935ff",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2c740296e27f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
          "artifactChecksum": "ZmMzYmQxZDFjOGRhNzdiNThlYzA4NzVlNmNjMDBjZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f303ed33-d236-4872-9f82-ed80146b8801",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6222e0a7-a409-4a5e-bfd1-5666a7fd38ee",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "766e84c6-c96b-4dd7-89d8-978487bc4755",
            "generatedFromUUID": "6222e0a7-a409-4a5e-bfd1-5666a7fd38ee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "766e84c6-c96b-4dd7-89d8-978487bc4755",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220616070603-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
      "artifactChecksum": "MDkwZGNjYjE4ODZhZmM5Y2NlYzMyNmNiNDlmNmRhMGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "30faa297-da57-4fe2-81c9-f172f229c61e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:07:29.625Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:07:29.626Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5244e77-2f47-4028-8d1a-035e921dd70c ASDC
2022-06-16T07:07:29.784Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:550f9c83-d918-4572-8ceb-bba21d67cbc7
ServiceName:vFW 2022-06-16 07-06-03
ServiceVersion:1.0
ServiceUUID:d5244e77-2f47-4028-8d1a-035e921dd70c
ServiceInvariantUUID:0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616070603-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
ArtifactUUID:30faa297-da57-4fe2-81c9-f172f229c61e
ArtifactChecksum:MDkwZGNjYjE4ODZhZmM5Y2NlYzMyNmNiNDlmNmRhMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2c740296-e27f 0
ResourceCustomizationUUID:09ca7204-86a3-4320-85a9-7cce5d6f6615
ResourceInvariantUUID:c044affa-58c0-4244-9f96-4d2722c935ff
ResourceName:vFW 2c740296-e27f
ResourceType:VF
ResourceUUID:5df69181-9dc2-4759-855b-d4bf27498149
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2c740296e27f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
ArtifactUUID:f303ed33-d236-4872-9f82-ed80146b8801
ArtifactChecksum:ZmMzYmQxZDFjOGRhNzdiNThlYzA4NzVlNmNjMDBjZjU=
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/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
ArtifactUUID:6222e0a7-a409-4a5e-bfd1-5666a7fd38ee
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/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
ArtifactUUID:766e84c6-c96b-4dd7-89d8-978487bc4755
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/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
ArtifactUUID:766e84c6-c96b-4dd7-89d8-978487bc4755
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T07:07:29.785Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5244e77-2f47-4028-8d1a-035e921dd70c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:07:30.100Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:07:30.101Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:07:30.104Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:07:30.104Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 30faa297-da57-4fe2-81c9-f172f229c61e from URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:30.105Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:07:30.107Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:30.244Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:07:30.268Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar 30faa297-da57-4fe2-81c9-f172f229c61e 99008
2022-06-16T07:07:30.269Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar ASDC sendASDCNotification
2022-06-16T07:07:30.270Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:30.271Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:07:30.272Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:30.274Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:30.275Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363250269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:07:30.375Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:30.376Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:30.376Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:30.410Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:30.411Z||pool-10-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:31.275Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:07:31.277Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:07:31.277Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 30faa297-da57-4fe2-81c9-f172f229c61e, URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar to file: /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:31.278Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616070603-csar.csar
2022-06-16T07:07:31.363Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:31.364Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:32.298Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15437580141763250584/Definitions/service-Vfw20220616070603-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-16T07:07:35.581Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:07:35.590Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2c740296-e27f 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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:07:35.599Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.601Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.605Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.605Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:07:35.607Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:07:35.611Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.612Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.612Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.612Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:07:35.613Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:07:35.613Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.613Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.619Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.619Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:35.619Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:07:35.624Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.624Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.624Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65412fbe-468e-4e49-807d-007fd380eb2c
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:35.630Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.636Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.636Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:35.636Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.637Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:07:35.637Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:35.637Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.637Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:35.638Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.638Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adb206c9-0eed-40a2-9396-eedf7964212b
2022-06-16T07:07:35.638Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed34a017-837b-4e00-9e75-bcc9df1bdaf4
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-16 07-06-03
Description:catalog service description
Model UUID:d5244e77-2f47-4028-8d1a-035e921dd70c
Model Version:NULL
Model InvariantUuid:0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2c740296-e27f
Model UUID:41d5aa7a-4bfe-4bf6-a9dc-fa175f4d46b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c044affa-58c0-4244-9f96-4d2722c935ff
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:09ca7204-86a3-4320-85a9-7cce5d6f6615
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0bbe483a-dfae-4b5e-99c0-5cb346decc81
ModelName:Vfw2c740296E27f..base_vfw..module-0
ModelUuid:cfff0717-a5d4-4f66-9d6d-bb773671f48a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:65412fbe-468e-4e49-807d-007fd380eb2c
ModelInvariantUuid:9dc594ea-06e1-4907-8913-62f0df6f21b9
ModelName:vFW 2c740296-e27f-nodes.vfwCvfc
ModelUuid:5dda05c4-d7d0-4c3d-a7ca-f9fede9f0496
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1a5ae044-7080-47e5-8e7e-0adf600745d3
ModelInvariantUuid:8306b7ab-7f63-4af7-96da-6aa10488c094
ModelName:Vfw2c740296E27f.compute.nodes.heat.vfw
ModelUuid:78ab4739-8cb3-4e8c-9ec0-e0eb09493ba6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:adb206c9-0eed-40a2-9396-eedf7964212b
ModelInvariantUuid:841bc22c-790e-4c12-8aa9-8d3ec785907b
ModelName:vFW 2c740296-e27f-nodes.vsnCvfc
ModelUuid:5226c777-9b41-4677-8a19-585ab28b5dae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e4d3f4bd-3f5b-49a4-b268-7230570d0942
ModelInvariantUuid:aba55a7d-efcd-4b85-b5b8-f9899b06df45
ModelName:Vfw2c740296E27f.compute.nodes.heat.vsn
ModelUuid:84c41051-b3d7-42b4-b913-6ca86e50f8f8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ed34a017-837b-4e00-9e75-bcc9df1bdaf4
ModelInvariantUuid:e1f94dcf-2d92-427b-a6aa-e3c7e124d3bf
ModelName:vFW 2c740296-e27f-nodes.vpgCvfc
ModelUuid:62b72a29-f092-4c75-960d-dd236c9a1eb7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7fad85d3-7cb2-483d-9c2d-f18503c3465a
ModelInvariantUuid:b7471f95-e898-4d5c-92d4-fe69159fcb76
ModelName:Vfw2c740296E27f.compute.nodes.heat.vpg
ModelUuid:e68ab504-1961-465a-b399-9d1e8a67a75c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:07:35.671Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5df69181-9dc2-4759-855b-d4bf27498149
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:07:35.810Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||vFW 2c740296-e27f 0
2022-06-16T07:07:35.817Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5df69181-9dc2-4759-855b-d4bf27498149
2022-06-16T07:07:35.817Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f303ed33-d236-4872-9f82-ed80146b8801 from URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
2022-06-16T07:07:35.819Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:07:35.820Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
2022-06-16T07:07:36.012Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:07:36.013Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json f303ed33-d236-4872-9f82-ed80146b8801 785
2022-06-16T07:07:36.014Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json ASDC sendASDCNotification
2022-06-16T07:07:36.014Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
2022-06-16T07:07:36.014Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:07:36.015Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:36.018Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:36.018Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363256014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:07:36.118Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:36.119Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:36.119Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:36.144Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:36.145Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:37.021Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2c740296E27f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0bbe483a-dfae-4b5e-99c0-5cb346decc81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfff0717-a5d4-4f66-9d6d-bb773671f48a",
    "vfModuleModelCustomizationUUID": "6cb92dd3-91fd-4eb5-abdf-abbe8f06f650",
    "isBase": true,
    "artifacts": [
      "6222e0a7-a409-4a5e-bfd1-5666a7fd38ee",
      "766e84c6-c96b-4dd7-89d8-978487bc4755"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:07:37.041Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2c740296E27f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfff0717-a5d4-4f66-9d6d-bb773671f48a
VfModuleModelInvariantUUID:0bbe483a-dfae-4b5e-99c0-5cb346decc81
VfModuleModelDescription:NULL
Artifacts UUID List:{
6222e0a7-a409-4a5e-bfd1-5666a7fd38ee
,
766e84c6-c96b-4dd7-89d8-978487bc4755

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

isBase:true


}

2022-06-16T07:07:37.045Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2c740296E27f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0bbe483a-dfae-4b5e-99c0-5cb346decc81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfff0717-a5d4-4f66-9d6d-bb773671f48a",
    "vfModuleModelCustomizationUUID": "6cb92dd3-91fd-4eb5-abdf-abbe8f06f650",
    "isBase": true,
    "artifacts": [
      "6222e0a7-a409-4a5e-bfd1-5666a7fd38ee",
      "766e84c6-c96b-4dd7-89d8-978487bc4755"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:07:37.045Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2c740296E27f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfff0717-a5d4-4f66-9d6d-bb773671f48a
VfModuleModelInvariantUUID:0bbe483a-dfae-4b5e-99c0-5cb346decc81
VfModuleModelDescription:NULL
Artifacts UUID List:{
6222e0a7-a409-4a5e-bfd1-5666a7fd38ee
,
766e84c6-c96b-4dd7-89d8-978487bc4755

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

isBase:true


}

2022-06-16T07:07:37.046Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6222e0a7-a409-4a5e-bfd1-5666a7fd38ee from URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
2022-06-16T07:07:37.046Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:07:37.047Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
2022-06-16T07:07:37.130Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:07:37.132Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml 6222e0a7-a409-4a5e-bfd1-5666a7fd38ee 20368
2022-06-16T07:07:37.133Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:07:37.133Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
2022-06-16T07:07:37.133Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:07:37.134Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:37.137Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:37.137Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363257133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:07:37.240Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-16T07:07:37.241Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:37.244Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:37.273Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:37.274Z||pool-12-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:38.138Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 766e84c6-c96b-4dd7-89d8-978487bc4755 from URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
2022-06-16T07:07:38.142Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:07:38.143Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
2022-06-16T07:07:38.227Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:07:38.229Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env 766e84c6-c96b-4dd7-89d8-978487bc4755 2098
2022-06-16T07:07:38.229Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:07:38.230Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
2022-06-16T07:07:38.230Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:07:38.231Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:38.243Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:38.244Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363258229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:07:38.334Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-16T07:07:38.336Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:38.337Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:38.355Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:38.357Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:39.246Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d5244e77-2f47-4028-8d1a-035e921dd70c
2022-06-16T07:07:39.246Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2c740296-e27f 0 5df69181-9dc2-4759-855b-d4bf27498149 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:07:39.282Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2103de6c, org.onap.sdc.toscaparser.api.parameters.Input@62ad4aff, org.onap.sdc.toscaparser.api.parameters.Input@51df2bea, org.onap.sdc.toscaparser.api.parameters.Input@bd66a18, org.onap.sdc.toscaparser.api.parameters.Input@349925b0]
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 09ca7204-86a3-4320-85a9-7cce5d6f6615
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09ca7204-86a3-4320-85a9-7cce5d6f6615 matches Tosca VF Customization UUID: 09ca7204-86a3-4320-85a9-7cce5d6f6615
2022-06-16T07:07:39.288Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 09ca7204-86a3-4320-85a9-7cce5d6f6615  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T07:07:39.295Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.296Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.298Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 09ca7204-86a3-4320-85a9-7cce5d6f6615: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-16T07:07:39.298Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@390d9bc
2022-06-16T07:07:39.298Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.299Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:07:39.299Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cb92dd3-91fd-4eb5-abdf-abbe8f06f650
2022-06-16T07:07:39.301Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cb92dd3-91fd-4eb5-abdf-abbe8f06f650
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T07:07:39.309Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.310Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.310Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.311Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.311Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.312Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.312Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.312Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:39.313Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:39.313Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:39.313Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:07:39.314Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:39.314Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:39.314Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.314Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.315Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:39.315Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.315Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:39.316Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.316Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65412fbe-468e-4e49-807d-007fd380eb2c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:07:39.324Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.325Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.325Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.326Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.326Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:39.326Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:39.327Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:39.327Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:39.328Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.328Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.328Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:39.329Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.329Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:07:39.329Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:39.329Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.330Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:39.330Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.330Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adb206c9-0eed-40a2-9396-eedf7964212b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:07:39.334Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.334Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.335Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.339Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.339Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:39.339Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:39.340Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:39.340Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:39.340Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.341Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.341Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:39.341Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.342Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:39.342Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:39.342Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.343Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.343Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:07:39.343Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed34a017-837b-4e00-9e75-bcc9df1bdaf4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:07:39.346Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.346Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.347Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.347Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.348Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.348Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=09ca7204-86a3-4320-85a9-7cce5d6f6615
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:07:39.350Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.350Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.351Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d5244e77-2f47-4028-8d1a-035e921dd70c: vFW 2c740296-e27f
2022-06-16T07:07:39.352Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.352Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.353Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.353Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.354Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.354Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.355Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.355Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.356Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:07:39.356Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.357Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-16 07-06-03 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:07:39.709Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2c740296-e27f 5df69181-9dc2-4759-855b-d4bf27498149 1 ASDC deployResourceStructure
2022-06-16T07:07:39.709Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json ASDC sendASDCNotification
2022-06-16T07:07:39.710Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
2022-06-16T07:07:39.710Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:07:39.711Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:39.716Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:39.716Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363259709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:07:39.815Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:07:39.817Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:39.817Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:39.837Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:39.838Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:40.717Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:07:40.718Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
2022-06-16T07:07:40.718Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:07:40.719Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:40.721Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:40.721Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363260717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:07:40.821Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-06-16T07:07:40.822Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:40.823Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:40.841Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:40.842Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:41.744Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:07:41.744Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
2022-06-16T07:07:41.744Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:07:41.745Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:41.747Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:41.747Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363261743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:07:41.847Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:41.850Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:41.850Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:41.870Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:41.871Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:42.748Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar ASDC sendASDCNotification
2022-06-16T07:07:42.749Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:42.749Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:07:42.749Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:42.751Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:42.752Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363262748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:07:42.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:42.853Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:07:42.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:42.893Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:07:42.893Z||pool-17-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:43.753Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:07:43.788Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:07:43.792Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:07:43.792Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:07:43.792Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:08:13.793Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:08:13.804Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:08:13.806Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:08:13.806Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:08:13.806Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:08:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:08:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:08:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:08:21.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:08:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:08:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363237911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:08:21.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:08:43.807Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:08:43.825Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:08:43.829Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:08:43.829Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:08:43.829Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:09:13.829Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:09:13.844Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:09:13.847Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:09:13.847Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:09:13.847Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:09:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:09:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:09:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:09:21.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:09:21.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:09:21.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363230432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:09:21.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:09:43.847Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:09:43.862Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:09:43.865Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:09:43.865Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:09:43.865Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:10:13.866Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:10:13.880Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:10:13.883Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:10:13.883Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:10:13.883Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:10:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:10:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:10:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:10:21.932Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:10:21.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363229215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363232946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363227949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363237911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363230432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363232946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363229215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363227949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363237911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363230432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:21.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363232946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363229215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363227949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:10:21.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363244101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363237911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:21.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363245347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363246686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363244101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363245745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.959Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363246436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.959Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363244101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "cds",
  "timestamp": 1655363246767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:21.971Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:21.972Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:10:21.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363247503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363244101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:21.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363248603,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:21.991Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:21.991Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:10:22.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363241890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363244101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363249609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363244101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363250269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.007Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363244101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363252227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363253262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "policy-id",
  "timestamp": 1655363254277,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:22.018Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:22.018Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:10:22.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363256014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363257133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363258229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363259709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363260717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363261743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363262234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363262748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363264098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "aai-ml",
  "timestamp": 1655363265107,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:22.044Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:22.044Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:10:22.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363264257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.053Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "clamp",
  "timestamp": 1655363265265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:22.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:22.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:10:22.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363270435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363266280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363267910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363272946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363270435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363272946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363267910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363266280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363270435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363267910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363272946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363266280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363270435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363272946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363267910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363266280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363270435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363272946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363266280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363267910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363270435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363272946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363267910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363266280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363272946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363270435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363267910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363266280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363282462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363281948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "cds",
  "timestamp": 1655363282956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:10:22.098Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:10:22.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:10:22.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363283527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363284592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363284103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363285631,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:22.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:10:22.113Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:10:22.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363284103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363286636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363284103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363284103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363289214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363284103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363289214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363284103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363290220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363289214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363284103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363289214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363292108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363289214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363293169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363293225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363289214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "policy-id",
  "timestamp": 1655363294178,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:22.141Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:10:22.141Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:10:22.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "clamp",
  "timestamp": 1655363294238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:22.159Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:10:22.160Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:10:22.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363289214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:10:22.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:10:22.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363297100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:43.883Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:10:43.897Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:10:43.906Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:10:43.906Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:10:43.906Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:10:43.906Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:11:13.907Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:11:13.921Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:11:13.927Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:11:13.927Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:11:13.927Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:11:13.928Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:11:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:11:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:11:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:11:22.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:11:22.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:11:22.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363305285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:11:22.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:11:22.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:11:22.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "aai-ml",
  "timestamp": 1655363306301,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:11:22.437Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:11:22.437Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:11:43.928Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:11:43.938Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:11:43.942Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:11:43.942Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:11:43.942Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:11:43.942Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:12:13.943Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:12:13.959Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:12:13.962Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:12:13.963Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:12:13.963Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:12:13.963Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:12:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:12:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:12:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:12:31.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:12:43.964Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:12:43.964Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:12:43.974Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7 and serviceModelVersionId: d5244e77-2f47-4028-8d1a-035e921dd70c
2022-06-16T07:12:43.975Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe
2022-06-16T07:13:03.479Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0
2022-06-16T07:13:03.670Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:13:04.322Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|INFO|500||Invoke
2022-06-16T07:13:04.331Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[550f9c83-d918-4572-8ceb-bba21d67cbc7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d6f065a-b868-4722-9951-530f2b4991da], X-ECOMP-RequestID=[550f9c83-d918-4572-8ceb-bba21d67cbc7], X-TransactionId=[], X-ONAP-RequestID=[550f9c83-d918-4572-8ceb-bba21d67cbc7], Content-Type=[application/merge-patch+json]}
2022-06-16T07:13:04.484Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:13:04.727Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?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/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-07:13:04:586-25123], vertex-id=[172184], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:13:04 GMT], Content-Type=[application/json]}
2022-06-16T07:13:04.729Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:13:04.730Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|INFO|500||InvokeReturn
2022-06-16T07:13:04.734Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:13:04.735Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:13:04.741Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:13:04.742Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 550f9c83-d918-4572-8ceb-bba21d67cbc7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:13:04.743Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:13:04.744Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:04.746Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:04.747Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363584742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:13:04.847Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:04.850Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:04.850Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:04.876Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:04.877Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:13:05.761Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:13:05.762Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:13:05.762Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:10.227Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:10.229Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:13:10.229Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d8796fc-e7d8-4af4-93a2-7a929fbb05cf","serviceName":"basic_onboard_QqbvId","serviceVersion":"1.0","serviceUUID":"8dd073f1-d716-457b-94e8-05b167d5f8f5","serviceDescription":"service","serviceInvariantUUID":"0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4","resources":[{"resourceInstanceName":"basic_onboard_QqbvId 0","resourceName":"basic_onboard_QqbvId","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96107f28-b030-45f3-b4cd-0a1795822129","resourceInvariantUUID":"cd5a1445-97ce-4830-a8f3-3f07630d5524","resourceCustomizationUUID":"185dcf88-854e-4af8-9919-e5292516dcc4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml","artifactChecksum":"ZTRmNjUzNTc1MDNkNDYxYmMzYzdlZTIwNDgxM2U4MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bfe921c-4006-46b1-befa-659fa3decf8e","artifactVersion":"1"},{"artifactName":"basic_onboard_qqbvid0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json","artifactChecksum":"ZDY5NzAzZGE4YjY3ZjliOGMwY2JmZmNkZGZlODRhYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a365ac48-600a-418b-853f-fafb772ea56b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"28348eac-ce8d-486b-875d-0ce86fd29b6e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5bf782b2-c82d-4778-8622-62d0bf45a02c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9216037c-be22-4619-96af-ad40b438e29f","artifactVersion":"2","generatedFromUUID":"28348eac-ce8d-486b-875d-0ce86fd29b6e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQqbvid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml","artifactChecksum":"NTZkZTgzZTI3MzNhODE3ZDA5MTliMzU1M2QxNjFiMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74544bb0-093c-4413-94b9-cbaeb884f02c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQqbvid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar","artifactChecksum":"ODhkZjYyYTI3ZjE3YzM0NjMwODdlMzFlNDk0NmY0ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2cdab5f-7f18-4ec5-89be-8a0dab64351b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:13:10.232Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:10.232Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:10.236Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:10.236Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:13:10.336Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:10.338Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:10.338Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:10.353Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:10.354Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:11.236Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:11.238Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:11.240Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:11.241Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:13:11.341Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:11.342Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:11.342Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:11.366Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:11.367Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:12.241Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:12.243Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:12.245Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:12.245Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:13:12.345Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:12.347Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:12.347Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:12.362Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:12.363Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:13.246Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:13.246Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:13.249Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:13.249Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:13:13.350Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:13.351Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:13.351Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:13.368Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:13.369Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:14.250Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:14.251Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:14.253Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:14.253Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-16T07:13:14.353Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:14.354Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:14.354Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:14.384Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:14.385Z||pool-23-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:15.254Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:15.255Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:15.260Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:15.260Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:13:15.363Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-16T07:13:15.364Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:15.365Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:15.387Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:15.388Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:16.261Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:16.262Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:16.264Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:16.264Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:13:16.365Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:16.366Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:16.366Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:16.388Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:16.389Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:17.266Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "serviceName": "basic_onboard_QqbvId",
  "serviceVersion": "1.0",
  "serviceUUID": "8dd073f1-d716-457b-94e8-05b167d5f8f5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QqbvId 0",
      "resourceCustomizationUUID": "185dcf88-854e-4af8-9919-e5292516dcc4",
      "resourceName": "basic_onboard_QqbvId",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "96107f28-b030-45f3-b4cd-0a1795822129",
      "resourceInvariantUUID": "cd5a1445-97ce-4830-a8f3-3f07630d5524",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qqbvid0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
          "artifactChecksum": "ZDY5NzAzZGE4YjY3ZjliOGMwY2JmZmNkZGZlODRhYzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a365ac48-600a-418b-853f-fafb772ea56b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "28348eac-ce8d-486b-875d-0ce86fd29b6e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9216037c-be22-4619-96af-ad40b438e29f",
            "generatedFromUUID": "28348eac-ce8d-486b-875d-0ce86fd29b6e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9216037c-be22-4619-96af-ad40b438e29f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQqbvid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
      "artifactChecksum": "ODhkZjYyYTI3ZjE3YzM0NjMwODdlMzFlNDk0NmY0ZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d2cdab5f-7f18-4ec5-89be-8a0dab64351b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:13:17.267Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:13:17.267Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8dd073f1-d716-457b-94e8-05b167d5f8f5 ASDC
2022-06-16T07:13:17.267Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
ServiceName:basic_onboard_QqbvId
ServiceVersion:1.0
ServiceUUID:8dd073f1-d716-457b-94e8-05b167d5f8f5
ServiceInvariantUUID:0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQqbvid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
ArtifactUUID:d2cdab5f-7f18-4ec5-89be-8a0dab64351b
ArtifactChecksum:ODhkZjYyYTI3ZjE3YzM0NjMwODdlMzFlNDk0NmY0ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QqbvId 0
ResourceCustomizationUUID:185dcf88-854e-4af8-9919-e5292516dcc4
ResourceInvariantUUID:cd5a1445-97ce-4830-a8f3-3f07630d5524
ResourceName:basic_onboard_QqbvId
ResourceType:VF
ResourceUUID:96107f28-b030-45f3-b4cd-0a1795822129
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qqbvid0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
ArtifactUUID:a365ac48-600a-418b-853f-fafb772ea56b
ArtifactChecksum:ZDY5NzAzZGE4YjY3ZjliOGMwY2JmZmNkZGZlODRhYzg=
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/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
ArtifactUUID:28348eac-ce8d-486b-875d-0ce86fd29b6e
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/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
ArtifactUUID:9216037c-be22-4619-96af-ad40b438e29f
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/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
ArtifactUUID:9216037c-be22-4619-96af-ad40b438e29f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T07:13:17.268Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8dd073f1-d716-457b-94e8-05b167d5f8f5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:13:17.307Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:13:17.308Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:13:17.309Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:13:17.309Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d2cdab5f-7f18-4ec5-89be-8a0dab64351b from URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:17.309Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:13:17.309Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:17.623Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:13:17.628Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar d2cdab5f-7f18-4ec5-89be-8a0dab64351b 71585
2022-06-16T07:13:17.629Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar ASDC sendASDCNotification
2022-06-16T07:13:17.629Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:17.629Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:13:17.630Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:17.632Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:17.632Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363597629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:13:17.732Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:17.734Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:17.734Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:17.758Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:17.759Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:18.636Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:13:18.638Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:13:18.638Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d2cdab5f-7f18-4ec5-89be-8a0dab64351b, URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar to file: /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:18.639Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:18.640Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:18.640Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:18.832Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6500669183699045452/Definitions/service-BasicOnboardQqbvid-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-16T07:13:20.315Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:13:20.316Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:13:20.316Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QqbvId 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-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:13:20.319Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.319Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.319Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.320Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:13:20.320Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:13:20.320Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.321Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.321Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.321Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:13:20.321Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:13:20.322Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.322Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.322Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.323Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is not matching search criteria
2022-06-16T07:13:20.323Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-16T07:13:20.323Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-16T07:13:20.324Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-16T07:13:20.324Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T07:13:20.324Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:13:20.324Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.325Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:13:20.325Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.325Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.326Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:20.326Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.326Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.327Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:20.327Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.327Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.328Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:20.328Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.328Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is not matching search criteria
2022-06-16T07:13:20.328Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-16T07:13:20.329Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T07:13:20.329Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c38e6ea2-398e-4a8c-bfa5-306c9c2f2542
2022-06-16T07:13:20.329Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.329Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.330Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.330Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.330Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.331Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.331Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:20.331Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.331Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_QqbvId
Description:service
Model UUID:8dd073f1-d716-457b-94e8-05b167d5f8f5
Model Version:NULL
Model InvariantUuid:0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_QqbvId
Model UUID:932bf8cd-274a-493f-a5f3-05267999fbe0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd5a1445-97ce-4830-a8f3-3f07630d5524
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:185dcf88-854e-4af8-9919-e5292516dcc4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:698fad3c-cea2-441a-b92c-e22403788d5b
ModelName:BasicOnboardQqbvid..base_ubuntu18..module-0
ModelUuid:7431106e-7d28-4093-89aa-1a8ad4001db9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c38e6ea2-398e-4a8c-bfa5-306c9c2f2542
ModelInvariantUuid:27545089-4e2d-4402-97a7-ca5f3257ef0d
ModelName:basic_onboard_QqbvId-nodes.ubuntu18Cvfc
ModelUuid:6a595aab-14f5-4d94-81de-5458c83bd2d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e5ac7d42-063f-4a11-b213-1f6e490d285e
ModelInvariantUuid:b9766c71-7928-478d-ab24-af9e2bfa197c
ModelName:BasicOnboardQqbvid.compute.nodes.heat.ubuntu18
ModelUuid:e4d22e9a-92a5-48a6-8e2c-3c880a87ae04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:13:20.336Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 96107f28-b030-45f3-b4cd-0a1795822129
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:13:20.340Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||basic_onboard_QqbvId 0
2022-06-16T07:13:20.340Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96107f28-b030-45f3-b4cd-0a1795822129
2022-06-16T07:13:20.340Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a365ac48-600a-418b-853f-fafb772ea56b from URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
2022-06-16T07:13:20.341Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:13:20.341Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
2022-06-16T07:13:20.404Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:13:20.405Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json a365ac48-600a-418b-853f-fafb772ea56b 798
2022-06-16T07:13:20.405Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json ASDC sendASDCNotification
2022-06-16T07:13:20.405Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
2022-06-16T07:13:20.405Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:13:20.406Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:20.408Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:20.408Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363600405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:13:20.515Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-16T07:13:20.517Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:20.517Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:20.537Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:20.538Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:21.409Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQqbvid..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "698fad3c-cea2-441a-b92c-e22403788d5b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7431106e-7d28-4093-89aa-1a8ad4001db9",
    "vfModuleModelCustomizationUUID": "a7aa07b8-5a04-42dd-9f0a-0d50668d3a76",
    "isBase": true,
    "artifacts": [
      "28348eac-ce8d-486b-875d-0ce86fd29b6e",
      "9216037c-be22-4619-96af-ad40b438e29f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:13:21.413Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQqbvid..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7431106e-7d28-4093-89aa-1a8ad4001db9
VfModuleModelInvariantUUID:698fad3c-cea2-441a-b92c-e22403788d5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
28348eac-ce8d-486b-875d-0ce86fd29b6e
,
9216037c-be22-4619-96af-ad40b438e29f

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

isBase:true


}

2022-06-16T07:13:21.415Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQqbvid..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "698fad3c-cea2-441a-b92c-e22403788d5b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7431106e-7d28-4093-89aa-1a8ad4001db9",
    "vfModuleModelCustomizationUUID": "a7aa07b8-5a04-42dd-9f0a-0d50668d3a76",
    "isBase": true,
    "artifacts": [
      "28348eac-ce8d-486b-875d-0ce86fd29b6e",
      "9216037c-be22-4619-96af-ad40b438e29f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:13:21.416Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQqbvid..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7431106e-7d28-4093-89aa-1a8ad4001db9
VfModuleModelInvariantUUID:698fad3c-cea2-441a-b92c-e22403788d5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
28348eac-ce8d-486b-875d-0ce86fd29b6e
,
9216037c-be22-4619-96af-ad40b438e29f

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

isBase:true


}

2022-06-16T07:13:21.416Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28348eac-ce8d-486b-875d-0ce86fd29b6e from URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
2022-06-16T07:13:21.416Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:13:21.416Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
2022-06-16T07:13:21.462Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:13:21.462Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml 28348eac-ce8d-486b-875d-0ce86fd29b6e 5033
2022-06-16T07:13:21.463Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-16T07:13:21.463Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
2022-06-16T07:13:21.463Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:13:21.463Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:21.465Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:21.466Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363601462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:13:21.566Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:21.567Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:21.567Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:21.583Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:21.583Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:13:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:13:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:22.466Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9216037c-be22-4619-96af-ad40b438e29f from URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
2022-06-16T07:13:22.467Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:13:22.467Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
2022-06-16T07:13:22.520Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:13:22.521Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env 9216037c-be22-4619-96af-ad40b438e29f 909
2022-06-16T07:13:22.521Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-16T07:13:22.521Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
2022-06-16T07:13:22.521Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:13:22.522Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:22.524Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:22.524Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363602521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:13:22.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363584742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363585761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363597629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363600405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:13:22.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:13:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363601462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:13:22.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:13:22.624Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:22.625Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:22.626Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:22.645Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:22.645Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:23.525Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8dd073f1-d716-457b-94e8-05b167d5f8f5
2022-06-16T07:13:23.526Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QqbvId 0 96107f28-b030-45f3-b4cd-0a1795822129 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:13:23.547Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35b65e67, org.onap.sdc.toscaparser.api.parameters.Input@3a5bef79, org.onap.sdc.toscaparser.api.parameters.Input@72ae1dc1, org.onap.sdc.toscaparser.api.parameters.Input@5852f220, org.onap.sdc.toscaparser.api.parameters.Input@5f10ca2b]
2022-06-16T07:13:23.549Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 185dcf88-854e-4af8-9919-e5292516dcc4
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 185dcf88-854e-4af8-9919-e5292516dcc4 matches Tosca VF Customization UUID: 185dcf88-854e-4af8-9919-e5292516dcc4
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 185dcf88-854e-4af8-9919-e5292516dcc4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T07:13:23.554Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.558Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.560Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 185dcf88-854e-4af8-9919-e5292516dcc4: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-16T07:13:23.560Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@779bb2d9
2022-06-16T07:13:23.560Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.561Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:13:23.561Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7aa07b8-5a04-42dd-9f0a-0d50668d3a76
2022-06-16T07:13:23.561Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7aa07b8-5a04-42dd-9f0a-0d50668d3a76
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T07:13:23.565Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.565Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:23.565Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:23.566Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.566Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:23.566Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:23.567Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.567Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is not matching search criteria
2022-06-16T07:13:23.567Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-16T07:13:23.567Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T07:13:23.568Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c38e6ea2-398e-4a8c-bfa5-306c9c2f2542
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:13:23.570Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.571Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:23.571Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:23.571Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.571Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:23.572Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=185dcf88-854e-4af8-9919-e5292516dcc4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:13:23.574Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.574Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.574Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8dd073f1-d716-457b-94e8-05b167d5f8f5: basic_onboard_QqbvId
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.577Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_QqbvId 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:13:23.677Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QqbvId 96107f28-b030-45f3-b4cd-0a1795822129 1 ASDC deployResourceStructure
2022-06-16T07:13:23.678Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json ASDC sendASDCNotification
2022-06-16T07:13:23.678Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
2022-06-16T07:13:23.678Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:13:23.679Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:23.688Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:23.688Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363603678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:13:23.782Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-16T07:13:23.783Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:23.783Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:23.808Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:23.810Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:24.689Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-16T07:13:24.690Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
2022-06-16T07:13:24.691Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:13:24.691Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:24.694Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:24.694Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363604689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:13:24.794Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:13:24.796Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:24.796Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:24.813Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:24.813Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:25.696Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-16T07:13:25.696Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
2022-06-16T07:13:25.697Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:13:25.697Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:25.700Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:25.700Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363605696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:13:25.800Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:25.801Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:25.801Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:25.822Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:25.822Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:26.701Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar ASDC sendASDCNotification
2022-06-16T07:13:26.702Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:26.702Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:13:26.702Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:26.704Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:26.705Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363606701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:13:26.805Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:26.806Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:13:26.806Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:26.823Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:13:26.824Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:27.708Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:13:27.726Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:13:27.734Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:13:27.734Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:13:27.735Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:13:27.735Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:13:57.735Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:13:57.748Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:13:57.753Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:13:57.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:13:57.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:13:57.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:14:21.897Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:14:21.898Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:14:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:14:22.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:14:22.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:14:22.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363602521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:14:22.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:14:27.755Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:14:27.780Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:14:27.784Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:14:27.784Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:14:27.784Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:14:27.785Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:14:57.785Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:14:57.799Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:14:57.804Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:14:57.804Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:14:57.805Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:14:57.805Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:15:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:15:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:15:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:15:21.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:15:21.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:15:21.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363603678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:15:21.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:15:21.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:15:21.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363604689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:15:21.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363605696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363606701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:15:27.805Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:15:27.817Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:15:27.820Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:15:27.820Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:15:27.820Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:15:27.820Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:15:57.821Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:15:57.841Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:15:57.845Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:15:57.846Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:15:57.846Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:15:57.846Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:16:21.897Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:16:21.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:16:21.900Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:16:21.941Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:16:21.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363702910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363709214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363707949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363704101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363702910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363709214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363707949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363704101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363710433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363702910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363709214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363707949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363704101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363710433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363709214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363702910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363707949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363704101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363710433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363702910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363709214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363707949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363712946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363704101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363710433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363702910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363709214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363707949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363704101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363712946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363710433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363702910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363709214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363707949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363704101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363712946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363710433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363716129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:16:21.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:21.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363712946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363717857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:16:21.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:21.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363716655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:16:21.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:21.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363710433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:16:21.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:21.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "cds",
  "timestamp": 1655363717160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:16:22.008Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:16:22.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:16:22.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363712946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:22.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:22.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363717668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:16:22.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:22.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363718195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:16:22.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:22.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363712946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:22.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:22.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "policy-id",
  "timestamp": 1655363718678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:16:22.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:16:22.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:16:22.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363719313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:16:22.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:22.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363712946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:16:22.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:16:22.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363720380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:16:22.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:22.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363721426,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:16:22.050Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:16:22.051Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:16:27.846Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:16:27.862Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:16:27.867Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:16:27.867Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:16:27.867Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:16:27.867Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:16:57.868Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:16:57.882Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:16:57.888Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:16:57.889Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:16:57.889Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:16:57.890Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:17:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:17:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:17:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:17:22.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:17:22.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363722429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363725456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363727371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363728934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:17:22.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:17:22.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "clamp",
  "timestamp": 1655363728378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:17:22.442Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:17:22.442Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:17:22.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "aai-ml",
  "timestamp": 1655363729941,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:17:22.462Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:17:22.462Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:17:27.891Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:17:27.907Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:17:27.911Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:17:27.911Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:17:27.911Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:17:27.911Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:17:57.915Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:17:57.954Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:17:57.959Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:17:57.959Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:17:57.959Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:17:57.960Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:18:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:18:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:18:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:27.960Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:18:27.960Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:18:27.968Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and serviceModelVersionId: 8dd073f1-d716-457b-94e8-05b167d5f8f5
2022-06-16T07:18:27.968Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4
2022-06-16T07:18:27.971Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0
2022-06-16T07:18:27.979Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:18:28.071Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|INFO|500||Invoke
2022-06-16T07:18:28.072Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d8796fc-e7d8-4af4-93a2-7a929fbb05cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ebc712e-2386-4ce7-85fb-f1256584eaf8], X-ECOMP-RequestID=[3d8796fc-e7d8-4af4-93a2-7a929fbb05cf], X-TransactionId=[], X-ONAP-RequestID=[3d8796fc-e7d8-4af4-93a2-7a929fbb05cf], Content-Type=[application/merge-patch+json]}
2022-06-16T07:18:28.121Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:18:28.234Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?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/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220616-07:18:28:221-11955], vertex-id=[418000], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:18:28 GMT], Content-Type=[application/json]}
2022-06-16T07:18:28.234Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:18:28.235Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|INFO|500||InvokeReturn
2022-06-16T07:18:28.236Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:18:28.236Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:18:28.243Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:18:28.243Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:18:28.244Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:18:28.245Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:28.249Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:28.249Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363908244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:18:28.349Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:28.350Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:28.350Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:28.367Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:28.368Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:28.983Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:28.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:18:28.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363908244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:18:28.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:18:29.266Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:18:29.267Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:18:29.267Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:33.705Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:33.707Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:18:33.707Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e03e09d-b02b-4f13-85f0-10e4138b3a0a","serviceName":"vFW 2022-06-16 07-14-10","serviceVersion":"1.0","serviceUUID":"58acc858-708a-40cf-a989-803c8691bc04","serviceDescription":"catalog service description","serviceInvariantUUID":"b3e2f07a-0d01-4e1f-9df7-587653b9491a","resources":[{"resourceInstanceName":"vFW fb92068c-c8b9 0","resourceName":"vFW fb92068c-c8b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"631300be-3ffd-4032-b280-ce4498f11f3d","resourceInvariantUUID":"aabbe3b7-d006-4d5a-8eae-3f2642cf10e2","resourceCustomizationUUID":"8c61dad1-a0f1-47ab-92f2-21fa9a785333","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml","artifactChecksum":"YWYxODQ3ZWZkNzU0Y2RiMGIwMGI1Y2RkOWY3ODVjMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00e61000-a71c-448a-b6b1-089f835316b7","artifactVersion":"1"},{"artifactName":"vfwfb92068cc8b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json","artifactChecksum":"NmVmMTI4M2M1ZTQzZmU0YzdjYTdkZWRiNGZjNDY5NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b96efc-7cf4-4a57-ab0b-140209bd5ede","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1750342a-096d-4db7-9983-e8e8c8c72cc6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml","artifactChecksum":"NjJiY2YyMDk4MTljZjRhMTBhZTI3OTNlODYwYjQxODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f2c0c90-f6d6-496e-b302-7cabb0ffc1ff","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"897bbf6d-b40d-4f3f-a072-ae6647c6f532","artifactVersion":"2","generatedFromUUID":"1750342a-096d-4db7-9983-e8e8c8c72cc6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616071410-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml","artifactChecksum":"Yzk2MzY4MmY2ZGNmOTc0OGIyMjQwNWU3OTA5MDZkOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa5d4ebf-9abd-4d25-9239-52c7f0b4b91d","artifactVersion":"1"},{"artifactName":"service-Vfw20220616071410-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar","artifactChecksum":"ZDU1MWI3YjY2MmEyOGUyMDg5YmYyNjUxZDQ3YTY3YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:18:33.713Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:33.714Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:33.724Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:33.724Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:18:33.817Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-16T07:18:33.818Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:33.818Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:33.834Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:33.835Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:34.725Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:34.727Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:34.730Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:34.731Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:18:34.830Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:18:34.832Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:34.832Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:34.848Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:34.849Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:35.732Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:35.735Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:35.737Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:35.737Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:18:35.837Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:35.839Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:35.839Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:35.856Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:35.858Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:36.738Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:36.739Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:36.743Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:36.743Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:18:36.842Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T07:18:36.843Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:36.843Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:36.859Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:36.860Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:18:37.744Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:37.744Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:37.747Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:37.748Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:18:37.848Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:37.850Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:37.850Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:37.872Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:37.873Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:18:38.750Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:38.751Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:38.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:38.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:18:38.854Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:38.855Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:38.855Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:38.883Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:38.884Z||pool-40-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:39.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:39.755Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:39.759Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:39.760Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:18:39.860Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:39.861Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:39.861Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:39.880Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:39.881Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:40.761Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "serviceName": "vFW 2022-06-16 07-14-10",
  "serviceVersion": "1.0",
  "serviceUUID": "58acc858-708a-40cf-a989-803c8691bc04",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b3e2f07a-0d01-4e1f-9df7-587653b9491a",
  "resources": [
    {
      "resourceInstanceName": "vFW fb92068c-c8b9 0",
      "resourceCustomizationUUID": "8c61dad1-a0f1-47ab-92f2-21fa9a785333",
      "resourceName": "vFW fb92068c-c8b9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "631300be-3ffd-4032-b280-ce4498f11f3d",
      "resourceInvariantUUID": "aabbe3b7-d006-4d5a-8eae-3f2642cf10e2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfb92068cc8b90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
          "artifactChecksum": "NmVmMTI4M2M1ZTQzZmU0YzdjYTdkZWRiNGZjNDY5NzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "06b96efc-7cf4-4a57-ab0b-140209bd5ede",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1750342a-096d-4db7-9983-e8e8c8c72cc6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "897bbf6d-b40d-4f3f-a072-ae6647c6f532",
            "generatedFromUUID": "1750342a-096d-4db7-9983-e8e8c8c72cc6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "897bbf6d-b40d-4f3f-a072-ae6647c6f532",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220616071410-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
      "artifactChecksum": "ZDU1MWI3YjY2MmEyOGUyMDg5YmYyNjUxZDQ3YTY3YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:18:40.762Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:18:40.762Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58acc858-708a-40cf-a989-803c8691bc04 ASDC
2022-06-16T07:18:40.763Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4e03e09d-b02b-4f13-85f0-10e4138b3a0a
ServiceName:vFW 2022-06-16 07-14-10
ServiceVersion:1.0
ServiceUUID:58acc858-708a-40cf-a989-803c8691bc04
ServiceInvariantUUID:b3e2f07a-0d01-4e1f-9df7-587653b9491a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616071410-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
ArtifactUUID:f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89
ArtifactChecksum:ZDU1MWI3YjY2MmEyOGUyMDg5YmYyNjUxZDQ3YTY3YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fb92068c-c8b9 0
ResourceCustomizationUUID:8c61dad1-a0f1-47ab-92f2-21fa9a785333
ResourceInvariantUUID:aabbe3b7-d006-4d5a-8eae-3f2642cf10e2
ResourceName:vFW fb92068c-c8b9
ResourceType:VF
ResourceUUID:631300be-3ffd-4032-b280-ce4498f11f3d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfb92068cc8b90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
ArtifactUUID:06b96efc-7cf4-4a57-ab0b-140209bd5ede
ArtifactChecksum:NmVmMTI4M2M1ZTQzZmU0YzdjYTdkZWRiNGZjNDY5NzE=
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/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
ArtifactUUID:1750342a-096d-4db7-9983-e8e8c8c72cc6
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/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
ArtifactUUID:897bbf6d-b40d-4f3f-a072-ae6647c6f532
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/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
ArtifactUUID:897bbf6d-b40d-4f3f-a072-ae6647c6f532
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T07:18:40.763Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58acc858-708a-40cf-a989-803c8691bc04 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:18:40.805Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:18:40.806Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:18:40.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:18:40.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89 from URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:40.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:18:40.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:40.964Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:18:40.972Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89 99031
2022-06-16T07:18:40.972Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar ASDC sendASDCNotification
2022-06-16T07:18:40.973Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:40.973Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:18:40.973Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:40.977Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:40.977Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363920972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:18:41.077Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:41.078Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:41.078Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:41.101Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:41.101Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:41.978Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:18:41.979Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:18:41.979Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89, URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar to file: /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:41.980Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616071410-csar.csar
2022-06-16T07:18:41.981Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:41.981Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:42.230Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10747383744009749905/Definitions/service-Vfw20220616071410-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_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
2022-06-16T07:18:44.766Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:18:44.767Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.770Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fb92068c-c8b9 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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.770Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.770Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.770Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:18:44.771Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.771Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.771Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.772Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:18:44.772Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:18:44.773Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.773Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.773Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.773Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:44.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:18:44.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:18:44.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:18:44.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:18:44.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.778Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:18:44.778Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.778Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:18:44.779Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.779Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.779Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:44.779Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.780Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.780Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:44.780Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.780Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.781Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:44.781Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.781Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:44.781Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:18:44.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:18:44.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c0bb1b8a-6a11-4335-8b61-ef9127f39809
2022-06-16T07:18:44.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:44.785Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:44.785Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:18:44.785Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.785Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f6b1fb47-b0d4-48d1-9a15-8909664c2383
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9e9a7832-4080-4803-8db4-2112abbcb07a
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:44.791Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.791Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-16 07-14-10
Description:catalog service description
Model UUID:58acc858-708a-40cf-a989-803c8691bc04
Model Version:NULL
Model InvariantUuid:b3e2f07a-0d01-4e1f-9df7-587653b9491a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fb92068c-c8b9
Model UUID:74e9b68d-691e-4f5f-bb0e-7ae3af776b15
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aabbe3b7-d006-4d5a-8eae-3f2642cf10e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8c61dad1-a0f1-47ab-92f2-21fa9a785333
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ad602e4-d8f5-473a-a9e2-627307b1bc48
ModelName:VfwFb92068cC8b9..base_vfw..module-0
ModelUuid:e7a4ae7a-f3c4-4aeb-83ff-46c390210e09
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c0bb1b8a-6a11-4335-8b61-ef9127f39809
ModelInvariantUuid:b3e9599d-3d8c-4d4b-9fc5-570ccb6e2cc4
ModelName:vFW fb92068c-c8b9-nodes.vfwCvfc
ModelUuid:b54c2953-5ab7-49a3-9813-767a33b9d40b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ddb83339-1240-499c-bd62-6431b59be30f
ModelInvariantUuid:566839a6-7e16-44ce-979e-0fba75be72e1
ModelName:VfwFb92068cC8b9.compute.nodes.heat.vfw
ModelUuid:fe6dc404-87bf-4607-801f-9ae73f356ff8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f6b1fb47-b0d4-48d1-9a15-8909664c2383
ModelInvariantUuid:26773f69-70be-46bb-9ca9-3071073731e4
ModelName:vFW fb92068c-c8b9-nodes.vsnCvfc
ModelUuid:ca90bff7-f643-4d21-a1ab-64f818e8d2a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:356007b4-5304-4309-b1cb-051d8fe5d069
ModelInvariantUuid:64e28075-20fa-44f9-a9b5-97c59de357c2
ModelName:VfwFb92068cC8b9.compute.nodes.heat.vsn
ModelUuid:003f6d60-4a1a-433f-aad1-3465caf4a6ad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9e9a7832-4080-4803-8db4-2112abbcb07a
ModelInvariantUuid:40c885e1-d617-4cc2-aa3c-5936033fca6f
ModelName:vFW fb92068c-c8b9-nodes.vpgCvfc
ModelUuid:268452f3-2a5b-4941-b21f-9e385c22f235
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7a85fc55-e948-4727-a8de-e3cb441814ef
ModelInvariantUuid:e905d2be-fce6-4114-9d80-4406df2be0da
ModelName:VfwFb92068cC8b9.compute.nodes.heat.vpg
ModelUuid:2019f23a-a32f-4f93-ae31-ab2fc886cae9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:18:44.797Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 631300be-3ffd-4032-b280-ce4498f11f3d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:18:44.801Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||vFW fb92068c-c8b9 0
2022-06-16T07:18:44.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 631300be-3ffd-4032-b280-ce4498f11f3d
2022-06-16T07:18:44.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 06b96efc-7cf4-4a57-ab0b-140209bd5ede from URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
2022-06-16T07:18:44.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:18:44.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
2022-06-16T07:18:44.858Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:18:44.858Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json 06b96efc-7cf4-4a57-ab0b-140209bd5ede 785
2022-06-16T07:18:44.858Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json ASDC sendASDCNotification
2022-06-16T07:18:44.859Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
2022-06-16T07:18:44.859Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:18:44.859Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:44.861Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:44.861Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363924858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:18:44.962Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:44.963Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:44.963Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:44.981Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:44.982Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:45.862Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFb92068cC8b9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3ad602e4-d8f5-473a-a9e2-627307b1bc48",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7a4ae7a-f3c4-4aeb-83ff-46c390210e09",
    "vfModuleModelCustomizationUUID": "4e96db1e-13c1-452b-b51f-a3970cd5f724",
    "isBase": true,
    "artifacts": [
      "1750342a-096d-4db7-9983-e8e8c8c72cc6",
      "897bbf6d-b40d-4f3f-a072-ae6647c6f532"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:18:45.866Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFb92068cC8b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7a4ae7a-f3c4-4aeb-83ff-46c390210e09
VfModuleModelInvariantUUID:3ad602e4-d8f5-473a-a9e2-627307b1bc48
VfModuleModelDescription:NULL
Artifacts UUID List:{
1750342a-096d-4db7-9983-e8e8c8c72cc6
,
897bbf6d-b40d-4f3f-a072-ae6647c6f532

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

isBase:true


}

2022-06-16T07:18:45.868Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFb92068cC8b9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3ad602e4-d8f5-473a-a9e2-627307b1bc48",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7a4ae7a-f3c4-4aeb-83ff-46c390210e09",
    "vfModuleModelCustomizationUUID": "4e96db1e-13c1-452b-b51f-a3970cd5f724",
    "isBase": true,
    "artifacts": [
      "1750342a-096d-4db7-9983-e8e8c8c72cc6",
      "897bbf6d-b40d-4f3f-a072-ae6647c6f532"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:18:45.868Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFb92068cC8b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7a4ae7a-f3c4-4aeb-83ff-46c390210e09
VfModuleModelInvariantUUID:3ad602e4-d8f5-473a-a9e2-627307b1bc48
VfModuleModelDescription:NULL
Artifacts UUID List:{
1750342a-096d-4db7-9983-e8e8c8c72cc6
,
897bbf6d-b40d-4f3f-a072-ae6647c6f532

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

isBase:true


}

2022-06-16T07:18:45.869Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1750342a-096d-4db7-9983-e8e8c8c72cc6 from URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
2022-06-16T07:18:45.869Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:18:45.869Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
2022-06-16T07:18:45.928Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:18:45.930Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml 1750342a-096d-4db7-9983-e8e8c8c72cc6 20368
2022-06-16T07:18:45.930Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:18:45.930Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
2022-06-16T07:18:45.930Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:18:45.931Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:45.934Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:45.934Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363925930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:18:46.034Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:46.035Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:46.035Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:46.063Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:46.063Z||pool-44-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:18:46.935Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 897bbf6d-b40d-4f3f-a072-ae6647c6f532 from URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
2022-06-16T07:18:46.935Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:18:46.935Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
2022-06-16T07:18:46.986Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:18:46.986Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env 897bbf6d-b40d-4f3f-a072-ae6647c6f532 2098
2022-06-16T07:18:46.986Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:18:46.987Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
2022-06-16T07:18:46.987Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:18:46.987Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:46.989Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:46.989Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363926986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:18:47.090Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:47.091Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:47.091Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:47.108Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:47.109Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:47.990Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 58acc858-708a-40cf-a989-803c8691bc04
2022-06-16T07:18:47.991Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fb92068c-c8b9 0 631300be-3ffd-4032-b280-ce4498f11f3d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:18:48.020Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f009944, org.onap.sdc.toscaparser.api.parameters.Input@71595545, org.onap.sdc.toscaparser.api.parameters.Input@6b5598fb, org.onap.sdc.toscaparser.api.parameters.Input@773b3c28, org.onap.sdc.toscaparser.api.parameters.Input@3c3a5132]
2022-06-16T07:18:48.022Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.023Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.023Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-16T07:18:48.024Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8c61dad1-a0f1-47ab-92f2-21fa9a785333
2022-06-16T07:18:48.024Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c61dad1-a0f1-47ab-92f2-21fa9a785333 matches Tosca VF Customization UUID: 8c61dad1-a0f1-47ab-92f2-21fa9a785333
2022-06-16T07:18:48.024Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8c61dad1-a0f1-47ab-92f2-21fa9a785333  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T07:18:48.028Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.029Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.030Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8c61dad1-a0f1-47ab-92f2-21fa9a785333: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-16T07:18:48.030Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e53a498
2022-06-16T07:18:48.031Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.031Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:18:48.031Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4e96db1e-13c1-452b-b51f-a3970cd5f724
2022-06-16T07:18:48.031Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4e96db1e-13c1-452b-b51f-a3970cd5f724
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T07:18:48.035Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.035Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:48.035Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:48.036Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.036Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:48.036Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:48.037Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.037Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:48.038Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:48.038Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:18:48.038Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:48.039Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:18:48.039Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:18:48.039Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:48.040Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:48.040Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:18:48.040Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:48.041Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:18:48.041Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:48.041Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c0bb1b8a-6a11-4335-8b61-ef9127f39809
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:18:48.044Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.045Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:48.045Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:48.045Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.046Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:48.046Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:48.046Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:18:48.046Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:48.047Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:48.047Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:48.047Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:18:48.048Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:48.048Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:18:48.048Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:18:48.049Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:48.049Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:18:48.049Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:48.049Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f6b1fb47-b0d4-48d1-9a15-8909664c2383
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:18:48.052Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.053Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:48.053Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:48.053Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.054Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:48.054Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:48.055Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:18:48.055Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:48.055Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:48.055Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:48.056Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:18:48.056Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:48.056Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:18:48.057Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:18:48.057Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:48.057Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:48.058Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:18:48.058Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9e9a7832-4080-4803-8db4-2112abbcb07a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:18:48.061Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.062Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:48.062Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:48.063Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.063Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:48.063Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=8c61dad1-a0f1-47ab-92f2-21fa9a785333
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:18:48.066Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.066Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.066Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 58acc858-708a-40cf-a989-803c8691bc04: vFW fb92068c-c8b9
2022-06-16T07:18:48.067Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.067Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.067Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.067Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.068Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.068Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.068Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.069Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.069Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:18:48.069Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.069Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-16 07-14-10 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:18:48.241Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fb92068c-c8b9 631300be-3ffd-4032-b280-ce4498f11f3d 1 ASDC deployResourceStructure
2022-06-16T07:18:48.241Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json ASDC sendASDCNotification
2022-06-16T07:18:48.241Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
2022-06-16T07:18:48.242Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:18:48.242Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:48.245Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:48.245Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363928241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:18:48.345Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:48.346Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:48.346Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:48.365Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:48.366Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:18:49.246Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:18:49.247Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
2022-06-16T07:18:49.247Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:18:49.248Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:49.250Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:49.251Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363929246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:18:49.351Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:49.352Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:49.352Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:49.369Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:49.370Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:50.252Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:18:50.253Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
2022-06-16T07:18:50.253Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:18:50.253Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:50.257Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:50.257Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363930252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:18:50.357Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:50.358Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:50.358Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:50.379Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:50.380Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:51.258Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar ASDC sendASDCNotification
2022-06-16T07:18:51.259Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:51.259Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:18:51.260Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:51.262Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:51.262Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363931258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:18:51.362Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:51.364Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:18:51.364Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:51.388Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:18:51.388Z||pool-49-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:52.263Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:18:52.274Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:18:52.278Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:18:52.278Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:18:52.279Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:18:52.279Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:19:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:19:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:19:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:19:22.279Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:19:22.295Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:19:22.300Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:19:22.300Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:19:22.300Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:19:22.300Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:19:22.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:19:22.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363910432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363904101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363910432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363904101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363910432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363904101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363912946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363910432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363912910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363904101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363912946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363910432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363912910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363904101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363912946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363910432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363912910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363904101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363912946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363910432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363912910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363904101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363912946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363912910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363918203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363918349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363917951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363912946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363919214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363912910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363919296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363919357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:19:22.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363917951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655363912946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363919214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363912910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363920355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "policy-id",
  "timestamp": 1655363920392,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:19:22.612Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12932b0e-dfc9-4fc9-bf2e-7419dc502629
2022-06-16T07:19:22.612Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12932b0e-dfc9-4fc9-bf2e-7419dc502629 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:19:22.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363917951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363919214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363920972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363920730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363921382,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:19:22.642Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12932b0e-dfc9-4fc9-bf2e-7419dc502629
2022-06-16T07:19:22.642Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12932b0e-dfc9-4fc9-bf2e-7419dc502629 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:19:22.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363917951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363919214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "cds",
  "timestamp": 1655363921738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:19:22.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12932b0e-dfc9-4fc9-bf2e-7419dc502629
2022-06-16T07:19:22.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12932b0e-dfc9-4fc9-bf2e-7419dc502629 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:19:22.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655363922384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363917951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363919214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363917951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363919214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:19:22.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363917951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363919214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:19:22.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:19:22.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363924858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363927060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363925930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363926986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363928241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:19:22.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363929246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:19:22.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363930252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:19:22.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363931258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:19:22.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363938381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:19:22.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "aai-ml",
  "timestamp": 1655363939387,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:19:22.686Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12932b0e-dfc9-4fc9-bf2e-7419dc502629
2022-06-16T07:19:22.686Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12932b0e-dfc9-4fc9-bf2e-7419dc502629 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:19:22.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363939393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:19:22.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363941416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:19:22.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:19:22.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:19:22.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "clamp",
  "timestamp": 1655363942443,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:19:22.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12932b0e-dfc9-4fc9-bf2e-7419dc502629
2022-06-16T07:19:22.706Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12932b0e-dfc9-4fc9-bf2e-7419dc502629 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:19:52.301Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:19:52.312Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:19:52.315Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:19:52.315Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:19:52.315Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:19:52.316Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:20:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:20:21.898Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:20:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:20:22.316Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:20:22.331Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:20:22.334Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:20:22.334Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:20:22.334Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:20:22.334Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:20:31.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:20:52.335Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:20:52.346Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:20:52.349Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:20:52.350Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:20:52.350Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:20:52.350Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:21:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:21:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:21:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:21:22.269Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:21:22.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364070432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:21:22.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "clamp",
  "timestamp": 1655364067949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:21:22.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "aai-ml",
  "timestamp": 1655364069214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:21:22.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364072946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:21:22.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "aai-ml",
  "timestamp": 1655364069214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:21:22.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "clamp",
  "timestamp": 1655364067949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:21:22.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364070432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:21:22.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364072946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:21:22.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "aai-ml",
  "timestamp": 1655364079447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:21:22.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:21:22.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "cds",
  "timestamp": 1655364077910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:21:22.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "cds",
  "timestamp": 1655364077910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:21:22.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:21:22.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:21:22.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "cds",
  "timestamp": 1655364080685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:21:22.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:21:22.350Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:21:22.361Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:21:22.369Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:21:22.369Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:21:22.370Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:21:22.370Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:21:52.370Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:21:52.381Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:21:52.383Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:21:52.383Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:21:52.384Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:21:52.384Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:22:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:22:21.898Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:22:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:22:21.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:22:21.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:22:21.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "cds",
  "timestamp": 1655364081694,
  "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-06-16T07:22:21.968Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9498786a-66bd-4a96-9aa0-f07f36633346
2022-06-16T07:22:21.969Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9498786a-66bd-4a96-9aa0-f07f36633346 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:22:22.384Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:22:22.395Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:22:22.398Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:22:22.398Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:22:22.398Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:22:22.398Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:22:52.398Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:22:52.409Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:22:52.411Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:22:52.411Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:22:52.412Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:22:52.412Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:23:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:23:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:23:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:21.933Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:21.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:23:21.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "aai-ml",
  "timestamp": 1655364083696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:23:21.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:23:22.412Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:23:22.423Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:23:22.425Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:23:22.426Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:23:22.426Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:23:22.426Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:23:52.427Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:23:52.427Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:23:52.437Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e03e09d-b02b-4f13-85f0-10e4138b3a0a and serviceModelVersionId: 58acc858-708a-40cf-a989-803c8691bc04
2022-06-16T07:23:52.437Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3e2f07a-0d01-4e1f-9df7-587653b9491a
2022-06-16T07:23:52.439Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?depth=0
2022-06-16T07:23:52.448Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:23:52.537Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?depth=0|INFO|500||Invoke
2022-06-16T07:23:52.538Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e03e09d-b02b-4f13-85f0-10e4138b3a0a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[15398a12-2529-451e-99c0-f70e8687efa0], X-ECOMP-RequestID=[4e03e09d-b02b-4f13-85f0-10e4138b3a0a], X-TransactionId=[], X-ONAP-RequestID=[4e03e09d-b02b-4f13-85f0-10e4138b3a0a], Content-Type=[application/merge-patch+json]}
2022-06-16T07:23:52.572Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:23:52.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?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/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-07:23:52:639-68063], vertex-id=[180376], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:23:52 GMT], Content-Type=[application/json]}
2022-06-16T07:23:52.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:23:52.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e2f07a-0d01-4e1f-9df7-587653b9491a/model-vers/model-ver/58acc858-708a-40cf-a989-803c8691bc04?depth=0|INFO|500||InvokeReturn
2022-06-16T07:23:52.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:23:52.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:23:52.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:23:52.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e03e09d-b02b-4f13-85f0-10e4138b3a0a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:23:52.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:23:52.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:23:52.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:23:52.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364232783,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:23:52.887Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:23:52.888Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:23:52.888Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:52.913Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:52.913Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:23:53.801Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:23:53.801Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"12932b0e-dfc9-4fc9-bf2e-7419dc502629","serviceName":"vFW 2022-06-16 07-17-35","serviceVersion":"1.0","serviceUUID":"2ecf6187-8992-4ad6-af25-594e9bb780ad","serviceDescription":"catalog service description","serviceInvariantUUID":"4668736b-26a0-44df-9a8e-8a10b9fa985a","resources":[{"resourceInstanceName":"vFW 33ca4156-78f1 0","resourceName":"vFW 33ca4156-78f1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be03036f-5ff3-4d69-9e5d-ca04bc39d417","resourceInvariantUUID":"3330fe77-6fcd-42a3-9069-48808f8914ff","resourceCustomizationUUID":"aa6cc570-ae6b-42c6-899d-aa590dc8e97e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml","artifactChecksum":"YTI5NWUyN2ViZjYwZGQ4MjdkNmM1ZjhlM2VjZGQ2MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6e7f53f-481e-4bd6-b3bd-e8d8c55ecf07","artifactVersion":"1"},{"artifactName":"vfw33ca415678f10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json","artifactChecksum":"MzgzYTMzMTMzMmQ1OTc1NjI1MThkMzQ5MDQ0Yzg3MWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9aef5ed-3817-40a2-a308-7243d3f058d8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d776d585-6804-42e8-8486-bf83f55f91f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml","artifactChecksum":"ODk2ODk5NmEzYmYxMTA5Mzg0YzU5OWE4YmNlN2NiOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1069b420-2121-407d-b789-28a62100bc32","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"607b3196-5df1-4bf5-959f-c6fbc45d4dde","artifactVersion":"2","generatedFromUUID":"d776d585-6804-42e8-8486-bf83f55f91f3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616071735-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml","artifactChecksum":"MDU4Y2RmMWY5MmE3NzU2ZDVjZjMyODc2MTJkMDY3OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb55c9e3-b2be-44c5-881a-37182591b066","artifactVersion":"1"},{"artifactName":"service-Vfw20220616071735-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar","artifactChecksum":"NzEwMzMxY2UyNTRkZDZiNTYyZmUxNmQ1NWQ4ZTg5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b6f7b1d-6f8e-44b9-9cd9-7ebc00c22900","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:23:53.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:23:53.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:23:53.805Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:23:53.805Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:23:53.905Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:23:53.906Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:23:53.906Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:53.924Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:53.925Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:23:54.806Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:23:54.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:23:54.809Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:23:54.809Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:23:54.909Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:23:54.911Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:23:54.911Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:54.931Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:54.932Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:23:55.811Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:23:55.811Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:23:55.814Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:23:55.814Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:23:55.916Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-16T07:23:55.917Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:23:55.918Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:55.940Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:55.941Z||pool-53-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1}
2022-06-16T07:23:56.820Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:23:56.821Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:23:56.830Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:23:56.832Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:23:56.927Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-16T07:23:56.928Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:23:56.929Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:56.945Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:56.946Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:23:57.833Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:23:57.833Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:23:57.838Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:23:57.838Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:23:57.939Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:23:57.941Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:23:57.941Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:57.963Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:57.963Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:23:58.839Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:23:58.842Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:23:58.846Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:23:58.846Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:23:58.945Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-16T07:23:58.946Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:23:58.946Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:58.962Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:58.963Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:23:59.847Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:23:59.847Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:23:59.851Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:23:59.852Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:23:59.952Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:23:59.953Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:23:59.953Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:23:59.973Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:23:59.974Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:24:00.857Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "serviceName": "vFW 2022-06-16 07-17-35",
  "serviceVersion": "1.0",
  "serviceUUID": "2ecf6187-8992-4ad6-af25-594e9bb780ad",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4668736b-26a0-44df-9a8e-8a10b9fa985a",
  "resources": [
    {
      "resourceInstanceName": "vFW 33ca4156-78f1 0",
      "resourceCustomizationUUID": "aa6cc570-ae6b-42c6-899d-aa590dc8e97e",
      "resourceName": "vFW 33ca4156-78f1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be03036f-5ff3-4d69-9e5d-ca04bc39d417",
      "resourceInvariantUUID": "3330fe77-6fcd-42a3-9069-48808f8914ff",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw33ca415678f10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
          "artifactChecksum": "MzgzYTMzMTMzMmQ1OTc1NjI1MThkMzQ5MDQ0Yzg3MWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c9aef5ed-3817-40a2-a308-7243d3f058d8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d776d585-6804-42e8-8486-bf83f55f91f3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "607b3196-5df1-4bf5-959f-c6fbc45d4dde",
            "generatedFromUUID": "d776d585-6804-42e8-8486-bf83f55f91f3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "607b3196-5df1-4bf5-959f-c6fbc45d4dde",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220616071735-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
      "artifactChecksum": "NzEwMzMxY2UyNTRkZDZiNTYyZmUxNmQ1NWQ4ZTg5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b6f7b1d-6f8e-44b9-9cd9-7ebc00c22900"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:24:00.858Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:24:00.858Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ecf6187-8992-4ad6-af25-594e9bb780ad ASDC
2022-06-16T07:24:00.859Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:12932b0e-dfc9-4fc9-bf2e-7419dc502629
ServiceName:vFW 2022-06-16 07-17-35
ServiceVersion:1.0
ServiceUUID:2ecf6187-8992-4ad6-af25-594e9bb780ad
ServiceInvariantUUID:4668736b-26a0-44df-9a8e-8a10b9fa985a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616071735-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar
ArtifactUUID:8b6f7b1d-6f8e-44b9-9cd9-7ebc00c22900
ArtifactChecksum:NzEwMzMxY2UyNTRkZDZiNTYyZmUxNmQ1NWQ4ZTg5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 33ca4156-78f1 0
ResourceCustomizationUUID:aa6cc570-ae6b-42c6-899d-aa590dc8e97e
ResourceInvariantUUID:3330fe77-6fcd-42a3-9069-48808f8914ff
ResourceName:vFW 33ca4156-78f1
ResourceType:VF
ResourceUUID:be03036f-5ff3-4d69-9e5d-ca04bc39d417
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw33ca415678f10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json
ArtifactUUID:c9aef5ed-3817-40a2-a308-7243d3f058d8
ArtifactChecksum:MzgzYTMzMTMzMmQ1OTc1NjI1MThkMzQ5MDQ0Yzg3MWI=
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/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml
ArtifactUUID:d776d585-6804-42e8-8486-bf83f55f91f3
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/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env
ArtifactUUID:607b3196-5df1-4bf5-959f-c6fbc45d4dde
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/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env
ArtifactUUID:607b3196-5df1-4bf5-959f-c6fbc45d4dde
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T07:24:00.859Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ecf6187-8992-4ad6-af25-594e9bb780ad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:24:00.898Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:24:00.900Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:24:00.900Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:24:00.900Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8b6f7b1d-6f8e-44b9-9cd9-7ebc00c22900 from URL: /sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:00.901Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:24:00.901Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:01.052Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:24:01.059Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar 8b6f7b1d-6f8e-44b9-9cd9-7ebc00c22900 99009
2022-06-16T07:24:01.060Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar ASDC sendASDCNotification
2022-06-16T07:24:01.060Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:01.060Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:24:01.061Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:24:01.063Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:24:01.063Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364241059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:01.164Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:24:01.165Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:24:01.165Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:01.182Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:01.183Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:24:02.064Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:24:02.066Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:24:02.067Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8b6f7b1d-6f8e-44b9-9cd9-7ebc00c22900, URL: /sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar to file: /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:02.067Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616071735-csar.csar
2022-06-16T07:24:02.068Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:02.068Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:02.238Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13138684048541878338/Definitions/service-Vfw20220616071735-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-16T07:24:04.389Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:24:04.389Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:24:04.390Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.390Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T07:24:04.390Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 33ca4156-78f1 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-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.390Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||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-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.390Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||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-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.390Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.390Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.390Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.391Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||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-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.391Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.391Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.391Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.391Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.391Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.391Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:04.391Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:24:04.392Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.392Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:04.392Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:04.392Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:24:04.392Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:24:04.393Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.393Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:04.393Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:04.393Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:24:04.393Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:24:04.394Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.394Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:04.394Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.394Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is not matching search criteria
2022-06-16T07:24:04.394Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:24:04.395Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:24:04.395Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.395Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.395Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:24:04.395Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.395Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:24:04.395Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:24:04.395Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:24:04.396Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.396Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.396Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:24:04.396Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.396Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:24:04.397Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.397Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:24:04.397Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.397Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:24:04.398Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.398Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:04.398Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:24:04.398Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.398Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:04.398Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:24:04.399Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.399Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:04.399Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:24:04.399Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.400Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is not matching search criteria
2022-06-16T07:24:04.400Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:24:04.400Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:24:04.400Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:24:04.400Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:24:04.400Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:24:04.400Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.400Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.401Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:24:04.401Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.401Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:24:04.401Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.401Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ff82d97-c3fd-4e1f-bff2-f9b3a1247b04
2022-06-16T07:24:04.401Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.401Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is not matching search criteria
2022-06-16T07:24:04.402Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:24:04.402Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:24:04.402Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.402Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.402Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:24:04.403Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.403Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:24:04.403Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:24:04.403Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:24:04.403Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.404Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:24:04.404Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.404Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=84e25c91-2a42-4715-8507-5f41bb60d4a3
2022-06-16T07:24:04.404Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.404Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is not matching search criteria
2022-06-16T07:24:04.404Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:24:04.404Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:24:04.405Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.405Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.405Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:24:04.405Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.405Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:24:04.405Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:24:04.405Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:24:04.405Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:04.406Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:04.406Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:24:04.406Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7237aab6-14d2-4469-aeda-4f60c8295e00
2022-06-16T07:24:04.406Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.406Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:04.406Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.406Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:04.407Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.407Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:04.407Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:04.407Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:04.407Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-16 07-17-35
Description:catalog service description
Model UUID:2ecf6187-8992-4ad6-af25-594e9bb780ad
Model Version:NULL
Model InvariantUuid:4668736b-26a0-44df-9a8e-8a10b9fa985a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 33ca4156-78f1
Model UUID:52f7817d-2555-4756-9431-8f81623b141c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3330fe77-6fcd-42a3-9069-48808f8914ff
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa6cc570-ae6b-42c6-899d-aa590dc8e97e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aa1ed370-3347-4339-b11d-136a7c1f7f45
ModelName:Vfw33ca415678f1..base_vfw..module-0
ModelUuid:518a50c6-d61c-48a3-99ac-908fcdefd526
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0ff82d97-c3fd-4e1f-bff2-f9b3a1247b04
ModelInvariantUuid:68293264-961b-4fdb-9dae-b3726479eb36
ModelName:vFW 33ca4156-78f1-nodes.vfwCvfc
ModelUuid:e04ca5ac-b911-4cd4-97aa-e7ff5bf02500
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7b7b692a-37a8-4003-8f1a-104f4b62c9a4
ModelInvariantUuid:3b3661ce-cf0b-49be-8dea-f9cfbe64d121
ModelName:Vfw33ca415678f1.compute.nodes.heat.vfw
ModelUuid:bcc2eca6-b5ee-40ca-bb89-e796fd71024a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:84e25c91-2a42-4715-8507-5f41bb60d4a3
ModelInvariantUuid:d9011cc0-6e5d-424e-87fb-4fd0ea2eb326
ModelName:vFW 33ca4156-78f1-nodes.vsnCvfc
ModelUuid:bac32e22-f2c3-4bf2-a2e6-6f02a955ca55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a61af479-7172-4fc9-84f2-2c0e106ef519
ModelInvariantUuid:7d2691ba-83eb-49cd-86f4-823f8c8ee110
ModelName:Vfw33ca415678f1.compute.nodes.heat.vsn
ModelUuid:ab608cb2-ff3b-4fe0-bedc-e901fa3be63c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7237aab6-14d2-4469-aeda-4f60c8295e00
ModelInvariantUuid:b6c8cb39-2041-4110-bce4-0f0c67589186
ModelName:vFW 33ca4156-78f1-nodes.vpgCvfc
ModelUuid:9700babe-6a8b-4a1e-8207-f9184e9c1091
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4bc2cb7c-7647-472c-878f-2372de9e3b18
ModelInvariantUuid:fb52c44e-78c2-4d13-9de4-eeb9e6ab8e93
ModelName:Vfw33ca415678f1.compute.nodes.heat.vpg
ModelUuid:683b1da7-5aa5-4fd3-bf8b-aa58b5b8c733
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:24:04.411Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: be03036f-5ff3-4d69-9e5d-ca04bc39d417
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:24:04.413Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||vFW 33ca4156-78f1 0
2022-06-16T07:24:04.413Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be03036f-5ff3-4d69-9e5d-ca04bc39d417
2022-06-16T07:24:04.413Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c9aef5ed-3817-40a2-a308-7243d3f058d8 from URL: /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json
2022-06-16T07:24:04.413Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:24:04.413Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json
2022-06-16T07:24:04.468Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:24:04.469Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json c9aef5ed-3817-40a2-a308-7243d3f058d8 785
2022-06-16T07:24:04.469Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json ASDC sendASDCNotification
2022-06-16T07:24:04.469Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json
2022-06-16T07:24:04.469Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:24:04.469Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:24:04.472Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:24:04.472Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364244469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:04.572Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:24:04.573Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:24:04.574Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:04.588Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:04.589Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:24:05.473Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw33ca415678f1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aa1ed370-3347-4339-b11d-136a7c1f7f45",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "518a50c6-d61c-48a3-99ac-908fcdefd526",
    "vfModuleModelCustomizationUUID": "4d34ca7a-f5b7-4ffd-84ff-8bc38d02da76",
    "isBase": true,
    "artifacts": [
      "d776d585-6804-42e8-8486-bf83f55f91f3",
      "607b3196-5df1-4bf5-959f-c6fbc45d4dde"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:24:05.477Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw33ca415678f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:518a50c6-d61c-48a3-99ac-908fcdefd526
VfModuleModelInvariantUUID:aa1ed370-3347-4339-b11d-136a7c1f7f45
VfModuleModelDescription:NULL
Artifacts UUID List:{
d776d585-6804-42e8-8486-bf83f55f91f3
,
607b3196-5df1-4bf5-959f-c6fbc45d4dde

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

isBase:true


}

2022-06-16T07:24:05.479Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw33ca415678f1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aa1ed370-3347-4339-b11d-136a7c1f7f45",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "518a50c6-d61c-48a3-99ac-908fcdefd526",
    "vfModuleModelCustomizationUUID": "4d34ca7a-f5b7-4ffd-84ff-8bc38d02da76",
    "isBase": true,
    "artifacts": [
      "d776d585-6804-42e8-8486-bf83f55f91f3",
      "607b3196-5df1-4bf5-959f-c6fbc45d4dde"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:24:05.479Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw33ca415678f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:518a50c6-d61c-48a3-99ac-908fcdefd526
VfModuleModelInvariantUUID:aa1ed370-3347-4339-b11d-136a7c1f7f45
VfModuleModelDescription:NULL
Artifacts UUID List:{
d776d585-6804-42e8-8486-bf83f55f91f3
,
607b3196-5df1-4bf5-959f-c6fbc45d4dde

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

isBase:true


}

2022-06-16T07:24:05.479Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d776d585-6804-42e8-8486-bf83f55f91f3 from URL: /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml
2022-06-16T07:24:05.479Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:24:05.480Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml
2022-06-16T07:24:05.540Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:24:05.541Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml d776d585-6804-42e8-8486-bf83f55f91f3 20368
2022-06-16T07:24:05.542Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:24:05.542Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml
2022-06-16T07:24:05.542Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:24:05.543Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:24:05.546Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:24:05.547Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364245542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:05.647Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:24:05.648Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:24:05.648Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:05.663Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:05.664Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:24:06.548Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 607b3196-5df1-4bf5-959f-c6fbc45d4dde from URL: /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env
2022-06-16T07:24:06.548Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:24:06.549Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env
2022-06-16T07:24:06.597Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:24:06.598Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env 607b3196-5df1-4bf5-959f-c6fbc45d4dde 2098
2022-06-16T07:24:06.599Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:24:06.599Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env
2022-06-16T07:24:06.599Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:24:06.600Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:24:06.603Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:24:06.603Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364246599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:06.703Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:24:06.704Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:24:06.704Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:06.719Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:06.719Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:24:07.604Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2ecf6187-8992-4ad6-af25-594e9bb780ad
2022-06-16T07:24:07.604Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 33ca4156-78f1 0 be03036f-5ff3-4d69-9e5d-ca04bc39d417 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:24:07.627Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@131d27a3, org.onap.sdc.toscaparser.api.parameters.Input@7aebca40, org.onap.sdc.toscaparser.api.parameters.Input@138b3f70, org.onap.sdc.toscaparser.api.parameters.Input@30c4c9de, org.onap.sdc.toscaparser.api.parameters.Input@4a1ec05a]
2022-06-16T07:24:07.628Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.629Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:07.629Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-16T07:24:07.629Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= aa6cc570-ae6b-42c6-899d-aa590dc8e97e
2022-06-16T07:24:07.629Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa6cc570-ae6b-42c6-899d-aa590dc8e97e matches Tosca VF Customization UUID: aa6cc570-ae6b-42c6-899d-aa590dc8e97e
2022-06-16T07:24:07.630Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: aa6cc570-ae6b-42c6-899d-aa590dc8e97e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T07:24:07.632Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.632Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:07.633Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id aa6cc570-ae6b-42c6-899d-aa590dc8e97e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-16T07:24:07.633Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32a5dfec
2022-06-16T07:24:07.633Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.633Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:24:07.634Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d34ca7a-f5b7-4ffd-84ff-8bc38d02da76
2022-06-16T07:24:07.634Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d34ca7a-f5b7-4ffd-84ff-8bc38d02da76
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T07:24:07.636Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.636Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:07.636Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:24:07.637Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.637Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:07.637Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:24:07.637Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.638Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is not matching search criteria
2022-06-16T07:24:07.638Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:24:07.638Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:24:07.638Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:24:07.639Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:24:07.639Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:24:07.639Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:07.640Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:07.640Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:24:07.640Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:07.640Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:24:07.640Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:07.641Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ff82d97-c3fd-4e1f-bff2-f9b3a1247b04
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:24:07.643Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.643Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:07.643Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:24:07.643Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.644Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is not matching search criteria
2022-06-16T07:24:07.644Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:24:07.644Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:24:07.644Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:07.644Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:07.645Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:24:07.645Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:07.645Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:24:07.645Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:24:07.646Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:24:07.646Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:07.647Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:24:07.647Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:07.647Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=84e25c91-2a42-4715-8507-5f41bb60d4a3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:24:07.649Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.649Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:07.650Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:24:07.650Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.651Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is not matching search criteria
2022-06-16T07:24:07.651Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:24:07.651Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:24:07.652Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:07.652Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:07.652Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:24:07.653Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:24:07.653Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:24:07.653Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:24:07.654Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:24:07.654Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:24:07.655Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:24:07.655Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:24:07.655Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7237aab6-14d2-4469-aeda-4f60c8295e00
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:24:07.658Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.659Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:07.659Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:24:07.659Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.660Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Node template vFW 33ca4156-78f1 0 is matching search criteria
2022-06-16T07:24:07.660Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 33ca4156-78f1 0] matching following query criteria: sdcType=VF, customizationUUID=aa6cc570-ae6b-42c6-899d-aa590dc8e97e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:24:07.662Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.662Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:07.663Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2ecf6187-8992-4ad6-af25-594e9bb780ad: vFW 33ca4156-78f1
2022-06-16T07:24:07.663Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.663Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:07.663Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.664Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:07.664Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.664Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:07.665Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.665Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:07.665Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:24:07.665Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-17-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:24:07.666Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-16 07-17-35 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:07.799Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 33ca4156-78f1 be03036f-5ff3-4d69-9e5d-ca04bc39d417 1 ASDC deployResourceStructure
2022-06-16T07:24:07.800Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json ASDC sendASDCNotification
2022-06-16T07:24:07.800Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json
2022-06-16T07:24:07.800Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:24:07.818Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:24:07.821Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:24:07.822Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364247800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:07.921Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:24:07.922Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:24:07.923Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:07.939Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:07.940Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:24:08.823Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:24:08.823Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml
2022-06-16T07:24:08.824Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:24:08.824Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:24:08.827Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:24:08.828Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364248823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:08.928Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:24:08.929Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:24:08.929Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:08.947Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:08.947Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:24:09.829Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:24:09.830Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env
2022-06-16T07:24:09.830Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:24:09.830Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:24:09.832Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:24:09.832Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364249829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:09.932Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:24:09.934Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:24:09.934Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:09.950Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:09.951Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:24:10.834Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar ASDC sendASDCNotification
2022-06-16T07:24:10.834Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar
2022-06-16T07:24:10.834Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:24:10.834Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:24:10.837Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:24:10.837Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364250834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:10.937Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:24:10.938Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:24:10.938Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:10.953Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:10.956Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:24:11.838Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:24:11.853Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:24:11.858Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:24:11.858Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:24:11.858Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:24:11.858Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:24:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:24:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:24:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:24:21.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:24:21.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "aai-ml",
  "timestamp": 1655364084704,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:24:21.944Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9498786a-66bd-4a96-9aa0-f07f36633346
2022-06-16T07:24:21.944Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9498786a-66bd-4a96-9aa0-f07f36633346 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:21.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "policy-id",
  "timestamp": 1655364084100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:21.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:21.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "policy-id",
  "timestamp": 1655364084100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:24:21.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:21.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "policy-id",
  "timestamp": 1655364086359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:21.958Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:21.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "policy-id",
  "timestamp": 1655364087367,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:21.958Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:21.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "policy-id",
  "timestamp": 1655364088371,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:24:21.965Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9498786a-66bd-4a96-9aa0-f07f36633346
2022-06-16T07:24:21.965Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9498786a-66bd-4a96-9aa0-f07f36633346 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:21.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "clamp",
  "timestamp": 1655364089424,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:21.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:21.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364090432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:21.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:21.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "clamp",
  "timestamp": 1655364091458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:21.983Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:21.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364090432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:21.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:21.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "clamp",
  "timestamp": 1655364092466,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:24:21.992Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9498786a-66bd-4a96-9aa0-f07f36633346
2022-06-16T07:24:21.992Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9498786a-66bd-4a96-9aa0-f07f36633346 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:22.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364090432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364092946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364092910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364090432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364092946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364092910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364090432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364092946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364092910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364090432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364092946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364092910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364090432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364092946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364092910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364090432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:24:22.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364097949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364092946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:24:22.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364099214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364092910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364097949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364092946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364099214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364092910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364097949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364092946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364099214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364092910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:24:22.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364097949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364099214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364101847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364101699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:22.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364097949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364099214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364103055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:22.022Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "cds",
  "timestamp": 1655364102713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:22.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3755df67-39a2-49b2-9434-34059d2a4f2e
2022-06-16T07:24:22.037Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3755df67-39a2-49b2-9434-34059d2a4f2e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:22.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364097949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364099214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364104060,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:24:22.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3755df67-39a2-49b2-9434-34059d2a4f2e
2022-06-16T07:24:22.053Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3755df67-39a2-49b2-9434-34059d2a4f2e and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:22.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364104103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364099214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364097949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364104103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364099214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:24:22.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364097949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:24:22.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364104103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364107975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:22.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364104103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364104103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364104103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364104103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:24:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364104103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:24:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:24:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364113693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:22.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364113142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:22.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "aai-ml",
  "timestamp": 1655364114700,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:24:22.079Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3755df67-39a2-49b2-9434-34059d2a4f2e
2022-06-16T07:24:22.080Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3755df67-39a2-49b2-9434-34059d2a4f2e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:22.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364114181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:22.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "policy-id",
  "timestamp": 1655364115186,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:24:22.104Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3755df67-39a2-49b2-9434-34059d2a4f2e
2022-06-16T07:24:22.104Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3755df67-39a2-49b2-9434-34059d2a4f2e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:22.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364115429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:24:22.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364117446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:24:22.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:24:22.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:24:22.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "clamp",
  "timestamp": 1655364118452,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:24:22.120Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3755df67-39a2-49b2-9434-34059d2a4f2e
2022-06-16T07:24:22.120Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3755df67-39a2-49b2-9434-34059d2a4f2e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:24:41.859Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:24:41.874Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:24:41.876Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:24:41.877Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:24:41.877Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:24:41.877Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:25:11.877Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:25:11.895Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:25:11.899Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:25:11.899Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:25:11.899Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:25:11.899Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:25:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:25:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:25:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:25:21.945Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:25:21.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364150432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364144100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364150432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:25:21.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364144100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364152946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364150432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:25:21.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364144100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:25:21.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364152910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364152946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364150432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364144100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364152910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364152946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364150432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-16T07:25:21.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364144100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364152910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364152946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364150432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364144100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364152910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364152946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364150432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:21.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364144100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:21.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364152910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364157952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364152946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364159214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364152910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364159160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:25:21.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:21.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364159121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:25:21.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:21.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364157952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:25:21.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364152946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364159214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364152910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:21.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364160130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:25:21.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:21.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364160269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:25:21.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:21.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364157952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364159214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:21.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:21.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364160692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:25:21.983Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:21.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:21.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "policy-id",
  "timestamp": 1655364161139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:25:22.002Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
2022-06-16T07:25:22.002Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e961572-c590-4e7b-a30f-36ae3d2ec7e9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:25:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364161328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:25:22.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364157952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364159214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "cds",
  "timestamp": 1655364161703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:25:22.015Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
2022-06-16T07:25:22.016Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e961572-c590-4e7b-a30f-36ae3d2ec7e9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:25:22.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364162358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:25:22.028Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
2022-06-16T07:25:22.028Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e961572-c590-4e7b-a30f-36ae3d2ec7e9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:25:22.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364157952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364159214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364163363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364157952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364159214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364157952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364159214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364167048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:22.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364169439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:25:22.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:22.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364172449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:25:22.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:22.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "clamp",
  "timestamp": 1655364173461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:25:22.044Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
2022-06-16T07:25:22.044Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e961572-c590-4e7b-a30f-36ae3d2ec7e9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:25:22.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364176360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:25:22.053Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:25:22.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "aai-ml",
  "timestamp": 1655364177367,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:25:22.059Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
2022-06-16T07:25:22.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e961572-c590-4e7b-a30f-36ae3d2ec7e9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:25:22.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364182911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364190432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364189214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364187952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364184100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:22.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:25:22.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364192946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:25:22.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:25:41.900Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:25:41.911Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:25:41.914Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:25:41.914Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:25:41.914Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:25:41.914Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:26:11.915Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:26:11.947Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:26:11.951Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:26:11.951Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:26:11.951Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:26:11.951Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:26:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:26:21.898Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:26:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:26:22.429Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:26:22.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364201805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364202303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364203437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364202420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "cds",
  "timestamp": 1655364202811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:26:22.456Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe64af5f-3757-473f-9fbc-9f115e527bd6
2022-06-16T07:26:22.456Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe64af5f-3757-473f-9fbc-9f115e527bd6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:26:22.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364203360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364203430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:26:22.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364204438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "policy-id",
  "timestamp": 1655364204440,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:26:22.474Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe64af5f-3757-473f-9fbc-9f115e527bd6
2022-06-16T07:26:22.474Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe64af5f-3757-473f-9fbc-9f115e527bd6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:26:22.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364205510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364206632,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:26:22.487Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe64af5f-3757-473f-9fbc-9f115e527bd6
2022-06-16T07:26:22.487Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe64af5f-3757-473f-9fbc-9f115e527bd6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:26:22.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364207454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364207642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364210553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "aai-ml",
  "timestamp": 1655364211570,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:26:22.499Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe64af5f-3757-473f-9fbc-9f115e527bd6
2022-06-16T07:26:22.499Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe64af5f-3757-473f-9fbc-9f115e527bd6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:26:22.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364210477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:26:22.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "clamp",
  "timestamp": 1655364211483,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:26:22.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe64af5f-3757-473f-9fbc-9f115e527bd6
2022-06-16T07:26:22.513Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe64af5f-3757-473f-9fbc-9f115e527bd6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:26:22.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364232783,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:26:22.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:26:22.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:26:22.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:26:22.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:26:22.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:26:22.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:26:22.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655363909266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:26:22.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:26:22.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364241059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364244469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364245542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364246599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364247800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/vfw33ca415678f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:26:22.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364248823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:26:22.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364249829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/resourceInstances/vfw33ca415678f10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:26:22.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:22.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:26:22.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364250834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616071735/1.0/artifacts/service-Vfw20220616071735-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:26:22.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:26:41.952Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:26:41.968Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:26:41.971Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:26:41.971Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:26:41.971Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:26:41.971Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:27:11.972Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:27:11.983Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:27:11.987Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:27:11.987Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:27:11.987Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:27:11.987Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:27:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:27:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:27:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:27:22.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:27:22.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364410433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364407910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364404100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364407910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364410433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364404100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364407910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364410433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364404100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364407910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364410433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364404100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364407910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364410433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364404100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364407910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364410433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364404100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364407910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364410433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364404100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364418710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364419226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364419231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "cds",
  "timestamp": 1655364419719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:27:22.579Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
2022-06-16T07:27:22.580Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:27:22.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364420286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:27:22.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:27:22.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364420242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:27:22.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:27:22.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "policy-id",
  "timestamp": 1655364421254,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:27:22.595Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
2022-06-16T07:27:22.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:27:22.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364421341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:27:22.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:27:22.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364422402,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:27:22.611Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
2022-06-16T07:27:22.611Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:27:22.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364423406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:27:22.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:27:22.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364427949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364429214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364427949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364429214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364427949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364429214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364427949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364429214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364427949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364429214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364427949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364429214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:27:22.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364427949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364429214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:27:22.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:27:22.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:27:22.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364437032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:27:22.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:27:41.988Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:27:42.001Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:27:42.004Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:27:42.004Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:27:42.004Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:27:42.004Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:28:12.005Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:28:12.015Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:28:12.017Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:28:12.018Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:28:12.018Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:28:12.018Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:28:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:28:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:28:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:28:22.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:28:22.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:28:22.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364446515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:28:22.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:28:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:28:22.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364448239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:28:22.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:28:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:28:22.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "aai-ml",
  "timestamp": 1655364449244,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:28:22.544Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
2022-06-16T07:28:22.544Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:28:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:28:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364448527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:28:22.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:28:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:28:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "clamp",
  "timestamp": 1655364449535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:28:22.558Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
2022-06-16T07:28:22.558Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:28:42.018Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:28:42.031Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:28:42.036Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:28:42.036Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:28:42.036Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:28:42.036Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:29:12.037Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:29:12.037Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:29:12.048Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12932b0e-dfc9-4fc9-bf2e-7419dc502629 and serviceModelVersionId: 2ecf6187-8992-4ad6-af25-594e9bb780ad
2022-06-16T07:29:12.048Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4668736b-26a0-44df-9a8e-8a10b9fa985a
2022-06-16T07:29:12.050Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?depth=0
2022-06-16T07:29:12.057Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:29:12.121Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?depth=0|INFO|500||Invoke
2022-06-16T07:29:12.122Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[12932b0e-dfc9-4fc9-bf2e-7419dc502629], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c79cb82-6714-4450-b3bc-7db6e0955881], X-ECOMP-RequestID=[12932b0e-dfc9-4fc9-bf2e-7419dc502629], X-TransactionId=[], X-ONAP-RequestID=[12932b0e-dfc9-4fc9-bf2e-7419dc502629], Content-Type=[application/merge-patch+json]}
2022-06-16T07:29:12.151Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:29:12.327Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?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/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-07:29:12:203-99822], vertex-id=[446672], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:29:12 GMT], Content-Type=[application/json]}
2022-06-16T07:29:12.328Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:29:12.329Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4668736b-26a0-44df-9a8e-8a10b9fa985a/model-vers/model-ver/2ecf6187-8992-4ad6-af25-594e9bb780ad?depth=0|INFO|500||InvokeReturn
2022-06-16T07:29:12.330Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:29:12.331Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:29:12.337Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:29:12.338Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12932b0e-dfc9-4fc9-bf2e-7419dc502629 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:29:12.338Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:29:12.339Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:29:12.342Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:29:12.343Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364552338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:29:12.442Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:29:12.444Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:29:12.444Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:29:12.463Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:29:12.464Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:29:13.359Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:29:13.360Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:29:13.361Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:29:17.871Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:29:17.872Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:29:17.873Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9498786a-66bd-4a96-9aa0-f07f36633346","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8862beab-37fe-4d35-8392-62bd3328feae","serviceDescription":"service","serviceInvariantUUID":"43c7fc44-85e5-44d8-a228-67c0367947a6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"80f96a0e-f670-4445-a7b0-6470579e2ea6","resourceInvariantUUID":"b26b7785-f5db-47ae-89ea-acdd8e52a09c","resourceCustomizationUUID":"cbf918bd-1f5e-4ea8-884a-df204c5173bc","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":"MGM2YmI5Y2MwZmUzODJjM2VlZTNiNTlhOTNmMzUyMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f655539-0e9e-49ce-95a5-1d7c851dd071","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODI5NjM4YjBmNDQ1MGI2YWJhNTczMzEzOGI2NWUzMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b189cfaf-d569-4bce-a2b4-1bbd1ac3f2b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:29:17.876Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:29:17.876Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:29:17.878Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:29:17.878Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:29:17.985Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-16T07:29:17.986Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:29:17.986Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:29:18.005Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:29:18.006Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:29:18.880Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:29:18.903Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:29:18.906Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:29:18.907Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:29:19.009Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-16T07:29:19.010Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:29:19.010Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:29:19.032Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:29:19.033Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:29:19.910Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8862beab-37fe-4d35-8392-62bd3328feae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "43c7fc44-85e5-44d8-a228-67c0367947a6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "cbf918bd-1f5e-4ea8-884a-df204c5173bc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "80f96a0e-f670-4445-a7b0-6470579e2ea6",
      "resourceInvariantUUID": "b26b7785-f5db-47ae-89ea-acdd8e52a09c",
      "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": "ODI5NjM4YjBmNDQ1MGI2YWJhNTczMzEzOGI2NWUzMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b189cfaf-d569-4bce-a2b4-1bbd1ac3f2b7"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:29:19.911Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:29:19.912Z|12932b0e-dfc9-4fc9-bf2e-7419dc502629|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8862beab-37fe-4d35-8392-62bd3328feae ASDC
2022-06-16T07:29:19.914Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9498786a-66bd-4a96-9aa0-f07f36633346
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8862beab-37fe-4d35-8392-62bd3328feae
ServiceInvariantUUID:43c7fc44-85e5-44d8-a228-67c0367947a6
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:b189cfaf-d569-4bce-a2b4-1bbd1ac3f2b7
ArtifactChecksum:ODI5NjM4YjBmNDQ1MGI2YWJhNTczMzEzOGI2NWUzMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cbf918bd-1f5e-4ea8-884a-df204c5173bc
ResourceInvariantUUID:b26b7785-f5db-47ae-89ea-acdd8e52a09c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:80f96a0e-f670-4445-a7b0-6470579e2ea6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-16T07:29:19.914Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8862beab-37fe-4d35-8392-62bd3328feae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:29:19.957Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:29:19.958Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:29:19.958Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:29:19.959Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b189cfaf-d569-4bce-a2b4-1bbd1ac3f2b7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-16T07:29:19.959Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:29:19.959Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-16T07:29:20.088Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:29:20.091Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b189cfaf-d569-4bce-a2b4-1bbd1ac3f2b7 52508
2022-06-16T07:29:20.091Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-16T07:29:20.091Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-16T07:29:20.091Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:29:20.092Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:29:20.094Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:29:20.094Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364560091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:29:20.194Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:29:20.195Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:29:20.195Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:29:20.212Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:29:20.212Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:29:21.095Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:29:21.096Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:29:21.097Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b189cfaf-d569-4bce-a2b4-1bbd1ac3f2b7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.097Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-16T07:29:21.098Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.098Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.232Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7865152749434721321/Definitions/service-BasicNetwork-template.yml
2022-06-16T07:29:21.761Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:29:21.761Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:29:21.762Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.762Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-16T07:29:21.762Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.762Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.763Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.763Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.763Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.763Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.764Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.764Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.764Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:29:21.764Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.765Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.765Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-16T07:29:21.766Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:29:21.766Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:29:21.766Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.767Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.767Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-16T07:29:21.767Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:29:21.767Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:29:21.767Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.768Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.768Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.768Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.769Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.769Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.769Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.770Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.770Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.770Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.771Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8862beab-37fe-4d35-8392-62bd3328feae
Model Version:NULL
Model InvariantUuid:43c7fc44-85e5-44d8-a228-67c0367947a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b26b7785-f5db-47ae-89ea-acdd8e52a09c
Model UUID:43d7e211-048e-4871-a500-8b74510a763e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:cbf918bd-1f5e-4ea8-884a-df204c5173bc
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:29:21.779Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 80f96a0e-f670-4445-a7b0-6470579e2ea6
2022-06-16T07:29:21.780Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||No resources found for Service: 8862beab-37fe-4d35-8392-62bd3328feae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:29:21.784Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||
2022-06-16T07:29:21.784Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-16T07:29:21.785Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 8862beab-37fe-4d35-8392-62bd3328feae
2022-06-16T07:29:21.785Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8862beab-37fe-4d35-8392-62bd3328feae
2022-06-16T07:29:21.785Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-16T07:29:21.785Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:29:21.792Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f862f35, org.onap.sdc.toscaparser.api.parameters.Input@3e6b12c0, org.onap.sdc.toscaparser.api.parameters.Input@77d84584, org.onap.sdc.toscaparser.api.parameters.Input@49c20b, org.onap.sdc.toscaparser.api.parameters.Input@eb8aab0]
2022-06-16T07:29:21.794Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.794Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.795Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.795Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.795Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8862beab-37fe-4d35-8392-62bd3328feae: Generic NeutronNet
2022-06-16T07:29:21.795Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.796Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.796Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.796Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-16T07:29:21.834Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.835Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.835Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.836Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.836Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:29:21.837Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:29:21.837Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2022-06-16T07:29:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:29:21.896Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:29:21.897Z||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 yKP89qUvJiiXjWqy) ...
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-16T07:29:21.910Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-16T07:29:21.910Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-16T07:29:21.910Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-16T07:29:21.911Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:29:21.911Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:29:21.913Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:29:21.913Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364561910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:29:22.013Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:29:22.014Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:29:22.014Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:29:22.029Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:29:22.030Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:29:22.042Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:29:22.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:29:22.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12932b0e-dfc9-4fc9-bf2e-7419dc502629",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364552338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:29:22.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:29:22.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:29:22.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:29:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:29:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:29:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:29:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:29:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:29:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364560091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:29:22.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:29:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:29:22.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364552946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:29:22.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:29:22.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:29:22.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364557910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:29:22.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:29:22.913Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:29:22.925Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:29:22.928Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:29:22.928Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:29:22.928Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:29:22.928Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:29:52.929Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:29:52.942Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:29:52.944Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:29:52.944Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:29:52.944Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:29:52.945Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:30:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:30:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:30:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:30:21.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:30:21.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:30:21.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364561910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:30:21.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:30:22.945Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:30:22.957Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:30:22.960Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:30:22.960Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:30:22.960Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:30:22.960Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:30:52.961Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:30:52.974Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:30:52.976Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:30:52.976Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:30:52.976Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:30:52.976Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:31:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:31:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:31:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:31:22.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:31:22.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364557910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364552946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364557910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364552946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364552946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364557910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364564100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364552946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364557910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364564100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364552946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:31:22.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364557910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364564100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364557910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364552946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364564100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364552946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364557910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:31:22.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364564100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364569114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364569562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364564100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "cds",
  "timestamp": 1655364570120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:31:22.483Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bcf4edb5-7058-4060-a513-15082dec646c
2022-06-16T07:31:22.483Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcf4edb5-7058-4060-a513-15082dec646c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:31:22.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364570604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:31:22.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364564100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364570433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364571609,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:31:22.504Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bcf4edb5-7058-4060-a513-15082dec646c
2022-06-16T07:31:22.504Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcf4edb5-7058-4060-a513-15082dec646c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:31:22.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364564100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:31:22.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364570433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364570433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364573307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:31:22.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364570433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364574317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:31:22.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364570433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "policy-id",
  "timestamp": 1655364575323,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:31:22.526Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcf4edb5-7058-4060-a513-15082dec646c
2022-06-16T07:31:22.527Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcf4edb5-7058-4060-a513-15082dec646c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:31:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364570433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364570433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364570433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:31:22.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364577951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364579214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364577951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364579214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364577951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364579214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364577951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364579214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364577951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364579214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364577951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364579214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364577951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364579214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:31:22.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364577951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:31:22.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364579214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:31:22.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:31:22.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364587983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:31:22.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364592564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:31:22.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364593783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:31:22.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "aai-ml",
  "timestamp": 1655364594792,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:31:22.560Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bcf4edb5-7058-4060-a513-15082dec646c
2022-06-16T07:31:22.561Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcf4edb5-7058-4060-a513-15082dec646c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:31:22.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364593641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:31:22.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:31:22.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:31:22.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "clamp",
  "timestamp": 1655364594652,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:31:22.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bcf4edb5-7058-4060-a513-15082dec646c
2022-06-16T07:31:22.580Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcf4edb5-7058-4060-a513-15082dec646c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:31:22.976Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:31:22.986Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:31:22.989Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:31:22.989Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:31:22.989Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:31:22.989Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:31:52.989Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:31:53.001Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:31:53.004Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:31:53.004Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:31:53.004Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:31:53.004Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:32:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:32:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:32:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:32:23.004Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:32:23.017Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:32:23.020Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:32:23.020Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:32:23.021Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:32:23.021Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:32:31.490Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:32:53.021Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:32:53.033Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:32:53.036Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:32:53.037Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:32:53.037Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:32:53.038Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:33:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:33:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:33:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:33:22.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:33:22.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364744100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364752910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364744100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364752910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364744100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364752910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364744100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364752910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364744100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364752910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364744100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364757949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:33:22.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364759214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364752910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364744100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364757949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364759214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364752910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:33:22.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364744100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:33:22.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364757949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364759214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364752910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:33:22.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364761480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:33:22.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364757949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364759214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364761711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:33:22.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364761689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:33:22.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364762488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:33:22.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364757949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364759214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364762747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:33:22.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "cds",
  "timestamp": 1655364762709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:33:22.581Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6044653-efba-432b-a509-99a402ef1ad4
2022-06-16T07:33:22.581Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6044653-efba-432b-a509-99a402ef1ad4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:33:22.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "policy-id",
  "timestamp": 1655364763499,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:33:22.598Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6044653-efba-432b-a509-99a402ef1ad4
2022-06-16T07:33:22.598Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6044653-efba-432b-a509-99a402ef1ad4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:33:22.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364757949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364759214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364763751,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:33:22.614Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b6044653-efba-432b-a509-99a402ef1ad4
2022-06-16T07:33:22.614Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6044653-efba-432b-a509-99a402ef1ad4 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:33:22.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364757949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364759214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:33:22.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364757949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:33:22.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364759214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:33:22.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:33:22.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364768023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:33:22.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364773935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:33:22.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "aai-ml",
  "timestamp": 1655364774941,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:33:22.632Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6044653-efba-432b-a509-99a402ef1ad4
2022-06-16T07:33:22.632Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6044653-efba-432b-a509-99a402ef1ad4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:33:22.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364777596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:33:22.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364779624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:33:22.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:33:22.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:33:22.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "clamp",
  "timestamp": 1655364780629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:33:22.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b6044653-efba-432b-a509-99a402ef1ad4
2022-06-16T07:33:22.651Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6044653-efba-432b-a509-99a402ef1ad4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:33:23.038Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:33:23.047Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:33:23.050Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:33:23.050Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:33:23.051Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:33:23.051Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:33:53.051Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:33:53.062Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:33:53.064Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:33:53.064Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:33:53.064Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:33:53.064Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:34:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:34:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:34:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:23.065Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:34:23.065Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9498786a-66bd-4a96-9aa0-f07f36633346 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:34:23.075Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9498786a-66bd-4a96-9aa0-f07f36633346 and serviceModelVersionId: 8862beab-37fe-4d35-8392-62bd3328feae
2022-06-16T07:34:23.075Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43c7fc44-85e5-44d8-a228-67c0367947a6
2022-06-16T07:34:23.076Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?depth=0
2022-06-16T07:34:23.081Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:34:23.161Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?depth=0|INFO|500||Invoke
2022-06-16T07:34:23.162Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9498786a-66bd-4a96-9aa0-f07f36633346], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2bbe5767-d02c-47f5-bcff-e10ec2236c72], X-ECOMP-RequestID=[9498786a-66bd-4a96-9aa0-f07f36633346], X-TransactionId=[], X-ONAP-RequestID=[9498786a-66bd-4a96-9aa0-f07f36633346], Content-Type=[application/merge-patch+json]}
2022-06-16T07:34:23.193Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:34:23.281Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?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/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-07:34:23:229-42953], vertex-id=[463056], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:34:23 GMT], Content-Type=[application/json]}
2022-06-16T07:34:23.281Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:34:23.282Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43c7fc44-85e5-44d8-a228-67c0367947a6/model-vers/model-ver/8862beab-37fe-4d35-8392-62bd3328feae?depth=0|INFO|500||InvokeReturn
2022-06-16T07:34:23.282Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:34:23.283Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:34:23.288Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:34:23.288Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9498786a-66bd-4a96-9aa0-f07f36633346 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:34:23.288Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:34:23.289Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:23.291Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:23.291Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364863288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:34:23.391Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:23.392Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:23.393Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:23.419Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:23.420Z||pool-71-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:24.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:24.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:34:24.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9498786a-66bd-4a96-9aa0-f07f36633346",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364863288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:34:24.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:34:24.306Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:34:24.306Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3755df67-39a2-49b2-9434-34059d2a4f2e","serviceName":"Demo_pNF_UmxE9oQy5c7pD1FVTeay","serviceVersion":"1.0","serviceUUID":"802b7bc2-c391-46fb-bff1-8aaea28f40c5","serviceDescription":"catalog service description","serviceInvariantUUID":"09fc3cc9-7f38-456f-a80b-69c54abba509","resources":[{"resourceInstanceName":"pNF b5b201fd-b356 0","resourceName":"pNF b5b201fd-b356","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"38515151-f97a-40a6-a103-94af9aca7630","resourceInvariantUUID":"20116df2-edb4-412d-8f66-a0db1740c835","resourceCustomizationUUID":"1aa320bd-4d32-4629-8f06-6d98c53fae5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml","artifactChecksum":"ZmQ0ZWZiNWQzMmE3MzI5MTcyNTliYWQwNGQ1MzZkNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17862433-af80-4792-ba48-30138063e075","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar","artifactChecksum":"NjIwZmE2Yzg2YmI1ZWUzOWUxMTAwOTJiYmQ2MWRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7611928-929b-4bed-a907-a962eca2f5c9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4f3d38c-4b8e-4cdb-b01c-864ea25602f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml","artifactChecksum":"NmE4NDA2ZDQyZjFmZWExMDAwMDMzMDE4NTc2ZGNjZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7e5f8fe1-4272-40e6-8622-a659b4478f0a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"309d656c-130f-4196-a06e-0d8c31510d12","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb2f4d29-ca16-480d-a57f-ebe90eab01a8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml","artifactChecksum":"ZjNlYzNjZjkwMzI2MjU5M2M3OWI2ZjQ2N2Q5ZTI3YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"858b5d9e-d6a0-4bc2-884d-d1e97e07a887","artifactVersion":"1"},{"artifactName":"service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar","artifactChecksum":"NmFmYmJkYzc2OGIwYmJhNDJlYzMwODFhY2Y1MDA0Yjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e87c9574-257c-4523-9f75-c65f56882400","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:34:24.307Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:34:24.307Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:24.309Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:24.309Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:34:24.409Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:24.410Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:24.410Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:24.425Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:24.426Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:25.309Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:34:25.310Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:25.312Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:25.312Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:34:25.412Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:25.413Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:25.413Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:25.432Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:25.432Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:26.312Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:34:26.315Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:26.317Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:26.317Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:34:26.417Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:26.418Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:26.418Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:26.437Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:26.438Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:27.317Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:34:27.318Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:27.320Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:27.320Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:34:27.420Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:27.421Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:27.422Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:27.440Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:27.442Z||pool-75-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:28.321Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:34:28.321Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:28.324Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:28.324Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:34:28.424Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:28.426Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:28.426Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:28.444Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:28.446Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:29.325Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:34:29.326Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:29.328Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:29.329Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:34:29.428Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:34:29.429Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:29.429Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:29.443Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:29.444Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:30.329Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:34:30.330Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:30.333Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:30.333Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:34:30.434Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:30.436Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:30.436Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:30.459Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:30.459Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:31.334Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:34:31.335Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:31.337Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:31.338Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:34:31.438Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:31.438Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:31.439Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:31.467Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:31.467Z||pool-79-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:32.339Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "serviceName": "Demo_pNF_UmxE9oQy5c7pD1FVTeay",
  "serviceVersion": "1.0",
  "serviceUUID": "802b7bc2-c391-46fb-bff1-8aaea28f40c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "09fc3cc9-7f38-456f-a80b-69c54abba509",
  "resources": [
    {
      "resourceInstanceName": "pNF b5b201fd-b356 0",
      "resourceCustomizationUUID": "1aa320bd-4d32-4629-8f06-6d98c53fae5c",
      "resourceName": "pNF b5b201fd-b356",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "38515151-f97a-40a6-a103-94af9aca7630",
      "resourceInvariantUUID": "20116df2-edb4-412d-8f66-a0db1740c835",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
      "artifactChecksum": "NmFmYmJkYzc2OGIwYmJhNDJlYzMwODFhY2Y1MDA0Yjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e87c9574-257c-4523-9f75-c65f56882400"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:34:32.339Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:34:32.341Z|9498786a-66bd-4a96-9aa0-f07f36633346|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 802b7bc2-c391-46fb-bff1-8aaea28f40c5 ASDC
2022-06-16T07:34:32.341Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3755df67-39a2-49b2-9434-34059d2a4f2e
ServiceName:Demo_pNF_UmxE9oQy5c7pD1FVTeay
ServiceVersion:1.0
ServiceUUID:802b7bc2-c391-46fb-bff1-8aaea28f40c5
ServiceInvariantUUID:09fc3cc9-7f38-456f-a80b-69c54abba509
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
ArtifactUUID:e87c9574-257c-4523-9f75-c65f56882400
ArtifactChecksum:NmFmYmJkYzc2OGIwYmJhNDJlYzMwODFhY2Y1MDA0Yjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b5b201fd-b356 0
ResourceCustomizationUUID:1aa320bd-4d32-4629-8f06-6d98c53fae5c
ResourceInvariantUUID:20116df2-edb4-412d-8f66-a0db1740c835
ResourceName:pNF b5b201fd-b356
ResourceType:PNF
ResourceUUID:38515151-f97a-40a6-a103-94af9aca7630
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-16T07:34:32.341Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 802b7bc2-c391-46fb-bff1-8aaea28f40c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:34:32.368Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:34:32.368Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:34:32.369Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:34:32.369Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e87c9574-257c-4523-9f75-c65f56882400 from URL: /sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:32.369Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:34:32.369Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:33.144Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:34:33.148Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar e87c9574-257c-4523-9f75-c65f56882400 82640
2022-06-16T07:34:33.149Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar ASDC sendASDCNotification
2022-06-16T07:34:33.149Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:33.149Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:34:33.149Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:33.151Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:33.151Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364873149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:34:33.252Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:33.253Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:33.253Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:33.270Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:33.271Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:34:34.152Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:34:34.153Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:34:34.154Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e87c9574-257c-4523-9f75-c65f56882400, URL: /sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar to file: /app/ASDC/1/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:34.154Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:34.154Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:34.155Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:34.313Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14666043954046029675/Definitions/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml
2022-06-16T07:34:35.027Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:34:35.028Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:34:35.028Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.028Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-16T07:34:35.028Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||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-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.028Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b5b201fd-b356 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-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.029Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.029Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||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-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.029Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.029Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.029Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.030Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:34:35.030Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.030Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.031Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Node template pNF b5b201fd-b356 0 is matching search criteria
2022-06-16T07:34:35.031Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:34:35.031Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b5b201fd-b356 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:34:35.032Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.032Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.032Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Node template pNF b5b201fd-b356 0 is matching search criteria
2022-06-16T07:34:35.033Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:34:35.033Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b5b201fd-b356 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:34:35.033Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.034Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.034Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.034Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.035Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.035Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.035Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.036Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.036Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.036Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.037Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UmxE9oQy5c7pD1FVTeay
Description:catalog service description
Model UUID:802b7bc2-c391-46fb-bff1-8aaea28f40c5
Model Version:NULL
Model InvariantUuid:09fc3cc9-7f38-456f-a80b-69c54abba509
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:34:35.044Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 38515151-f97a-40a6-a103-94af9aca7630
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:34:35.048Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||pNF b5b201fd-b356 0
2022-06-16T07:34:35.048Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 38515151-f97a-40a6-a103-94af9aca7630
2022-06-16T07:34:35.049Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 802b7bc2-c391-46fb-bff1-8aaea28f40c5
2022-06-16T07:34:35.049Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 802b7bc2-c391-46fb-bff1-8aaea28f40c5
2022-06-16T07:34:35.049Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b5b201fd-b356 0 38515151-f97a-40a6-a103-94af9aca7630 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:34:35.055Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11b2df8, org.onap.sdc.toscaparser.api.parameters.Input@310e1efd, org.onap.sdc.toscaparser.api.parameters.Input@45914271, org.onap.sdc.toscaparser.api.parameters.Input@50d1fb67, org.onap.sdc.toscaparser.api.parameters.Input@8fd7868]
2022-06-16T07:34:35.055Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.056Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.056Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 802b7bc2-c391-46fb-bff1-8aaea28f40c5: pNF b5b201fd-b356
2022-06-16T07:34:35.056Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||Processing PNF resource: 38515151-f97a-40a6-a103-94af9aca7630
2022-06-16T07:34:35.057Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:34:35.057Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_UmxE9oQy5c7pD1FVTeay is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:34:35.057Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||Resource customization UUID: 1aa320bd-4d32-4629-8f06-6d98c53fae5c is the same as notified resource customizationUUID: 1aa320bd-4d32-4629-8f06-6d98c53fae5c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-16T07:34:35.109Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b5b201fd-b356 38515151-f97a-40a6-a103-94af9aca7630 0 ASDC deployResourceStructure
2022-06-16T07:34:35.109Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar ASDC sendASDCNotification
2022-06-16T07:34:35.109Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar
2022-06-16T07:34:35.110Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:34:35.110Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:34:35.113Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:34:35.113Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364875109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:34:35.213Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:34:35.214Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:34:35.214Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:34:35.239Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:34:35.240Z||pool-81-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:34:36.113Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:34:36.127Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:34:36.130Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:34:36.130Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:34:36.130Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:34:36.130Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:35:06.131Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:35:06.143Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:35:06.145Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:35:06.145Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:35:06.145Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:35:06.145Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:35:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:35:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:35:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:35:22.033Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:35:22.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:35:22.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:35:22.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:35:36.147Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:35:36.165Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:35:36.168Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:35:36.168Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:35:36.168Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:35:36.168Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:36:06.169Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:36:06.190Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:36:06.193Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:36:06.194Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:36:06.194Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:36:06.194Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:36:21.897Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:36:21.899Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:36:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:36:21.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:36:21.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:36:21.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:36:21.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:36:21.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:36:21.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:36:21.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:36:21.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:36:21.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:36:21.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/resourceInstances/pnfb5b201fdb3560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:36:21.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:36:21.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:36:21.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:36:21.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:36:21.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:36:21.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364873149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:36:21.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:36:21.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:36:21.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364875109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUmxe9oqy5c7pd1fvteay/1.0/artifacts/service-DemoPnfUmxe9oqy5c7pd1fvteay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:36:21.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:36:36.196Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:36:36.226Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:36:36.231Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:36:36.232Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:36:36.232Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:36:36.232Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:37:06.233Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:37:06.247Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:37:06.249Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:37:06.249Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:37:06.250Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:37:06.250Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:37:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:37:21.898Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:37:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:37:21.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:37:21.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364962910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364970432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364969214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364967949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364964100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364970432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364962910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364969214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364967949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364964100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364962910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364969214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364970432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364967949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364972946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364964100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364962910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364970432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364969214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364967949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364972946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364964100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364962910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364969214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364970432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364967949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364972946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364964100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364962910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364969214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364970432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364967949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364972946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364964100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364962910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364969214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364970432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364967949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364964100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:37:21.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364972946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364972946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364978171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:37:21.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:37:21.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364979828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:37:21.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:37:21.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364978720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:37:21.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:37:21.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364978827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:37:21.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:37:21.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655364972946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:37:21.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:37:21.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "cds",
  "timestamp": 1655364979178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:37:21.975Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
2022-06-16T07:37:21.976Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 766c6028-15fe-4a5f-8a50-a8d5cdd7db01 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:37:21.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364979782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:37:21.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:37:21.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364979860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:37:21.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:37:21.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364980855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:37:21.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:37:21.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:37:21.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "policy-id",
  "timestamp": 1655364980872,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:37:21.992Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
2022-06-16T07:37:21.992Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 766c6028-15fe-4a5f-8a50-a8d5cdd7db01 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:37:36.250Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:37:36.261Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:37:36.263Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:37:36.263Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:37:36.264Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:37:36.264Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:38:06.264Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:38:06.274Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:38:06.277Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:38:06.277Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:38:06.277Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:38:06.277Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:38:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:38:21.898Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:38:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:38:21.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:38:21.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:38:21.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364981889,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:38:21.940Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
2022-06-16T07:38:21.940Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 766c6028-15fe-4a5f-8a50-a8d5cdd7db01 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:38:36.278Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:38:36.295Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:38:36.299Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:38:36.299Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:38:36.299Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:38:36.299Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:39:06.300Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:39:06.309Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:39:06.312Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:39:06.312Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:39:06.312Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:39:06.312Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:39:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:39:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:39:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:22.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:22.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:39:22.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655364982895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:39:22.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:39:22.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:39:22.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364987642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:39:22.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:39:22.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:39:22.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364990645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:39:22.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:39:22.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:39:22.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "aai-ml",
  "timestamp": 1655364991651,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:39:22.437Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
2022-06-16T07:39:22.437Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 766c6028-15fe-4a5f-8a50-a8d5cdd7db01 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:39:22.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:39:22.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364990667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:39:22.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:39:22.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:39:22.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "clamp",
  "timestamp": 1655364991695,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:39:22.452Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
2022-06-16T07:39:22.452Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 766c6028-15fe-4a5f-8a50-a8d5cdd7db01 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:39:36.313Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:39:36.313Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3755df67-39a2-49b2-9434-34059d2a4f2e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:39:36.322Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3755df67-39a2-49b2-9434-34059d2a4f2e and serviceModelVersionId: 802b7bc2-c391-46fb-bff1-8aaea28f40c5
2022-06-16T07:39:36.323Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09fc3cc9-7f38-456f-a80b-69c54abba509
2022-06-16T07:39:36.326Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09fc3cc9-7f38-456f-a80b-69c54abba509/model-vers/model-ver/802b7bc2-c391-46fb-bff1-8aaea28f40c5?depth=0
2022-06-16T07:39:36.336Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:39:36.414Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fc3cc9-7f38-456f-a80b-69c54abba509/model-vers/model-ver/802b7bc2-c391-46fb-bff1-8aaea28f40c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-16T07:39:36.417Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fc3cc9-7f38-456f-a80b-69c54abba509/model-vers/model-ver/802b7bc2-c391-46fb-bff1-8aaea28f40c5?depth=0|INFO|500||Invoke
2022-06-16T07:39:36.460Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fc3cc9-7f38-456f-a80b-69c54abba509/model-vers/model-ver/802b7bc2-c391-46fb-bff1-8aaea28f40c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:39:36.693Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fc3cc9-7f38-456f-a80b-69c54abba509/model-vers/model-ver/802b7bc2-c391-46fb-bff1-8aaea28f40c5?depth=0|INFO|500||InvokeReturn
2022-06-16T07:39:36.693Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09fc3cc9-7f38-456f-a80b-69c54abba509/model-vers/model-ver/802b7bc2-c391-46fb-bff1-8aaea28f40c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-07:39:36:481-56223], vertex-id=[188568], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:39:36 GMT], Content-Type=[application/json]}
2022-06-16T07:39:36.694Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:39:36.694Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:39:36.694Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:39:36.703Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:39:36.704Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3755df67-39a2-49b2-9434-34059d2a4f2e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:39:36.704Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:39:36.704Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:36.709Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:36.710Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365176704,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:39:36.809Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:39:36.810Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:36.811Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:36.829Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:36.830Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:39:37.731Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:39:37.732Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e961572-c590-4e7b-a30f-36ae3d2ec7e9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4fa0f625-6b6c-43c8-9692-871457ee1c15","serviceDescription":"service","serviceInvariantUUID":"330abe84-603b-476f-b86f-7430b895ba9b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"865d2ec0-bab9-4d04-9ee5-a5138553cd7a","resourceInvariantUUID":"af3c5d47-af68-49aa-8401-f7998e973c97","resourceCustomizationUUID":"958113cf-519f-43a0-86d5-d4c6dba7419d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NTcwN2M2MzQ1M2Q2Mzg3ZTNkYzU2NTNlNTM2ZmE3MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3e3a468-c449-4739-b836-08ce967ec6c9","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZWU3YWFmNWE2MmQzNzUxODNkMDViZDM4ZDNmZDc2NWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42d1fb47-4826-4b6f-9e09-08c504c2a278","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7111ea7c-fba3-46f5-ac44-37110379fcf7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"deeccefa-9e74-4922-b09b-8ed9b170b5aa","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"390e6566-f1b1-4cec-a167-436c7cbd6ba9","artifactVersion":"2","generatedFromUUID":"7111ea7c-fba3-46f5-ac44-37110379fcf7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmE5YjE5Yjk1MmUzYjg0YTU4YjQ4ZGU0MWE1MjRiNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffa1d6c7-cc3f-44a6-bea7-201e99c3a7fa","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTY2YzRmYThjOTAxNjk4NTlmOGNkZWU2YTlkYWQ1YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4234886-1702-47dd-87af-29cbe9bceb16","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:39:37.733Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:39:37.733Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:37.735Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:37.736Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:39:37.840Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-16T07:39:37.841Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:37.842Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:37.861Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:37.862Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:38.736Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:39:38.737Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:38.740Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:38.740Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:39:38.840Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:38.841Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:38.841Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:38.859Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:38.860Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:39.741Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:39:39.743Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:39.745Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:39.745Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:39:39.846Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T07:39:39.847Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:39.847Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:39.885Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:39.886Z||pool-85-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:40.746Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:39:40.747Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:40.750Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:40.750Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:39:40.850Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:40.851Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:40.851Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:40.867Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:40.867Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:39:41.751Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:39:41.751Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:41.756Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:41.757Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-16T07:39:41.856Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:39:41.858Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:41.858Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:41.874Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:41.874Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:39:42.757Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:39:42.758Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:42.760Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:42.760Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:39:42.860Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:42.861Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:42.861Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:42.877Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:42.877Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:43.761Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:39:43.762Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:43.764Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:43.765Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:39:43.864Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:39:43.865Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:43.865Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:43.884Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:43.885Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:44.766Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4fa0f625-6b6c-43c8-9692-871457ee1c15",
  "serviceDescription": "service",
  "serviceInvariantUUID": "330abe84-603b-476f-b86f-7430b895ba9b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "958113cf-519f-43a0-86d5-d4c6dba7419d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "865d2ec0-bab9-4d04-9ee5-a5138553cd7a",
      "resourceInvariantUUID": "af3c5d47-af68-49aa-8401-f7998e973c97",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "ZWU3YWFmNWE2MmQzNzUxODNkMDViZDM4ZDNmZDc2NWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "42d1fb47-4826-4b6f-9e09-08c504c2a278",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7111ea7c-fba3-46f5-ac44-37110379fcf7",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "390e6566-f1b1-4cec-a167-436c7cbd6ba9",
            "generatedFromUUID": "7111ea7c-fba3-46f5-ac44-37110379fcf7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "390e6566-f1b1-4cec-a167-436c7cbd6ba9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTY2YzRmYThjOTAxNjk4NTlmOGNkZWU2YTlkYWQ1YWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4234886-1702-47dd-87af-29cbe9bceb16"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:39:44.767Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:39:44.768Z|3755df67-39a2-49b2-9434-34059d2a4f2e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4fa0f625-6b6c-43c8-9692-871457ee1c15 ASDC
2022-06-16T07:39:44.769Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5e961572-c590-4e7b-a30f-36ae3d2ec7e9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4fa0f625-6b6c-43c8-9692-871457ee1c15
ServiceInvariantUUID:330abe84-603b-476f-b86f-7430b895ba9b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:a4234886-1702-47dd-87af-29cbe9bceb16
ArtifactChecksum:NTY2YzRmYThjOTAxNjk4NTlmOGNkZWU2YTlkYWQ1YWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:958113cf-519f-43a0-86d5-d4c6dba7419d
ResourceInvariantUUID:af3c5d47-af68-49aa-8401-f7998e973c97
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:865d2ec0-bab9-4d04-9ee5-a5138553cd7a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:42d1fb47-4826-4b6f-9e09-08c504c2a278
ArtifactChecksum:ZWU3YWFmNWE2MmQzNzUxODNkMDViZDM4ZDNmZDc2NWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:7111ea7c-fba3-46f5-ac44-37110379fcf7
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:390e6566-f1b1-4cec-a167-436c7cbd6ba9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:390e6566-f1b1-4cec-a167-436c7cbd6ba9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T07:39:44.770Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fa0f625-6b6c-43c8-9692-871457ee1c15 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:39:44.806Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:39:44.807Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:39:44.808Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:39:44.808Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a4234886-1702-47dd-87af-29cbe9bceb16 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-16T07:39:44.809Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:39:44.809Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-16T07:39:44.944Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:39:44.951Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a4234886-1702-47dd-87af-29cbe9bceb16 71066
2022-06-16T07:39:44.952Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-16T07:39:44.952Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-16T07:39:44.953Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:39:44.953Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:44.957Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:44.957Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365184952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:39:45.057Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:45.058Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:45.058Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:45.076Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:45.077Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:39:45.958Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:39:45.959Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:39:45.960Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a4234886-1702-47dd-87af-29cbe9bceb16, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:45.961Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-16T07:39:45.961Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:45.962Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:46.125Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP320140298164797567/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-16T07:39:47.605Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:39:47.606Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:39:47.606Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.606Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-16T07:39:47.607Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.607Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.607Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.608Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.608Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.608Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.608Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.608Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.608Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-16T07:39:47.609Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:39:47.609Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.609Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:47.609Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:47.610Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:39:47.610Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:39:47.610Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.611Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:47.611Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:47.611Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:39:47.611Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:39:47.611Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.612Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:47.612Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.612Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-16T07:39:47.612Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-16T07:39:47.612Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-16T07:39:47.613Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-16T07:39:47.613Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-16T07:39:47.613Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:39:47.613Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.613Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:39:47.614Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.614Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:47.614Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:39:47.614Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.615Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:47.615Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:39:47.615Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.615Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:47.615Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:39:47.616Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.616Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-16T07:39:47.616Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-16T07:39:47.616Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-16T07:39:47.616Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3cd02c84-b205-4559-8edc-62267a0e66e9
2022-06-16T07:39:47.617Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.617Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:47.617Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.617Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:47.617Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.618Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:47.618Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:47.618Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:47.618Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4fa0f625-6b6c-43c8-9692-871457ee1c15
Model Version:NULL
Model InvariantUuid:330abe84-603b-476f-b86f-7430b895ba9b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b185d27d-f573-47b2-9a81-5bbe6dfe1887
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af3c5d47-af68-49aa-8401-f7998e973c97
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:958113cf-519f-43a0-86d5-d4c6dba7419d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53af132c-5908-4575-8dfd-ee2729c13cbf
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:ace40e7f-212e-40aa-bb46-086ec8e3dc27
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3cd02c84-b205-4559-8edc-62267a0e66e9
ModelInvariantUuid:9ca982d8-7317-4d88-b5d8-669b7746e6cf
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:31d111f3-546f-4e26-b5b7-1bd398bb6ef9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8b24f6fc-aa74-4fca-8399-65e30fa1e622
ModelInvariantUuid:e27f1775-8d5f-4cf3-b3a8-e279e307172b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:122afdb5-ee4b-4b54-860a-5a71567829a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:39:47.627Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 865d2ec0-bab9-4d04-9ee5-a5138553cd7a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:39:47.630Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-06-16T07:39:47.630Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 865d2ec0-bab9-4d04-9ee5-a5138553cd7a
2022-06-16T07:39:47.630Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 42d1fb47-4826-4b6f-9e09-08c504c2a278 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-16T07:39:47.630Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:39:47.630Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-16T07:39:47.689Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:39:47.690Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 42d1fb47-4826-4b6f-9e09-08c504c2a278 787
2022-06-16T07:39:47.690Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-16T07:39:47.691Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-16T07:39:47.691Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:39:47.691Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:47.694Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:47.694Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365187690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:39:47.794Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:47.794Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:47.795Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:47.815Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:47.816Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:48.694Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "53af132c-5908-4575-8dfd-ee2729c13cbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ace40e7f-212e-40aa-bb46-086ec8e3dc27",
    "vfModuleModelCustomizationUUID": "e68cf17f-e9cf-4b9a-964b-23c2e0a4774f",
    "isBase": true,
    "artifacts": [
      "7111ea7c-fba3-46f5-ac44-37110379fcf7",
      "390e6566-f1b1-4cec-a167-436c7cbd6ba9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:39:48.699Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ace40e7f-212e-40aa-bb46-086ec8e3dc27
VfModuleModelInvariantUUID:53af132c-5908-4575-8dfd-ee2729c13cbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
7111ea7c-fba3-46f5-ac44-37110379fcf7
,
390e6566-f1b1-4cec-a167-436c7cbd6ba9

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

isBase:true


}

2022-06-16T07:39:48.701Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "53af132c-5908-4575-8dfd-ee2729c13cbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ace40e7f-212e-40aa-bb46-086ec8e3dc27",
    "vfModuleModelCustomizationUUID": "e68cf17f-e9cf-4b9a-964b-23c2e0a4774f",
    "isBase": true,
    "artifacts": [
      "7111ea7c-fba3-46f5-ac44-37110379fcf7",
      "390e6566-f1b1-4cec-a167-436c7cbd6ba9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:39:48.701Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ace40e7f-212e-40aa-bb46-086ec8e3dc27
VfModuleModelInvariantUUID:53af132c-5908-4575-8dfd-ee2729c13cbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
7111ea7c-fba3-46f5-ac44-37110379fcf7
,
390e6566-f1b1-4cec-a167-436c7cbd6ba9

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

isBase:true


}

2022-06-16T07:39:48.702Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7111ea7c-fba3-46f5-ac44-37110379fcf7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-16T07:39:48.702Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:39:48.703Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-16T07:39:48.752Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:39:48.752Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7111ea7c-fba3-46f5-ac44-37110379fcf7 5033
2022-06-16T07:39:48.753Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-16T07:39:48.753Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-16T07:39:48.753Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:39:48.754Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:48.756Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:48.757Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365188753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:39:48.857Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:39:48.857Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:48.858Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:48.876Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:48.876Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:49.757Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 390e6566-f1b1-4cec-a167-436c7cbd6ba9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-16T07:39:49.758Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:39:49.758Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-16T07:39:49.805Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:39:49.806Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 390e6566-f1b1-4cec-a167-436c7cbd6ba9 903
2022-06-16T07:39:49.807Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-16T07:39:49.807Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-16T07:39:49.807Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:39:49.807Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:49.810Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:49.810Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365189806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:39:49.910Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:49.911Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:49.911Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:49.928Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:49.929Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:50.811Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4fa0f625-6b6c-43c8-9692-871457ee1c15
2022-06-16T07:39:50.811Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 865d2ec0-bab9-4d04-9ee5-a5138553cd7a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:39:50.825Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4afac066, org.onap.sdc.toscaparser.api.parameters.Input@1ea4478a, org.onap.sdc.toscaparser.api.parameters.Input@3a510738, org.onap.sdc.toscaparser.api.parameters.Input@426ee90e, org.onap.sdc.toscaparser.api.parameters.Input@5e0be8d5]
2022-06-16T07:39:50.827Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.827Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:50.828Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-16T07:39:50.828Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 958113cf-519f-43a0-86d5-d4c6dba7419d
2022-06-16T07:39:50.828Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 958113cf-519f-43a0-86d5-d4c6dba7419d matches Tosca VF Customization UUID: 958113cf-519f-43a0-86d5-d4c6dba7419d
2022-06-16T07:39:50.828Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 958113cf-519f-43a0-86d5-d4c6dba7419d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T07:39:50.831Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.831Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:50.832Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 958113cf-519f-43a0-86d5-d4c6dba7419d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-16T07:39:50.832Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65667aba
2022-06-16T07:39:50.832Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.832Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:39:50.833Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e68cf17f-e9cf-4b9a-964b-23c2e0a4774f
2022-06-16T07:39:50.833Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e68cf17f-e9cf-4b9a-964b-23c2e0a4774f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T07:39:50.835Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.836Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:50.836Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:39:50.836Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.836Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:50.837Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:39:50.837Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.837Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-16T07:39:50.837Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-16T07:39:50.838Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-16T07:39:50.838Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3cd02c84-b205-4559-8edc-62267a0e66e9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:39:50.840Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.841Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:50.841Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:39:50.841Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.841Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-16T07:39:50.842Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=958113cf-519f-43a0-86d5-d4c6dba7419d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:39:50.844Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.844Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:50.844Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4fa0f625-6b6c-43c8-9692-871457ee1c15: basic_vm
2022-06-16T07:39:50.845Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.845Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:50.845Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.845Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:50.846Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.846Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:50.846Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.846Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:50.847Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:39:50.847Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:39:50.847Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:39:50.946Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 865d2ec0-bab9-4d04-9ee5-a5138553cd7a 1 ASDC deployResourceStructure
2022-06-16T07:39:50.946Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-16T07:39:50.946Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-16T07:39:50.946Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:39:50.947Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:50.949Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:50.949Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365190946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:39:51.049Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:51.050Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:51.050Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:51.069Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:51.069Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:51.950Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-16T07:39:51.951Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-16T07:39:51.951Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:39:51.951Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:51.953Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:51.954Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365191950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:39:52.053Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:39:52.054Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:52.055Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:52.073Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:52.074Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:52.955Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-16T07:39:52.955Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-16T07:39:52.956Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:39:52.956Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:52.958Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:52.958Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365192955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:39:53.058Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:53.059Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:53.060Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:53.087Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:53.088Z||pool-96-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":3,"count":1}
2022-06-16T07:39:53.971Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-16T07:39:53.971Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-16T07:39:53.971Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:39:53.972Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:39:53.974Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:39:53.974Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365193971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:39:54.074Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:39:54.075Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:39:54.075Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:39:54.090Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:39:54.090Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:39:54.979Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:39:54.991Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:39:54.993Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:39:54.993Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:39:54.993Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:39:54.994Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:40:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:40:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:40:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:40:22.532Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:40:22.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3755df67-39a2-49b2-9434-34059d2a4f2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365176704,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:40:22.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:22.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:40:22.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:40:22.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:40:22.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:40:22.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:40:22.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:40:22.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:40:22.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:40:22.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-16T07:40:22.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:40:22.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:40:22.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:40:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:40:22.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:40:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365184952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:40:22.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:22.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365187690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:40:22.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:22.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365188753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:40:22.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:22.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365189806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:40:22.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:22.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365190946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:40:22.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365191950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:40:22.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365192955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:40:22.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:40:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365193971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:40:22.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:40:24.994Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:40:25.004Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:40:25.006Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:40:25.006Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:40:25.006Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:40:25.006Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:40:55.007Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:40:55.017Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:40:55.019Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:40:55.019Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:40:55.019Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:40:55.020Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:41:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:41:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:41:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:41:22.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:41:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365232910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365239214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365237949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365232910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365239214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365237949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365232910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365239214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365237949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365232910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365239214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365237949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365232910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365239214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365237949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365232910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365239214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365237949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365232910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365239214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365237949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365232910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:41:22.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365239214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:41:22.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365237949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:41:22.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365249628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:41:22.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365250114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:41:22.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365251366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:41:22.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "cds",
  "timestamp": 1655365250636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:41:22.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ef01bbb-a667-4492-85bb-1df2452430fd
2022-06-16T07:41:22.580Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef01bbb-a667-4492-85bb-1df2452430fd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:41:22.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365251137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:41:22.589Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:41:22.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365252140,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:41:22.594Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3ef01bbb-a667-4492-85bb-1df2452430fd
2022-06-16T07:41:22.595Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef01bbb-a667-4492-85bb-1df2452430fd and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:41:22.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365253180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365254194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "policy-id",
  "timestamp": 1655365255208,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:41:22.609Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ef01bbb-a667-4492-85bb-1df2452430fd
2022-06-16T07:41:22.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef01bbb-a667-4492-85bb-1df2452430fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:41:22.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365257279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:41:22.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "aai-ml",
  "timestamp": 1655365258287,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:41:22.620Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ef01bbb-a667-4492-85bb-1df2452430fd
2022-06-16T07:41:22.620Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef01bbb-a667-4492-85bb-1df2452430fd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:41:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:41:22.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:41:22.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:41:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365261700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:41:22.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365262766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:41:22.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:41:22.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:41:22.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "clamp",
  "timestamp": 1655365263771,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:41:22.633Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ef01bbb-a667-4492-85bb-1df2452430fd
2022-06-16T07:41:22.633Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ef01bbb-a667-4492-85bb-1df2452430fd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:41:25.020Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:41:25.031Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:41:25.034Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:41:25.034Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:41:25.035Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:41:25.035Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:41:55.035Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:41:55.046Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:41:55.048Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:41:55.048Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:41:55.048Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:41:55.048Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:42:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:42:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:42:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:42:25.049Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:42:25.058Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:42:25.060Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:42:25.060Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:42:25.060Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:42:25.060Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:42:31.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:42:55.061Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:42:55.076Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:42:55.078Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:42:55.078Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:42:55.078Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:42:55.078Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:43:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:43:21.898Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:43:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:43:25.079Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:43:25.087Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:43:25.089Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:43:25.090Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:43:25.090Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:43:25.090Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:43:31.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:43:55.090Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:43:55.108Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:43:55.111Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:43:55.112Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:43:55.112Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:43:55.112Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:44:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:44:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:44:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:44:25.113Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:44:25.124Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:44:25.125Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:44:25.126Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:44:25.126Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:44:25.126Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:44:31.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:44:55.127Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:44:55.127Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:44:55.136Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e961572-c590-4e7b-a30f-36ae3d2ec7e9 and serviceModelVersionId: 4fa0f625-6b6c-43c8-9692-871457ee1c15
2022-06-16T07:44:55.136Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 330abe84-603b-476f-b86f-7430b895ba9b
2022-06-16T07:44:55.137Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/330abe84-603b-476f-b86f-7430b895ba9b/model-vers/model-ver/4fa0f625-6b6c-43c8-9692-871457ee1c15?depth=0
2022-06-16T07:44:55.143Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:44:55.203Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/330abe84-603b-476f-b86f-7430b895ba9b/model-vers/model-ver/4fa0f625-6b6c-43c8-9692-871457ee1c15?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-16T07:44:55.209Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/330abe84-603b-476f-b86f-7430b895ba9b/model-vers/model-ver/4fa0f625-6b6c-43c8-9692-871457ee1c15?depth=0|INFO|500||Invoke
2022-06-16T07:44:55.261Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/330abe84-603b-476f-b86f-7430b895ba9b/model-vers/model-ver/4fa0f625-6b6c-43c8-9692-871457ee1c15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:44:55.468Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/330abe84-603b-476f-b86f-7430b895ba9b/model-vers/model-ver/4fa0f625-6b6c-43c8-9692-871457ee1c15?depth=0|INFO|500||InvokeReturn
2022-06-16T07:44:55.469Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/330abe84-603b-476f-b86f-7430b895ba9b/model-vers/model-ver/4fa0f625-6b6c-43c8-9692-871457ee1c15?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220616-07:44:55:274-4207], vertex-id=[397440], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:44:55 GMT], Content-Type=[application/json]}
2022-06-16T07:44:55.470Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:44:55.470Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:44:55.470Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:44:55.477Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:44:55.478Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e961572-c590-4e7b-a30f-36ae3d2ec7e9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:44:55.478Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:44:55.478Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:44:55.480Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:44:55.480Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365495478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:44:55.580Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:44:55.581Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:44:55.581Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:44:55.610Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:44:55.610Z||pool-98-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:44:56.496Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:44:56.496Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe64af5f-3757-473f-9fbc-9f115e527bd6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b7652d8c-7154-4d2c-8908-26e4c4fd8eef","serviceDescription":"service","serviceInvariantUUID":"8d6f0169-b8fd-4f0d-b263-b93120f3edad","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"21bf1e90-3364-4887-be9b-91df56f825c7","resourceInvariantUUID":"f8b6fb59-b654-421f-9bc6-97ba7f11bfc9","resourceCustomizationUUID":"71df3465-8885-419b-94d2-35ad3bd241dc","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":"YjYyMGU0YjY2ZjZjM2E4N2U0YTJkZjJkMzQ1YjJhY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fecc2512-0800-4e56-b7c8-df45dc0c17ac","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":"710b3eeb-ebcd-4075-8b6b-7af72fdab0ef","artifactVersion":"2","generatedFromUUID":"0cedb389-8f13-4484-b50e-61780ac094a0"},{"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":"0cedb389-8f13-4484-b50e-61780ac094a0","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":"MTkxZDI5NGM3ZjdkOWNiZjQwZGE0ZTRmODkwNDUwMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6d3d5c7-39bd-4afc-a452-393ec1aa4052","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":"78b0e5c4-ec82-488a-ace9-ac8bcefec209","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":"7f7fbe8b-4dbc-4126-99db-76f59ffbaaa8","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":"e62bcb86-2655-4252-9fc5-e6c620243e19","artifactVersion":"2","generatedFromUUID":"78b0e5c4-ec82-488a-ace9-ac8bcefec209"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDY5NDUxNDljMDJmZTcwODdhYmY5OTIzYmU1NjE5Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"942c8e31-26ab-4a2f-9faa-161e6757cf86","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGI5YTJmZDg3ZGYzYThjMWUwMGMyZDdjZTVkNzcwM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbc3e9be-0493-487b-b7f3-11048bd651e9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:44:56.497Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:44:56.497Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:44:56.501Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:44:56.502Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:44:56.602Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:44:56.603Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:44:56.603Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:44:56.625Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:44:56.626Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:44:57.502Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:44:57.504Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:44:57.506Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:44:57.507Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-16T07:44:57.607Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:44:57.608Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:44:57.608Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:44:57.636Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:44:57.636Z||pool-100-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:44:58.510Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:44:58.512Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:44:58.523Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:44:58.523Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-16T07:44:58.622Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T07:44:58.623Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:44:58.623Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:44:58.644Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:44:58.644Z||pool-101-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:44:59.524Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:44:59.526Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:44:59.528Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:44:59.528Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:44:59.628Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:44:59.629Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:44:59.629Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:44:59.649Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:44:59.650Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:00.529Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:45:00.529Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:00.537Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:00.537Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:45:00.632Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-16T07:45:00.633Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:00.633Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:00.646Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:00.647Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:01.537Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:45:01.538Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:01.540Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:01.540Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:45:01.643Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-16T07:45:01.645Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:01.645Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:01.677Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:01.679Z||pool-104-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:02.540Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:45:02.541Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:02.543Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:02.544Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-16T07:45:02.644Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:02.645Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:02.645Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:02.660Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:02.660Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:03.544Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:45:03.545Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:03.547Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:03.547Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:45:03.647Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:03.648Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:03.648Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:03.665Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:03.666Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:04.548Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:45:04.549Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:04.551Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:04.552Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:45:04.652Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:04.653Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:04.653Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:04.669Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:04.670Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:05.552Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b7652d8c-7154-4d2c-8908-26e4c4fd8eef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8d6f0169-b8fd-4f0d-b263-b93120f3edad",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "71df3465-8885-419b-94d2-35ad3bd241dc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "21bf1e90-3364-4887-be9b-91df56f825c7",
      "resourceInvariantUUID": "f8b6fb59-b654-421f-9bc6-97ba7f11bfc9",
      "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": "710b3eeb-ebcd-4075-8b6b-7af72fdab0ef",
          "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": "0cedb389-8f13-4484-b50e-61780ac094a0",
          "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": "MTkxZDI5NGM3ZjdkOWNiZjQwZGE0ZTRmODkwNDUwMjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f6d3d5c7-39bd-4afc-a452-393ec1aa4052",
          "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": "78b0e5c4-ec82-488a-ace9-ac8bcefec209",
          "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": "e62bcb86-2655-4252-9fc5-e6c620243e19",
            "generatedFromUUID": "78b0e5c4-ec82-488a-ace9-ac8bcefec209"
          },
          "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": "e62bcb86-2655-4252-9fc5-e6c620243e19",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGI5YTJmZDg3ZGYzYThjMWUwMGMyZDdjZTVkNzcwM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbc3e9be-0493-487b-b7f3-11048bd651e9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:45:05.553Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:45:05.553Z|5e961572-c590-4e7b-a30f-36ae3d2ec7e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b7652d8c-7154-4d2c-8908-26e4c4fd8eef ASDC
2022-06-16T07:45:05.554Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fe64af5f-3757-473f-9fbc-9f115e527bd6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b7652d8c-7154-4d2c-8908-26e4c4fd8eef
ServiceInvariantUUID:8d6f0169-b8fd-4f0d-b263-b93120f3edad
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:dbc3e9be-0493-487b-b7f3-11048bd651e9
ArtifactChecksum:NGI5YTJmZDg3ZGYzYThjMWUwMGMyZDdjZTVkNzcwM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:71df3465-8885-419b-94d2-35ad3bd241dc
ResourceInvariantUUID:f8b6fb59-b654-421f-9bc6-97ba7f11bfc9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:21bf1e90-3364-4887-be9b-91df56f825c7
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:710b3eeb-ebcd-4075-8b6b-7af72fdab0ef
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:0cedb389-8f13-4484-b50e-61780ac094a0
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:f6d3d5c7-39bd-4afc-a452-393ec1aa4052
ArtifactChecksum:MTkxZDI5NGM3ZjdkOWNiZjQwZGE0ZTRmODkwNDUwMjQ=
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:78b0e5c4-ec82-488a-ace9-ac8bcefec209
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:e62bcb86-2655-4252-9fc5-e6c620243e19
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:e62bcb86-2655-4252-9fc5-e6c620243e19
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T07:45:05.554Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7652d8c-7154-4d2c-8908-26e4c4fd8eef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:45:05.599Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:45:05.600Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:45:05.600Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:45:05.600Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dbc3e9be-0493-487b-b7f3-11048bd651e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-16T07:45:05.600Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:45:05.601Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-16T07:45:05.821Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:45:05.824Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dbc3e9be-0493-487b-b7f3-11048bd651e9 68955
2022-06-16T07:45:05.824Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-16T07:45:05.825Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-16T07:45:05.825Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:45:05.825Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:05.827Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:05.827Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365505824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:05.927Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:05.928Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:05.929Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:05.962Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:05.963Z||pool-108-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:06.828Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:45:06.830Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:45:06.830Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: dbc3e9be-0493-487b-b7f3-11048bd651e9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T07:45:06.830Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-16T07:45:06.831Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T07:45:06.831Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T07:45:06.981Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4040453326810658274/Definitions/service-BasicCnf-template.yml
2022-06-16T07:45:08.351Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:45:08.351Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:45:08.351Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T07:45:08.352Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-16T07:45:08.352Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T07:45:08.352Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T07:45:08.352Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T07:45:08.352Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T07:45:08.353Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:45:08.353Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.353Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:08.354Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:08.354Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:45:08.354Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:45:08.355Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.355Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:08.355Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:08.355Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:45:08.355Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:45:08.356Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.356Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:08.356Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.356Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-16T07:45:08.357Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-16T07:45:08.357Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-16T07:45:08.357Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:45:08.357Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.357Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:45:08.357Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.358Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:08.358Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:45:08.358Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.359Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:08.359Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:45:08.359Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.360Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:08.360Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:45:08.360Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.360Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-16T07:45:08.361Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-16T07:45:08.361Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0d50e231-c623-4e1c-85a1-2ef2f414ae19
2022-06-16T07:45:08.361Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.361Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:08.362Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.362Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:08.362Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.362Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:08.363Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:08.363Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:08.363Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b7652d8c-7154-4d2c-8908-26e4c4fd8eef
Model Version:NULL
Model InvariantUuid:8d6f0169-b8fd-4f0d-b263-b93120f3edad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:268d7bcc-ffb4-4d3a-98d5-8972ed2caabd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f8b6fb59-b654-421f-9bc6-97ba7f11bfc9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:71df3465-8885-419b-94d2-35ad3bd241dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4233da0f-9924-48f4-bf8d-84589edb236f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:a5421300-f05f-4acb-bce5-1d4184fe84e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0d50e231-c623-4e1c-85a1-2ef2f414ae19
ModelInvariantUuid:2d52beb6-0e84-4bbd-a5dd-56cc258ff040
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a898eea2-374f-4b14-bfe5-8ebab321133e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:65cf6680-ca4d-4dfa-86df-239ecef6a20c
ModelInvariantUuid:1857ccb8-3137-475d-a04d-3fc79babf037
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8acc1cd5-f522-4bed-992d-0cf5d27ae098
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:45:08.369Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 21bf1e90-3364-4887-be9b-91df56f825c7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:45:08.372Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-06-16T07:45:08.372Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 21bf1e90-3364-4887-be9b-91df56f825c7
2022-06-16T07:45:08.372Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 710b3eeb-ebcd-4075-8b6b-7af72fdab0ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-16T07:45:08.373Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:45:08.373Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-16T07:45:08.428Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:45:08.428Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 710b3eeb-ebcd-4075-8b6b-7af72fdab0ef 12
2022-06-16T07:45:08.429Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-16T07:45:08.429Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-16T07:45:08.429Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:45:08.429Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:08.432Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:08.432Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365508429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:08.532Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:08.533Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:08.533Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:08.557Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:08.557Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:09.433Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0cedb389-8f13-4484-b50e-61780ac094a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-16T07:45:09.433Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:45:09.434Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-16T07:45:09.475Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:45:09.476Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0cedb389-8f13-4484-b50e-61780ac094a0 2688
2022-06-16T07:45:09.476Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-16T07:45:09.476Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-16T07:45:09.476Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:45:09.477Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:09.479Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:09.479Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365509476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:09.579Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:09.580Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:09.580Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:09.597Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:09.598Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:10.480Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f6d3d5c7-39bd-4afc-a452-393ec1aa4052 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-16T07:45:10.481Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:45:10.481Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-16T07:45:10.554Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:45:10.555Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f6d3d5c7-39bd-4afc-a452-393ec1aa4052 828
2022-06-16T07:45:10.555Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-16T07:45:10.555Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-16T07:45:10.555Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:45:10.556Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:10.557Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:10.557Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365510555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:10.658Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:10.659Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:10.659Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:10.674Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:10.675Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:11.558Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4233da0f-9924-48f4-bf8d-84589edb236f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a5421300-f05f-4acb-bce5-1d4184fe84e1",
    "vfModuleModelCustomizationUUID": "ecaa46e6-d191-46d3-a350-52247035572b",
    "isBase": true,
    "artifacts": [
      "78b0e5c4-ec82-488a-ace9-ac8bcefec209",
      "0cedb389-8f13-4484-b50e-61780ac094a0",
      "e62bcb86-2655-4252-9fc5-e6c620243e19"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:45:11.562Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5421300-f05f-4acb-bce5-1d4184fe84e1
VfModuleModelInvariantUUID:4233da0f-9924-48f4-bf8d-84589edb236f
VfModuleModelDescription:NULL
Artifacts UUID List:{
78b0e5c4-ec82-488a-ace9-ac8bcefec209
,
0cedb389-8f13-4484-b50e-61780ac094a0
,
e62bcb86-2655-4252-9fc5-e6c620243e19

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

isBase:true


}

2022-06-16T07:45:11.564Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4233da0f-9924-48f4-bf8d-84589edb236f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a5421300-f05f-4acb-bce5-1d4184fe84e1",
    "vfModuleModelCustomizationUUID": "ecaa46e6-d191-46d3-a350-52247035572b",
    "isBase": true,
    "artifacts": [
      "78b0e5c4-ec82-488a-ace9-ac8bcefec209",
      "0cedb389-8f13-4484-b50e-61780ac094a0",
      "e62bcb86-2655-4252-9fc5-e6c620243e19"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:45:11.564Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5421300-f05f-4acb-bce5-1d4184fe84e1
VfModuleModelInvariantUUID:4233da0f-9924-48f4-bf8d-84589edb236f
VfModuleModelDescription:NULL
Artifacts UUID List:{
78b0e5c4-ec82-488a-ace9-ac8bcefec209
,
0cedb389-8f13-4484-b50e-61780ac094a0
,
e62bcb86-2655-4252-9fc5-e6c620243e19

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

isBase:true


}

2022-06-16T07:45:11.564Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 78b0e5c4-ec82-488a-ace9-ac8bcefec209 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-16T07:45:11.564Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:45:11.565Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-16T07:45:11.615Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:45:11.615Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 78b0e5c4-ec82-488a-ace9-ac8bcefec209 1164
2022-06-16T07:45:11.616Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-16T07:45:11.616Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-16T07:45:11.616Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:45:11.616Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:11.618Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:11.619Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365511615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:11.718Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:45:11.720Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:11.720Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:11.735Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:11.736Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:12.619Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e62bcb86-2655-4252-9fc5-e6c620243e19 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-16T07:45:12.620Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:45:12.621Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-16T07:45:12.785Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:45:12.786Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e62bcb86-2655-4252-9fc5-e6c620243e19 200
2022-06-16T07:45:12.786Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-16T07:45:12.787Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-16T07:45:12.787Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:45:12.787Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:12.789Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:12.790Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365512786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:12.890Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:12.891Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:12.891Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:12.908Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:12.909Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:13.790Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b7652d8c-7154-4d2c-8908-26e4c4fd8eef
2022-06-16T07:45:13.791Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 21bf1e90-3364-4887-be9b-91df56f825c7 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=?
2022-06-16T07:45:13.819Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:45:13.825Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@658849e0, org.onap.sdc.toscaparser.api.parameters.Input@8d08227, org.onap.sdc.toscaparser.api.parameters.Input@66eac6bf, org.onap.sdc.toscaparser.api.parameters.Input@51eeba47, org.onap.sdc.toscaparser.api.parameters.Input@760e2ed3]
2022-06-16T07:45:13.827Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.827Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:13.828Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-16T07:45:13.828Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 71df3465-8885-419b-94d2-35ad3bd241dc
2022-06-16T07:45:13.828Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71df3465-8885-419b-94d2-35ad3bd241dc matches Tosca VF Customization UUID: 71df3465-8885-419b-94d2-35ad3bd241dc
2022-06-16T07:45:13.828Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 71df3465-8885-419b-94d2-35ad3bd241dc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T07:45:13.831Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.832Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:13.833Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 71df3465-8885-419b-94d2-35ad3bd241dc: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-16T07:45:13.833Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e3412d6
2022-06-16T07:45:13.834Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.834Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:45:13.835Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ecaa46e6-d191-46d3-a350-52247035572b
2022-06-16T07:45:13.835Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ecaa46e6-d191-46d3-a350-52247035572b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T07:45:13.837Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.837Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:13.838Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:45:13.838Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.838Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:13.838Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:45:13.838Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.839Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-16T07:45:13.839Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-16T07:45:13.839Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0d50e231-c623-4e1c-85a1-2ef2f414ae19
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:45:13.841Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.841Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:13.842Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:45:13.842Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.842Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T07:45:13.842Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=71df3465-8885-419b-94d2-35ad3bd241dc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:45:13.844Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.844Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:13.844Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b7652d8c-7154-4d2c-8908-26e4c4fd8eef: basic_cnf
2022-06-16T07:45:13.845Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.845Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:13.845Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.845Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:13.845Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.845Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:13.846Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.846Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:13.846Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:45:13.846Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:45:13.846Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:45:13.911Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 21bf1e90-3364-4887-be9b-91df56f825c7 1 ASDC deployResourceStructure
2022-06-16T07:45:13.913Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-16T07:45:13.913Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-16T07:45:13.913Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-16T07:45:13.913Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:13.916Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:13.916Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365513912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-16T07:45:14.016Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:14.018Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:14.018Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:14.036Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:14.036Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:14.917Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-16T07:45:14.917Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-16T07:45:14.918Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-16T07:45:14.918Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:14.921Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:14.921Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365514917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-16T07:45:15.021Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:45:15.022Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:15.022Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:15.040Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:15.041Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:15.925Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-16T07:45:15.925Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-16T07:45:15.925Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:45:15.925Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:15.929Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:15.935Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365515924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:45:16.030Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-16T07:45:16.031Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:16.032Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:16.048Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:16.049Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:16.941Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-16T07:45:16.941Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-16T07:45:16.942Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:45:16.942Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:16.945Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:16.945Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365516941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:45:17.045Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:17.046Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:17.046Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:17.060Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:17.061Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:17.947Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-16T07:45:17.947Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-16T07:45:17.951Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:45:17.952Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:17.954Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:17.954Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365517947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:45:18.055Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:18.056Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:18.056Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:18.072Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:18.074Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:45:18.955Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-16T07:45:18.956Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-16T07:45:18.956Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:45:18.957Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:45:18.959Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:45:18.960Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365518955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:45:19.060Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:45:19.061Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:45:19.061Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:19.076Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:19.078Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:45:19.969Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:45:19.978Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:45:19.980Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:45:19.981Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:45:19.981Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:45:19.981Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:45:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:45:21.897Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:45:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:45:22.532Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:45:22.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e961572-c590-4e7b-a30f-36ae3d2ec7e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365495478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:45:22.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:45:22.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-16T07:45:22.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-16T07:45:22.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:45:22.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:45:22.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365505824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365508429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365509476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365510555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365511615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365512786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365513912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365514917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365515924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:45:22.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365516941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:45:22.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365517947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:45:22.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:45:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365518955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:45:22.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:45:49.982Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:45:50.001Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:45:50.004Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:45:50.004Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:45:50.004Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:45:50.005Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:46:20.005Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:46:20.020Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:46:20.023Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:46:20.024Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:46:20.024Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:46:20.024Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:46:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:46:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:46:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:46:31.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:46:50.024Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:46:50.041Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:46:50.044Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:46:50.044Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:46:50.044Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:46:50.044Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:47:20.045Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:47:20.062Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:47:20.068Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:47:20.068Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:47:20.068Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:47:20.069Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:47:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:47:21.898Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:47:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:47:22.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:47:22.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365607910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365610432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365604100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365612946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365607910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365610432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365604100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365612946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365610432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365607910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365604100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365612946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365610432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365607910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365604100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365612946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365607910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365610432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365604100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365612946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365610432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365607910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365604100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365612946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365607910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365610432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365604100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365612946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365619290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:47:22.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:47:22.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365619761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:47:22.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:47:22.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365619812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:47:22.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:47:22.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "cds",
  "timestamp": 1655365620298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:47:22.572Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
2022-06-16T07:47:22.572Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:47:22.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365620823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:47:22.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:47:22.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365620821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:47:22.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:47:22.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "policy-id",
  "timestamp": 1655365621828,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:47:22.588Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
2022-06-16T07:47:22.588Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:47:22.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365621879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:47:22.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:47:22.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365622918,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:47:22.609Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
2022-06-16T07:47:22.609Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:47:22.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365623922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:47:22.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:47:22.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365627949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365629214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365627949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365629214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365627949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365629214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365627949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365629214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365627949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365629214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365627949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365629214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365627949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365629214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:47:22.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:47:22.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:47:22.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365637105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:47:22.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:47:50.069Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:47:50.080Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:47:50.083Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:47:50.084Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:47:50.084Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:47:50.084Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:48:20.085Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:48:20.096Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:48:20.099Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:48:20.099Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:48:20.100Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:48:20.101Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:48:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:48:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:48:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:48:22.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:48:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:48:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365648011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:48:22.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:48:22.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:48:22.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "aai-ml",
  "timestamp": 1655365649021,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:48:22.546Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
2022-06-16T07:48:22.546Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:48:22.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:48:22.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365648787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:48:22.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:48:22.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:48:22.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365650835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:48:22.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:48:22.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:48:22.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "clamp",
  "timestamp": 1655365651840,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:48:22.562Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
2022-06-16T07:48:22.562Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:48:50.104Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:48:50.114Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:48:50.116Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:48:50.116Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:48:50.117Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:48:50.117Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:49:20.118Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:49:20.128Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:49:20.130Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:49:20.131Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:49:20.131Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:49:20.131Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:49:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:49:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:49:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:49:22.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:49:22.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:22.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:22.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365757910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:22.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:22.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365757910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:22.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365757910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:49:22.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:49:22.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:49:50.131Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:49:50.143Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:49:50.145Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:49:50.145Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:49:50.145Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:49:50.146Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:50:20.146Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:50:20.146Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe64af5f-3757-473f-9fbc-9f115e527bd6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:50:20.156Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe64af5f-3757-473f-9fbc-9f115e527bd6 and serviceModelVersionId: b7652d8c-7154-4d2c-8908-26e4c4fd8eef
2022-06-16T07:50:20.157Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d6f0169-b8fd-4f0d-b263-b93120f3edad
2022-06-16T07:50:20.160Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?depth=0
2022-06-16T07:50:20.172Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:50:20.245Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?depth=0|INFO|500||Invoke
2022-06-16T07:50:20.246Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fe64af5f-3757-473f-9fbc-9f115e527bd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89f9e6b7-c08e-47c3-a426-5abb4341cb5b], X-ECOMP-RequestID=[fe64af5f-3757-473f-9fbc-9f115e527bd6], X-TransactionId=[], X-ONAP-RequestID=[fe64af5f-3757-473f-9fbc-9f115e527bd6], Content-Type=[application/merge-patch+json]}
2022-06-16T07:50:20.276Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:50:20.393Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?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/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220616-07:50:20:267-65393], vertex-id=[516304], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:50:20 GMT], Content-Type=[application/json]}
2022-06-16T07:50:20.393Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:50:20.395Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d6f0169-b8fd-4f0d-b263-b93120f3edad/model-vers/model-ver/b7652d8c-7154-4d2c-8908-26e4c4fd8eef?depth=0|INFO|500||InvokeReturn
2022-06-16T07:50:20.396Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:50:20.397Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:50:20.406Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:50:20.407Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe64af5f-3757-473f-9fbc-9f115e527bd6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:50:20.407Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:50:20.408Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:20.412Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:20.412Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365820407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:50:20.512Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:20.513Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:20.513Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:20.535Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:20.536Z||pool-120-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:50:21.427Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:50:21.427Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7cb4cdd9-e8cd-45d9-ac63-89e1419c026d","serviceName":"vFW 2022-06-16 07-25-59","serviceVersion":"1.0","serviceUUID":"159e3bbf-b4ea-4f88-af4f-72f8586d9b61","serviceDescription":"catalog service description","serviceInvariantUUID":"f56d6b3a-4d3e-4434-a65d-8a69e502dcb8","resources":[{"resourceInstanceName":"vFW d6d6efaa-42c5 0","resourceName":"vFW d6d6efaa-42c5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad4a6821-194f-4148-a5b2-46e474b36a6c","resourceInvariantUUID":"b261c1ec-dbad-43cd-8928-de919bb84382","resourceCustomizationUUID":"79e13a7a-35c1-445e-aa13-7b7dcc2149ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml","artifactChecksum":"NzkyNTZkNWFkMmJiMTI4ZDkzNTNhNzM2M2U1MmE2ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66eb29d5-6e67-40ce-8ef2-6802091f69d9","artifactVersion":"1"},{"artifactName":"vfwd6d6efaa42c50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json","artifactChecksum":"ZWEzOWZlYjI4Y2QxYmIzMjc2NTdlMzVhZjUyNzE3ZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bba4d64a-956b-477a-a26a-dd6d60f4a122","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"43210295-ca12-4bb6-8869-156dfa666277","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml","artifactChecksum":"MDRhODkzMWM3OGU2YmE4YjMwN2EwMjk4ZTg0MDA5YWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2958de89-279e-4f8a-9ddf-73e9c1f7074d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10c0aa77-3bb3-4f30-a137-91ac08ed2545","artifactVersion":"2","generatedFromUUID":"43210295-ca12-4bb6-8869-156dfa666277"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616072559-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml","artifactChecksum":"YTYwYzY0Y2YyOWRiZTYwNTIwOGRkNDk3YWQzOWEzYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"00554222-7469-4f2e-bc66-d95ef7dfb581","artifactVersion":"1"},{"artifactName":"service-Vfw20220616072559-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar","artifactChecksum":"ODZmYjhhZDA3OTE0MDNlNWVjYzU4ODY5ZjRkNjZmN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2325f787-1d59-4c2b-940a-fc2ea5673bcc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:50:21.428Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:50:21.428Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:21.430Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:21.430Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:50:21.530Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:21.531Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:21.532Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:21.548Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:21.549Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:50:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:50:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:21.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:21.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:50:21.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:50:21.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:50:22.431Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:50:22.431Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:22.434Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:22.434Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:50:22.535Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:22.536Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:22.536Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:22.553Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:22.554Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:23.434Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:50:23.435Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:23.438Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:23.438Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:50:23.538Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:23.539Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:23.539Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:23.555Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:23.556Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:24.438Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:50:24.439Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:24.441Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:24.441Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:50:24.541Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:24.542Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:24.543Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:24.559Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:24.560Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:25.441Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:50:25.442Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:25.444Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:25.444Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:50:25.544Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:25.545Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:25.545Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:25.560Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:25.561Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:26.445Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:50:26.445Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:26.448Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:26.448Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:50:26.548Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:26.549Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:26.549Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:26.565Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:26.566Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:50:27.448Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:50:27.449Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:27.451Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:27.451Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:50:27.551Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:27.552Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:27.552Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:27.568Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:27.569Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:50:28.452Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "serviceName": "vFW 2022-06-16 07-25-59",
  "serviceVersion": "1.0",
  "serviceUUID": "159e3bbf-b4ea-4f88-af4f-72f8586d9b61",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f56d6b3a-4d3e-4434-a65d-8a69e502dcb8",
  "resources": [
    {
      "resourceInstanceName": "vFW d6d6efaa-42c5 0",
      "resourceCustomizationUUID": "79e13a7a-35c1-445e-aa13-7b7dcc2149ad",
      "resourceName": "vFW d6d6efaa-42c5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad4a6821-194f-4148-a5b2-46e474b36a6c",
      "resourceInvariantUUID": "b261c1ec-dbad-43cd-8928-de919bb84382",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6d6efaa42c50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
          "artifactChecksum": "ZWEzOWZlYjI4Y2QxYmIzMjc2NTdlMzVhZjUyNzE3ZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bba4d64a-956b-477a-a26a-dd6d60f4a122",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "43210295-ca12-4bb6-8869-156dfa666277",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "10c0aa77-3bb3-4f30-a137-91ac08ed2545",
            "generatedFromUUID": "43210295-ca12-4bb6-8869-156dfa666277"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "10c0aa77-3bb3-4f30-a137-91ac08ed2545",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220616072559-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
      "artifactChecksum": "ODZmYjhhZDA3OTE0MDNlNWVjYzU4ODY5ZjRkNjZmN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2325f787-1d59-4c2b-940a-fc2ea5673bcc"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:50:28.452Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:50:28.453Z|fe64af5f-3757-473f-9fbc-9f115e527bd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 159e3bbf-b4ea-4f88-af4f-72f8586d9b61 ASDC
2022-06-16T07:50:28.454Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
ServiceName:vFW 2022-06-16 07-25-59
ServiceVersion:1.0
ServiceUUID:159e3bbf-b4ea-4f88-af4f-72f8586d9b61
ServiceInvariantUUID:f56d6b3a-4d3e-4434-a65d-8a69e502dcb8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616072559-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar
ArtifactUUID:2325f787-1d59-4c2b-940a-fc2ea5673bcc
ArtifactChecksum:ODZmYjhhZDA3OTE0MDNlNWVjYzU4ODY5ZjRkNjZmN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6d6efaa-42c5 0
ResourceCustomizationUUID:79e13a7a-35c1-445e-aa13-7b7dcc2149ad
ResourceInvariantUUID:b261c1ec-dbad-43cd-8928-de919bb84382
ResourceName:vFW d6d6efaa-42c5
ResourceType:VF
ResourceUUID:ad4a6821-194f-4148-a5b2-46e474b36a6c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6d6efaa42c50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json
ArtifactUUID:bba4d64a-956b-477a-a26a-dd6d60f4a122
ArtifactChecksum:ZWEzOWZlYjI4Y2QxYmIzMjc2NTdlMzVhZjUyNzE3ZTg=
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/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml
ArtifactUUID:43210295-ca12-4bb6-8869-156dfa666277
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/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env
ArtifactUUID:10c0aa77-3bb3-4f30-a137-91ac08ed2545
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/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env
ArtifactUUID:10c0aa77-3bb3-4f30-a137-91ac08ed2545
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T07:50:28.454Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 159e3bbf-b4ea-4f88-af4f-72f8586d9b61 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:50:28.503Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:50:28.504Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:50:28.504Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:50:28.504Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2325f787-1d59-4c2b-940a-fc2ea5673bcc from URL: /sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:28.504Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:50:28.505Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:28.636Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:50:28.642Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar 2325f787-1d59-4c2b-940a-fc2ea5673bcc 99041
2022-06-16T07:50:28.642Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar ASDC sendASDCNotification
2022-06-16T07:50:28.642Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:28.643Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:50:28.643Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:28.645Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:28.645Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365828642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:50:28.745Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:28.747Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:28.747Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:28.761Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:28.762Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:50:29.647Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:50:29.648Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:50:29.648Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2325f787-1d59-4c2b-940a-fc2ea5673bcc, URL: /sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar to file: /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:29.649Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616072559-csar.csar
2022-06-16T07:50:29.650Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:29.650Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:30.035Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5040614757096741644/Definitions/service-Vfw20220616072559-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-16T07:50:32.609Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:50:32.610Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:50:32.610Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.610Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T07:50:32.610Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||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-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.610Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||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-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.611Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.611Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.611Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.611Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||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-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.611Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.612Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.612Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6d6efaa-42c5 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-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.612Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.612Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.612Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.613Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:32.613Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:50:32.613Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.613Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:32.614Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:32.614Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:50:32.614Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:50:32.615Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.615Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:32.615Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:32.615Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:50:32.616Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:50:32.616Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.616Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:32.617Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.617Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is not matching search criteria
2022-06-16T07:50:32.617Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:50:32.617Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:50:32.617Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:50:32.618Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.618Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.618Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.618Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:50:32.619Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:50:32.619Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:50:32.619Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.619Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.620Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:50:32.620Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.620Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:50:32.620Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.620Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:50:32.621Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.621Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:50:32.621Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.621Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:32.622Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:50:32.622Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.622Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:32.623Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:50:32.623Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.623Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:32.623Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:50:32.624Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.624Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is not matching search criteria
2022-06-16T07:50:32.624Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:50:32.624Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:50:32.625Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:50:32.625Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:50:32.625Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:50:32.625Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.625Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.626Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:50:32.626Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.626Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:50:32.626Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.627Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=010517c1-7184-4bc2-8084-a9fda5d6fff7
2022-06-16T07:50:32.627Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.627Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is not matching search criteria
2022-06-16T07:50:32.627Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:50:32.628Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:50:32.628Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:50:32.628Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.628Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.628Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.629Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:50:32.629Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:50:32.629Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:50:32.629Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.629Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:50:32.630Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.630Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=995dc0db-d08b-4d54-8b22-9ead40dceeab
2022-06-16T07:50:32.630Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.630Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is not matching search criteria
2022-06-16T07:50:32.631Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:50:32.631Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:50:32.631Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:50:32.631Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.632Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.632Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.632Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:50:32.632Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:50:32.632Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:50:32.633Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:32.633Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:32.633Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:50:32.633Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ecd16c6f-bc9c-467a-a3ac-5042480a0eaa
2022-06-16T07:50:32.634Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.634Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:32.634Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.634Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:32.635Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.635Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:32.635Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:32.635Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:32.635Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-16 07-25-59
Description:catalog service description
Model UUID:159e3bbf-b4ea-4f88-af4f-72f8586d9b61
Model Version:NULL
Model InvariantUuid:f56d6b3a-4d3e-4434-a65d-8a69e502dcb8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6d6efaa-42c5
Model UUID:00de8872-1251-4633-b629-c8274a9dff76
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b261c1ec-dbad-43cd-8928-de919bb84382
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:79e13a7a-35c1-445e-aa13-7b7dcc2149ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5b9381d-b47e-4b0a-bf57-69517ada39a3
ModelName:VfwD6d6efaa42c5..base_vfw..module-0
ModelUuid:1fa1a15c-d912-4a31-92c7-c157bff77f41
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:010517c1-7184-4bc2-8084-a9fda5d6fff7
ModelInvariantUuid:096145b9-d8db-4356-8bab-7f04a654b1bc
ModelName:vFW d6d6efaa-42c5-nodes.vfwCvfc
ModelUuid:d175a401-4baa-443f-a642-8f5e10188417
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b7324d80-5a8d-4a7a-9564-3380668f9e14
ModelInvariantUuid:ffdb2058-d33f-478d-ad56-4b51df330291
ModelName:VfwD6d6efaa42c5.compute.nodes.heat.vfw
ModelUuid:43d0cbb2-72ae-4035-bbca-1480f3892ea2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:995dc0db-d08b-4d54-8b22-9ead40dceeab
ModelInvariantUuid:82838f09-b7ac-4ab7-b443-0179a1b1157b
ModelName:vFW d6d6efaa-42c5-nodes.vsnCvfc
ModelUuid:34865a36-5d62-4c5a-ba43-359eb11916ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:43d4da65-42a6-42e7-81a2-155607d5cb9a
ModelInvariantUuid:6697d76e-9814-48d1-a606-5fdcbff16e39
ModelName:VfwD6d6efaa42c5.compute.nodes.heat.vsn
ModelUuid:f3abfd47-652a-4add-977e-a61e83e33a91
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ecd16c6f-bc9c-467a-a3ac-5042480a0eaa
ModelInvariantUuid:cd98601d-4832-413c-b670-bb54222179e0
ModelName:vFW d6d6efaa-42c5-nodes.vpgCvfc
ModelUuid:8ed637c0-79d6-4775-93a8-7f496abc810e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c8a7299b-248a-4b38-9183-a328b0afd920
ModelInvariantUuid:dcded6d4-d9e6-4448-adc2-ca8b96d5efcb
ModelName:VfwD6d6efaa42c5.compute.nodes.heat.vpg
ModelUuid:d74b382d-30e9-452d-82b0-090d86390d7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:50:32.642Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ad4a6821-194f-4148-a5b2-46e474b36a6c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:50:32.647Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||vFW d6d6efaa-42c5 0
2022-06-16T07:50:32.647Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad4a6821-194f-4148-a5b2-46e474b36a6c
2022-06-16T07:50:32.647Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bba4d64a-956b-477a-a26a-dd6d60f4a122 from URL: /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json
2022-06-16T07:50:32.648Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:50:32.648Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json
2022-06-16T07:50:33.051Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:50:33.051Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json bba4d64a-956b-477a-a26a-dd6d60f4a122 785
2022-06-16T07:50:33.052Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json ASDC sendASDCNotification
2022-06-16T07:50:33.052Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json
2022-06-16T07:50:33.052Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:50:33.053Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:33.061Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:33.062Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365833052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:50:33.158Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-16T07:50:33.159Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:33.159Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:33.187Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:33.188Z||pool-129-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:50:34.063Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD6d6efaa42c5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a5b9381d-b47e-4b0a-bf57-69517ada39a3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1fa1a15c-d912-4a31-92c7-c157bff77f41",
    "vfModuleModelCustomizationUUID": "5e2b1a1e-1642-40bd-a4a8-1f96a04977a2",
    "isBase": true,
    "artifacts": [
      "43210295-ca12-4bb6-8869-156dfa666277",
      "10c0aa77-3bb3-4f30-a137-91ac08ed2545"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:50:34.067Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD6d6efaa42c5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fa1a15c-d912-4a31-92c7-c157bff77f41
VfModuleModelInvariantUUID:a5b9381d-b47e-4b0a-bf57-69517ada39a3
VfModuleModelDescription:NULL
Artifacts UUID List:{
43210295-ca12-4bb6-8869-156dfa666277
,
10c0aa77-3bb3-4f30-a137-91ac08ed2545

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

isBase:true


}

2022-06-16T07:50:34.072Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD6d6efaa42c5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a5b9381d-b47e-4b0a-bf57-69517ada39a3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1fa1a15c-d912-4a31-92c7-c157bff77f41",
    "vfModuleModelCustomizationUUID": "5e2b1a1e-1642-40bd-a4a8-1f96a04977a2",
    "isBase": true,
    "artifacts": [
      "43210295-ca12-4bb6-8869-156dfa666277",
      "10c0aa77-3bb3-4f30-a137-91ac08ed2545"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T07:50:34.073Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD6d6efaa42c5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fa1a15c-d912-4a31-92c7-c157bff77f41
VfModuleModelInvariantUUID:a5b9381d-b47e-4b0a-bf57-69517ada39a3
VfModuleModelDescription:NULL
Artifacts UUID List:{
43210295-ca12-4bb6-8869-156dfa666277
,
10c0aa77-3bb3-4f30-a137-91ac08ed2545

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

isBase:true


}

2022-06-16T07:50:34.073Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 43210295-ca12-4bb6-8869-156dfa666277 from URL: /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml
2022-06-16T07:50:34.073Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:50:34.074Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml
2022-06-16T07:50:34.302Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:50:34.303Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml 43210295-ca12-4bb6-8869-156dfa666277 20368
2022-06-16T07:50:34.304Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:50:34.304Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml
2022-06-16T07:50:34.304Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:50:34.304Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:34.307Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:34.307Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365834304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:50:34.407Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:34.408Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:34.408Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:34.425Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:34.426Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:35.307Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10c0aa77-3bb3-4f30-a137-91ac08ed2545 from URL: /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env
2022-06-16T07:50:35.308Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:50:35.308Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env
2022-06-16T07:50:35.451Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:50:35.452Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env 10c0aa77-3bb3-4f30-a137-91ac08ed2545 2098
2022-06-16T07:50:35.453Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:50:35.453Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env
2022-06-16T07:50:35.454Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:50:35.454Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:35.460Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:35.461Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365835453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:50:35.561Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:35.562Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:35.562Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:35.598Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:35.598Z||pool-131-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:36.462Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 159e3bbf-b4ea-4f88-af4f-72f8586d9b61
2022-06-16T07:50:36.462Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d6d6efaa-42c5 0 ad4a6821-194f-4148-a5b2-46e474b36a6c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:50:36.477Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@468c0c69, org.onap.sdc.toscaparser.api.parameters.Input@55edd8de, org.onap.sdc.toscaparser.api.parameters.Input@4f42940, org.onap.sdc.toscaparser.api.parameters.Input@1040c28a, org.onap.sdc.toscaparser.api.parameters.Input@36096baf]
2022-06-16T07:50:36.479Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.479Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:36.479Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-16T07:50:36.479Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 79e13a7a-35c1-445e-aa13-7b7dcc2149ad
2022-06-16T07:50:36.479Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79e13a7a-35c1-445e-aa13-7b7dcc2149ad matches Tosca VF Customization UUID: 79e13a7a-35c1-445e-aa13-7b7dcc2149ad
2022-06-16T07:50:36.480Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 79e13a7a-35c1-445e-aa13-7b7dcc2149ad  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T07:50:36.482Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.482Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:36.483Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 79e13a7a-35c1-445e-aa13-7b7dcc2149ad: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-16T07:50:36.483Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ec02b5a
2022-06-16T07:50:36.483Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.483Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:50:36.483Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e2b1a1e-1642-40bd-a4a8-1f96a04977a2
2022-06-16T07:50:36.484Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e2b1a1e-1642-40bd-a4a8-1f96a04977a2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T07:50:36.487Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.488Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:36.488Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:50:36.489Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.489Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:36.489Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:50:36.489Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.489Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is not matching search criteria
2022-06-16T07:50:36.490Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:50:36.490Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:50:36.490Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:50:36.490Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:50:36.490Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:50:36.491Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:36.491Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:36.491Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:50:36.491Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:36.491Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:50:36.492Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:36.492Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=010517c1-7184-4bc2-8084-a9fda5d6fff7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:50:36.494Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.494Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:36.495Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:50:36.495Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.495Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is not matching search criteria
2022-06-16T07:50:36.495Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:50:36.496Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:50:36.496Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:50:36.496Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:36.496Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:36.497Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:36.497Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:50:36.497Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:50:36.498Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:50:36.498Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:36.498Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:50:36.498Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:36.498Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=995dc0db-d08b-4d54-8b22-9ead40dceeab
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:50:36.500Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.500Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:36.500Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:50:36.501Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.501Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is not matching search criteria
2022-06-16T07:50:36.501Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:50:36.501Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:50:36.501Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:50:36.502Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:36.502Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:36.502Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:50:36.502Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:50:36.503Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:50:36.505Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:50:36.506Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:50:36.506Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:50:36.506Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:50:36.506Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ecd16c6f-bc9c-467a-a3ac-5042480a0eaa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T07:50:36.508Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.508Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:36.508Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:50:36.508Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.509Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Node template vFW d6d6efaa-42c5 0 is matching search criteria
2022-06-16T07:50:36.509Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d6d6efaa-42c5 0] matching following query criteria: sdcType=VF, customizationUUID=79e13a7a-35c1-445e-aa13-7b7dcc2149ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:50:36.511Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.511Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:36.511Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 159e3bbf-b4ea-4f88-af4f-72f8586d9b61: vFW d6d6efaa-42c5
2022-06-16T07:50:36.511Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.511Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:36.511Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.511Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:36.511Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.512Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:36.512Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.512Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:36.512Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:50:36.512Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:50:36.512Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-16 07-25-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-06-16T07:50:36.666Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d6d6efaa-42c5 ad4a6821-194f-4148-a5b2-46e474b36a6c 1 ASDC deployResourceStructure
2022-06-16T07:50:36.666Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json ASDC sendASDCNotification
2022-06-16T07:50:36.666Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json
2022-06-16T07:50:36.666Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:50:36.666Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:36.668Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:36.669Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365836666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:50:36.772Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-16T07:50:36.772Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:36.772Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:36.788Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:36.788Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:37.669Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:50:37.669Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml
2022-06-16T07:50:37.670Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:50:37.670Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:37.672Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:37.672Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365837669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:50:37.772Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:37.773Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:37.773Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:37.789Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:37.789Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:38.673Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:50:38.673Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env
2022-06-16T07:50:38.673Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:50:38.673Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:38.676Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:38.676Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365838673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:50:38.776Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:38.777Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:38.778Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:38.797Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:38.798Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:39.676Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar ASDC sendASDCNotification
2022-06-16T07:50:39.677Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar
2022-06-16T07:50:39.677Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:50:39.677Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:50:39.679Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:50:39.679Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365839676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:50:39.780Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:50:39.781Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:50:39.781Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:50:39.807Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:50:39.808Z||pool-135-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:50:40.680Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:50:40.692Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:50:40.694Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:50:40.694Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:50:40.694Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:50:40.694Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:51:10.694Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:51:10.708Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:51:10.711Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:51:10.711Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:51:10.711Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:51:10.711Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:51:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:51:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:51:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:51:21.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:51:21.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:51:21.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365757910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:51:21.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:51:40.712Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:51:40.720Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:51:40.722Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:51:40.722Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:51:40.722Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:51:40.722Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:52:10.723Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:52:10.743Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:52:10.746Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:52:10.746Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:52:10.746Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:52:10.746Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:52:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:52:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:52:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:52:21.960Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:52:21.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365757910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365757910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365764111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365757910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365764111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365752946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365757910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:52:21.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365750432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365764111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365767354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365766874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365764111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "cds",
  "timestamp": 1655365767881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:52:21.984Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb1d6b23-6525-47c5-aac6-110f682a43fa
2022-06-16T07:52:21.984Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1d6b23-6525-47c5-aac6-110f682a43fa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:52:21.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365768372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:52:21.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:21.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365764111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:21.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:21.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:21.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365769376,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:52:22.000Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of eb1d6b23-6525-47c5-aac6-110f682a43fa
2022-06-16T07:52:22.001Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1d6b23-6525-47c5-aac6-110f682a43fa and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:52:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365764111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365764111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365764111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365773268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365774289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:52:22.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:22.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "policy-id",
  "timestamp": 1655365775298,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:52:22.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb1d6b23-6525-47c5-aac6-110f682a43fa
2022-06-16T07:52:22.016Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1d6b23-6525-47c5-aac6-110f682a43fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:52:22.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365777949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365779214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365777949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365779214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365777949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365779214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365777949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365779214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365777949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365779214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365777949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365779214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365777949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365779214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365777949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:52:22.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365779214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:52:22.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:22.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365787974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:52:22.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:22.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365793934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:52:22.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:22.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "aai-ml",
  "timestamp": 1655365794941,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:52:22.049Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb1d6b23-6525-47c5-aac6-110f682a43fa
2022-06-16T07:52:22.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1d6b23-6525-47c5-aac6-110f682a43fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:52:22.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365797544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:52:22.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:22.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365798609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:52:22.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:22.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "clamp",
  "timestamp": 1655365799619,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:52:22.071Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb1d6b23-6525-47c5-aac6-110f682a43fa
2022-06-16T07:52:22.072Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1d6b23-6525-47c5-aac6-110f682a43fa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:52:22.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe64af5f-3757-473f-9fbc-9f115e527bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365820407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:52:22.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:52:22.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:52:22.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:52:22.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:52:40.746Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:52:40.757Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:52:40.759Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:52:40.759Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:52:40.759Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:52:40.759Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:53:10.760Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:53:10.769Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:53:10.771Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:53:10.771Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:53:10.771Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:53:10.771Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:53:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:53:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:53:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:53:21.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:53:21.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:53:21.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:53:21.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655364553359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365828642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365833052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:53:21.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365834304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:53:21.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:53:21.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365835453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:53:21.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:53:21.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365836666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/vfwd6d6efaa42c50_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:53:21.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365837669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365838673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/resourceInstances/vfwd6d6efaa42c50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655365839676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616072559/1.0/artifacts/service-Vfw20220616072559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:53:21.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:53:40.772Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:53:40.780Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:53:40.782Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:53:40.782Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:53:40.783Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:53:40.783Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:54:10.783Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:54:10.796Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:54:10.799Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:54:10.799Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:54:10.799Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:54:10.799Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:54:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:54:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:54:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:54:21.932Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:54:21.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365907910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365904100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365907910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365904100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365910432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365907910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365904100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:54:21.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365910432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:54:21.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365907910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365904100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365910432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365912946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365907910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365904100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365910432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365912946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365907910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365904100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365910432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-16T07:54:21.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365912946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365907910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365904100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365910432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365912946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365907910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:54:21.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365904100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:54:21.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365910432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365912946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365917507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:21.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:21.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365918005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:21.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365910432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:54:21.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365912946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365919013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:54:21.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365919281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:21.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:21.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365912946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "policy-id",
  "timestamp": 1655365920019,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:54:21.976Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3286241-647a-4c38-ad83-57b37bbf702b
2022-06-16T07:54:21.976Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3286241-647a-4c38-ad83-57b37bbf702b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:54:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365920358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:21.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365912946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:21.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:21.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:21.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "cds",
  "timestamp": 1655365920182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:54:21.995Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3286241-647a-4c38-ad83-57b37bbf702b
2022-06-16T07:54:21.995Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3286241-647a-4c38-ad83-57b37bbf702b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:54:22.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365921417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:22.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:22.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365922457,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:54:22.010Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3286241-647a-4c38-ad83-57b37bbf702b
2022-06-16T07:54:22.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3286241-647a-4c38-ad83-57b37bbf702b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:54:22.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365923464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:54:22.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:22.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365922910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365924100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365933836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:22.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:22.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365935113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:22.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:22.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "cds",
  "timestamp": 1655365935142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:54:22.045Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e
2022-06-16T07:54:22.046Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:54:22.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365936122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365938001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "policy-id",
  "timestamp": 1655365937126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:54:22.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e
2022-06-16T07:54:22.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:54:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365930432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:54:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365941203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:54:22.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:54:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:54:22.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:54:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:54:40.800Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:54:40.811Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:54:40.816Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:54:40.816Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:54:40.816Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:54:40.817Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:55:10.817Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:55:10.826Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:55:10.829Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:55:10.829Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:55:10.830Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:55:10.830Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:55:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:55:21.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:55:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:22.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:22.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365942264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365932946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365943314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365944437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365945836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365945547,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e
2022-06-16T07:55:22.441Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T07:55:22.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "aai-ml",
  "timestamp": 1655365946842,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.456Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3286241-647a-4c38-ad83-57b37bbf702b
2022-06-16T07:55:22.456Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3286241-647a-4c38-ad83-57b37bbf702b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365945865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365946550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365949866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "clamp",
  "timestamp": 1655365950881,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.477Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3286241-647a-4c38-ad83-57b37bbf702b
2022-06-16T07:55:22.477Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3286241-647a-4c38-ad83-57b37bbf702b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365929214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365958087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365927949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655365950432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365944103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365952946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365952911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365962463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365962730,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365962704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365963469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365963743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365965619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "cds",
  "timestamp": 1655365963958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.520Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 369a8c0d-4e2d-46f4-a58d-1288a0908d11
2022-06-16T07:55:22.520Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369a8c0d-4e2d-46f4-a58d-1288a0908d11 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "policy-id",
  "timestamp": 1655365964477,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.541Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 369a8c0d-4e2d-46f4-a58d-1288a0908d11
2022-06-16T07:55:22.541Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369a8c0d-4e2d-46f4-a58d-1288a0908d11 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655365964746,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.557Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 369a8c0d-4e2d-46f4-a58d-1288a0908d11
2022-06-16T07:55:22.558Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369a8c0d-4e2d-46f4-a58d-1288a0908d11 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "aai-ml",
  "timestamp": 1655365966626,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.575Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e
2022-06-16T07:55:22.576Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365969866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365974871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365967639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e",
  "consumerID": "clamp",
  "timestamp": 1655365975879,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.609Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e
2022-06-16T07:55:22.610Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ffdfd7f-b64b-468a-9dc2-c2b26d42f05e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365977416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365982475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "aai-ml",
  "timestamp": 1655365983481,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.629Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 369a8c0d-4e2d-46f4-a58d-1288a0908d11
2022-06-16T07:55:22.629Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369a8c0d-4e2d-46f4-a58d-1288a0908d11 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:22.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:22.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365976884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:55:22.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:55:22.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365995873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:22.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365997885,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:22.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:55:22.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:55:22.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "369a8c0d-4e2d-46f4-a58d-1288a0908d11",
  "consumerID": "clamp",
  "timestamp": 1655365998889,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:55:22.649Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 369a8c0d-4e2d-46f4-a58d-1288a0908d11
2022-06-16T07:55:22.650Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 369a8c0d-4e2d-46f4-a58d-1288a0908d11 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:55:40.830Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:55:40.830Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T07:55:40.836Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d and serviceModelVersionId: 159e3bbf-b4ea-4f88-af4f-72f8586d9b61
2022-06-16T07:55:40.836Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f56d6b3a-4d3e-4434-a65d-8a69e502dcb8
2022-06-16T07:55:40.837Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?depth=0
2022-06-16T07:55:40.844Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:55:40.897Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?depth=0|INFO|500||Invoke
2022-06-16T07:55:40.898Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7cb4cdd9-e8cd-45d9-ac63-89e1419c026d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[197fa6d9-2f13-46de-9420-4635c27c9ec3], X-ECOMP-RequestID=[7cb4cdd9-e8cd-45d9-ac63-89e1419c026d], X-TransactionId=[], X-ONAP-RequestID=[7cb4cdd9-e8cd-45d9-ac63-89e1419c026d], Content-Type=[application/merge-patch+json]}
2022-06-16T07:55:40.923Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T07:55:41.032Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?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/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-07:55:40:896-11679], vertex-id=[430208], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:55:40 GMT], Content-Type=[application/json]}
2022-06-16T07:55:41.032Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:55:41.033Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f56d6b3a-4d3e-4434-a65d-8a69e502dcb8/model-vers/model-ver/159e3bbf-b4ea-4f88-af4f-72f8586d9b61?depth=0|INFO|500||InvokeReturn
2022-06-16T07:55:41.034Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:55:41.034Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:55:41.039Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T07:55:41.040Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7cb4cdd9-e8cd-45d9-ac63-89e1419c026d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:55:41.040Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:55:41.040Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:41.042Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:41.042Z|7cb4cdd9-e8cd-45d9-ac63-89e1419c026d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366141040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:55:41.142Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:55:41.144Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:41.144Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:41.160Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:41.161Z||pool-136-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-06-16T07:55:42.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:55:42.056Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:55:42.056Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:46.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:46.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T07:55:46.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bcf4edb5-7058-4060-a513-15082dec646c","serviceName":"Demo_pNF_cHl3wlA1VUiNqHo0u3eq","serviceVersion":"1.0","serviceUUID":"071bf4da-7481-4eee-b473-56c3b447f0b6","serviceDescription":"catalog service description","serviceInvariantUUID":"02f42f43-6c30-4932-b2ca-fd12984a0f6f","resources":[{"resourceInstanceName":"pNF f4f95938-e6de 0","resourceName":"pNF f4f95938-e6de","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b8670ed1-bcee-48a5-81c1-df9bf0ae1af7","resourceInvariantUUID":"6a01ae85-511e-4ef8-8c0e-33a7a6fc9817","resourceCustomizationUUID":"1bbc219e-86b8-4450-8cfb-096737a3da22","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml","artifactChecksum":"YTIxNGIwOWIwMDBkZjU1NjMyMGFlYzdhNTBiM2Q4M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ad84983-49b3-48fa-b5a8-bf2d711bd227","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar","artifactChecksum":"NjIwZmE2Yzg2YmI1ZWUzOWUxMTAwOTJiYmQ2MWRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cbc94c2-cd58-47c1-be0e-7b2c257c4b8f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6527d5bb-72fa-4539-8db3-0f803906c602","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml","artifactChecksum":"NjRjZTQzMGUzNzYwNTY4ODg4YTZkM2FiM2I4ZDg0MDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e5d3df94-fec1-4b43-bb27-19842421a244","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e486cc3-b51d-4456-a4cf-fe59d8385620","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2735e499-2a86-43e6-8970-a9cf88ffb34b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfChl3wla1vuinqho0u3eq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml","artifactChecksum":"YzNiMDM2MzNhYWY4MDM0YzVlMWM0MjAzYjhkMzc1OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2053503-4b7a-42c0-8929-169cc38f88ae","artifactVersion":"1"},{"artifactName":"service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar","artifactChecksum":"MWE5OGRmZTZjYzEzMmM0OTBhNTA4YmFjY2JlZjFkMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83f091bf-8666-40be-94fa-12ebf5f031f1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:55:46.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:55:46.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:46.526Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:46.526Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:46.627Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:55:46.628Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:46.628Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:46.647Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:46.648Z||pool-137-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:55:47.528Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:55:47.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:47.533Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:47.533Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:47.633Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:55:47.634Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:47.634Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:47.653Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:47.654Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:55:48.533Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:55:48.534Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:48.537Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:48.537Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:48.637Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:55:48.637Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:48.637Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:48.653Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:48.653Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:55:49.539Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:55:49.540Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:49.543Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:49.543Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:49.644Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:55:49.645Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:49.645Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:49.665Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:49.666Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:55:50.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:55:50.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:50.548Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:50.548Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:50.663Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-06-16T07:55:50.700Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:50.703Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:50.726Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:50.727Z||pool-141-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:55:51.549Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:55:51.549Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:51.552Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:51.552Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:51.652Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:55:51.653Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:51.653Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:51.669Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:51.670Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:55:52.553Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:55:52.553Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:52.555Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:52.556Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:55:52.656Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:55:52.657Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:52.657Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:52.684Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:52.685Z||pool-143-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:55:53.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:55:53.562Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:53.564Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:53.564Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:55:53.664Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:55:53.665Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:53.666Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:53.699Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:53.700Z||pool-144-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:55:54.565Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "serviceName": "Demo_pNF_cHl3wlA1VUiNqHo0u3eq",
  "serviceVersion": "1.0",
  "serviceUUID": "071bf4da-7481-4eee-b473-56c3b447f0b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "02f42f43-6c30-4932-b2ca-fd12984a0f6f",
  "resources": [
    {
      "resourceInstanceName": "pNF f4f95938-e6de 0",
      "resourceCustomizationUUID": "1bbc219e-86b8-4450-8cfb-096737a3da22",
      "resourceName": "pNF f4f95938-e6de",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b8670ed1-bcee-48a5-81c1-df9bf0ae1af7",
      "resourceInvariantUUID": "6a01ae85-511e-4ef8-8c0e-33a7a6fc9817",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
      "artifactChecksum": "MWE5OGRmZTZjYzEzMmM0OTBhNTA4YmFjY2JlZjFkMmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83f091bf-8666-40be-94fa-12ebf5f031f1"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T07:55:54.566Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:55:54.566Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 071bf4da-7481-4eee-b473-56c3b447f0b6 ASDC
2022-06-16T07:55:54.568Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:bcf4edb5-7058-4060-a513-15082dec646c
ServiceName:Demo_pNF_cHl3wlA1VUiNqHo0u3eq
ServiceVersion:1.0
ServiceUUID:071bf4da-7481-4eee-b473-56c3b447f0b6
ServiceInvariantUUID:02f42f43-6c30-4932-b2ca-fd12984a0f6f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
ArtifactUUID:83f091bf-8666-40be-94fa-12ebf5f031f1
ArtifactChecksum:MWE5OGRmZTZjYzEzMmM0OTBhNTA4YmFjY2JlZjFkMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f4f95938-e6de 0
ResourceCustomizationUUID:1bbc219e-86b8-4450-8cfb-096737a3da22
ResourceInvariantUUID:6a01ae85-511e-4ef8-8c0e-33a7a6fc9817
ResourceName:pNF f4f95938-e6de
ResourceType:PNF
ResourceUUID:b8670ed1-bcee-48a5-81c1-df9bf0ae1af7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-16T07:55:54.570Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 071bf4da-7481-4eee-b473-56c3b447f0b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:55:54.611Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:55:54.612Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T07:55:54.612Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T07:55:54.612Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 83f091bf-8666-40be-94fa-12ebf5f031f1 from URL: /sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:54.613Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T07:55:54.613Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:55.025Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T07:55:55.033Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar 83f091bf-8666-40be-94fa-12ebf5f031f1 82637
2022-06-16T07:55:55.034Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar ASDC sendASDCNotification
2022-06-16T07:55:55.035Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:55.035Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:55:55.036Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:55.040Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:55.040Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366155034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:55:55.139Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T07:55:55.140Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:55.141Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:55.157Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:55.158Z||pool-145-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:55:56.041Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:55:56.042Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T07:55:56.042Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 83f091bf-8666-40be-94fa-12ebf5f031f1, URL: /sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar to file: /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:56.043Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:56.043Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:56.044Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:56.186Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13892468719146789591/Definitions/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml
2022-06-16T07:55:57.174Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:55:57.175Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T07:55:57.175Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.175Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-16T07:55:57.175Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.175Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.175Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.175Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.175Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.176Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f4f95938-e6de 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-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.176Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.176Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T07:55:57.176Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.176Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.177Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Node template pNF f4f95938-e6de 0 is matching search criteria
2022-06-16T07:55:57.177Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T07:55:57.177Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f4f95938-e6de 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:55:57.177Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.178Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.178Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Node template pNF f4f95938-e6de 0 is matching search criteria
2022-06-16T07:55:57.178Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T07:55:57.178Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f4f95938-e6de 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:55:57.178Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.178Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.178Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.179Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.179Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.179Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.179Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.179Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.179Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.180Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.180Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cHl3wlA1VUiNqHo0u3eq
Description:catalog service description
Model UUID:071bf4da-7481-4eee-b473-56c3b447f0b6
Model Version:NULL
Model InvariantUuid:02f42f43-6c30-4932-b2ca-fd12984a0f6f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T07:55:57.199Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: b8670ed1-bcee-48a5-81c1-df9bf0ae1af7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:55:57.217Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||pNF f4f95938-e6de 0
2022-06-16T07:55:57.217Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b8670ed1-bcee-48a5-81c1-df9bf0ae1af7
2022-06-16T07:55:57.218Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 071bf4da-7481-4eee-b473-56c3b447f0b6
2022-06-16T07:55:57.218Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 071bf4da-7481-4eee-b473-56c3b447f0b6
2022-06-16T07:55:57.218Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f4f95938-e6de 0 b8670ed1-bcee-48a5-81c1-df9bf0ae1af7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:55:57.224Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54641b68, org.onap.sdc.toscaparser.api.parameters.Input@6501683c, org.onap.sdc.toscaparser.api.parameters.Input@3e293965, org.onap.sdc.toscaparser.api.parameters.Input@6cdc65b3, org.onap.sdc.toscaparser.api.parameters.Input@18979c1b]
2022-06-16T07:55:57.224Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.225Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.225Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 071bf4da-7481-4eee-b473-56c3b447f0b6: pNF f4f95938-e6de
2022-06-16T07:55:57.225Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||Processing PNF resource: b8670ed1-bcee-48a5-81c1-df9bf0ae1af7
2022-06-16T07:55:57.226Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T07:55:57.226Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_cHl3wlA1VUiNqHo0u3eq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:55:57.226Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 1bbc219e-86b8-4450-8cfb-096737a3da22 is the same as notified resource customizationUUID: 1bbc219e-86b8-4450-8cfb-096737a3da22
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-16T07:55:57.280Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f4f95938-e6de b8670ed1-bcee-48a5-81c1-df9bf0ae1af7 0 ASDC deployResourceStructure
2022-06-16T07:55:57.281Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar ASDC sendASDCNotification
2022-06-16T07:55:57.281Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar
2022-06-16T07:55:57.281Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:55:57.282Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:55:57.289Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:55:57.289Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366157281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:55:57.389Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:55:57.390Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T07:55:57.390Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:55:57.412Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:55:57.422Z||pool-146-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:55:58.291Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:55:58.342Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:55:58.344Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:55:58.344Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:55:58.344Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:55:58.344Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:56:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:56:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:56:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:56:22.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:56:22.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb4cdd9-e8cd-45d9-ac63-89e1419c026d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366141040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:56:22.531Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:56:22.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:56:22.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:56:22.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:56:22.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:56:22.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:56:22.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:56:22.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:56:22.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:56:22.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:56:22.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:56:22.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/resourceInstances/pnff4f95938e6de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:56:22.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:56:22.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T07:56:22.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:56:22.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T07:56:22.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T07:56:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366155034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T07:56:22.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:56:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:56:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366157281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfChl3wla1vuinqho0u3eq/1.0/artifacts/service-DemoPnfChl3wla1vuinqho0u3eq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T07:56:22.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:56:28.345Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:56:28.356Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:56:28.359Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:56:28.359Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:56:28.360Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:56:28.360Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:56:58.360Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:56:58.385Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:56:58.389Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:56:58.389Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:56:58.389Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:56:58.389Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:57:21.897Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:57:21.899Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:57:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:57:28.390Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:57:28.401Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:57:28.404Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:57:28.404Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:57:28.404Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:57:28.405Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:57:31.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:57:58.407Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:57:58.440Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:57:58.443Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:57:58.444Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:57:58.444Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:57:58.444Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:58:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:58:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:58:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:58:28.444Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:58:28.459Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:58:28.462Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:58:28.462Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:58:28.463Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:58:28.463Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:58:31.469Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:58:58.464Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:58:58.479Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:58:58.481Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:58:58.481Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:58:58.482Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:58:58.482Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:59:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:59:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T07:59:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:59:28.482Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:59:28.494Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:59:28.497Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:59:28.498Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:59:28.498Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:59:28.498Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:59:31.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T07:59:58.499Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:59:58.515Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T07:59:58.518Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:59:58.519Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:59:58.519Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:59:58.519Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:00:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:00:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:00:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:00:22.040Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:00:22.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366407949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366409214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366410432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vfwcee64c741e670_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366407949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vfwcee64c741e670_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366409214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vfwcee64c741e670_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366410432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vfwcee64c741e670_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366407949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366409214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366410432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366407949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366409214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366410432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366407949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366409214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366410432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T08:00:22.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366417911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366407949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366409214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366410432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366417911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vfwcee64c741e670_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366412946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366407949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366410432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366409214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366417911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:00:22.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:00:28.520Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:00:28.532Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:00:28.536Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:00:28.536Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:00:28.536Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:00:28.536Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:00:58.536Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T08:00:58.537Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bcf4edb5-7058-4060-a513-15082dec646c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T08:00:58.545Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcf4edb5-7058-4060-a513-15082dec646c and serviceModelVersionId: 071bf4da-7481-4eee-b473-56c3b447f0b6
2022-06-16T08:00:58.545Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02f42f43-6c30-4932-b2ca-fd12984a0f6f
2022-06-16T08:00:58.547Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?depth=0
2022-06-16T08:00:58.555Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T08:00:58.645Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?depth=0|INFO|500||Invoke
2022-06-16T08:00:58.645Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bcf4edb5-7058-4060-a513-15082dec646c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2967a509-1010-4555-84c7-c0efd155e0d3], X-ECOMP-RequestID=[bcf4edb5-7058-4060-a513-15082dec646c], X-TransactionId=[], X-ONAP-RequestID=[bcf4edb5-7058-4060-a513-15082dec646c], Content-Type=[application/merge-patch+json]}
2022-06-16T08:00:58.683Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T08:00:58.891Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?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/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220616-08:00:58:646-89744], vertex-id=[532688], Content-Length=[0], Date=[Thu, 16 Jun 2022 08:00:58 GMT], Content-Type=[application/json]}
2022-06-16T08:00:58.892Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T08:00:58.893Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02f42f43-6c30-4932-b2ca-fd12984a0f6f/model-vers/model-ver/071bf4da-7481-4eee-b473-56c3b447f0b6?depth=0|INFO|500||InvokeReturn
2022-06-16T08:00:58.894Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T08:00:58.894Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:00:58.904Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T08:00:58.905Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcf4edb5-7058-4060-a513-15082dec646c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T08:00:58.906Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T08:00:58.907Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:00:58.911Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:00:58.912Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366458906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:00:59.019Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-16T08:00:59.020Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:00:59.021Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:00:59.041Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:00:59.042Z||pool-147-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:00:59.928Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T08:00:59.929Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6044653-efba-432b-a509-99a402ef1ad4","serviceName":"Demo_pNF_42Sd5I4BQtnX4408ykus","serviceVersion":"1.0","serviceUUID":"6e664ede-171e-4b7e-b1a7-a0a026aff32d","serviceDescription":"catalog service description","serviceInvariantUUID":"8646886c-4832-4b6e-9342-d97da0ae7a1c","resources":[{"resourceInstanceName":"pNF 409fc93d-2536 0","resourceName":"pNF 409fc93d-2536","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"98ec1082-b286-4115-8cee-7374cc27f3b6","resourceInvariantUUID":"71b0bfb0-d381-410f-8b8d-09f0421d0414","resourceCustomizationUUID":"9fa6f7db-07b5-4185-8fec-59208b5c5623","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml","artifactChecksum":"MDk3YjdiMDdiNzczYTdiZjgxNjc1MDAyOTI0YjFkMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a638d05-b30b-4b5c-a8ec-b67e00ff9c5d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar","artifactChecksum":"NjIwZmE2Yzg2YmI1ZWUzOWUxMTAwOTJiYmQ2MWRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"acd65196-0437-4e73-9228-d87ae5a00984","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12a212dc-4c7f-4784-8eb5-a4c8fc3700bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml","artifactChecksum":"Zjc0ODEzY2I0YjRiODQxNDMzMTg5NzJkMjYyNTRiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93e5a4b8-eec6-43f4-aa72-335ce0fef438","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54526953-49dc-457c-afe2-f0b9c0500925","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1227f7a-5c5a-41a3-8ede-318db9bd7618","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf42sd5i4bqtnx4408ykus-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml","artifactChecksum":"ODM5MTY3Mjg3MjU5NzM0YTc2YjE2NTgxZGE2ZjY4NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0e10a74-cd10-42ae-8963-cf5ffa0cb9d9","artifactVersion":"1"},{"artifactName":"service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar","artifactChecksum":"ZWM3OGQ5ZTc5YjA1NWMxOGY2ZWE2Y2M0NDg3YjM3OTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6222d4fb-28a7-4a4f-8503-66260029fd85","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T08:00:59.929Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:00:59.930Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:00:59.932Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:00:59.933Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:01:00.033Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:01:00.034Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:00.034Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:00.057Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:00.058Z||pool-148-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:01:00.933Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:01:00.934Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:00.936Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:00.937Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:01:01.037Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:01:01.037Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:01.038Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:01.055Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:01.055Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:01:01.937Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:01:01.938Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:01.940Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:01.941Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:01:02.041Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:01:02.042Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:02.042Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:02.059Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:02.060Z||pool-150-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:01:02.941Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:01:02.942Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:02.944Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:02.944Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:01:03.044Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:01:03.045Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:03.045Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:03.063Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:03.063Z||pool-151-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:01:03.945Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:01:03.945Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:03.948Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:03.949Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:01:04.049Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:01:04.049Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:04.050Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:04.064Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:04.065Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:01:04.949Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:01:04.950Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:04.952Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:04.952Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:01:05.053Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:01:05.053Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:05.054Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:05.070Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:05.070Z||pool-153-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:01:05.952Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:01:05.953Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:05.955Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:05.955Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:01:06.055Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:01:06.056Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:06.056Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:06.078Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:06.078Z||pool-154-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:01:06.956Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:01:06.956Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:06.959Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:06.959Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:01:07.059Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:01:07.060Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:07.060Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:07.083Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:07.084Z||pool-155-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:01:07.960Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "serviceName": "Demo_pNF_42Sd5I4BQtnX4408ykus",
  "serviceVersion": "1.0",
  "serviceUUID": "6e664ede-171e-4b7e-b1a7-a0a026aff32d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8646886c-4832-4b6e-9342-d97da0ae7a1c",
  "resources": [
    {
      "resourceInstanceName": "pNF 409fc93d-2536 0",
      "resourceCustomizationUUID": "9fa6f7db-07b5-4185-8fec-59208b5c5623",
      "resourceName": "pNF 409fc93d-2536",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "98ec1082-b286-4115-8cee-7374cc27f3b6",
      "resourceInvariantUUID": "71b0bfb0-d381-410f-8b8d-09f0421d0414",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
      "artifactChecksum": "ZWM3OGQ5ZTc5YjA1NWMxOGY2ZWE2Y2M0NDg3YjM3OTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6222d4fb-28a7-4a4f-8503-66260029fd85"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T08:01:07.961Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T08:01:07.961Z|bcf4edb5-7058-4060-a513-15082dec646c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6e664ede-171e-4b7e-b1a7-a0a026aff32d ASDC
2022-06-16T08:01:07.962Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b6044653-efba-432b-a509-99a402ef1ad4
ServiceName:Demo_pNF_42Sd5I4BQtnX4408ykus
ServiceVersion:1.0
ServiceUUID:6e664ede-171e-4b7e-b1a7-a0a026aff32d
ServiceInvariantUUID:8646886c-4832-4b6e-9342-d97da0ae7a1c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
ArtifactUUID:6222d4fb-28a7-4a4f-8503-66260029fd85
ArtifactChecksum:ZWM3OGQ5ZTc5YjA1NWMxOGY2ZWE2Y2M0NDg3YjM3OTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 409fc93d-2536 0
ResourceCustomizationUUID:9fa6f7db-07b5-4185-8fec-59208b5c5623
ResourceInvariantUUID:71b0bfb0-d381-410f-8b8d-09f0421d0414
ResourceName:pNF 409fc93d-2536
ResourceType:PNF
ResourceUUID:98ec1082-b286-4115-8cee-7374cc27f3b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-16T08:01:07.962Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e664ede-171e-4b7e-b1a7-a0a026aff32d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:01:07.992Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:01:07.993Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:01:07.993Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:01:07.994Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6222d4fb-28a7-4a4f-8503-66260029fd85 from URL: /sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:07.995Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:01:07.996Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:08.130Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:01:08.135Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar 6222d4fb-28a7-4a4f-8503-66260029fd85 82646
2022-06-16T08:01:08.136Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar ASDC sendASDCNotification
2022-06-16T08:01:08.136Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:08.136Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:01:08.136Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:08.138Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:08.138Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366468136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:01:08.239Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:01:08.240Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:08.240Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:08.257Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:08.258Z||pool-156-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:01:09.139Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:01:09.140Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:01:09.141Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6222d4fb-28a7-4a4f-8503-66260029fd85, URL: /sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar to file: /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:09.141Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:09.142Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:09.142Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:09.327Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4257101651815629055/Definitions/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml
2022-06-16T08:01:10.432Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T08:01:10.433Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:01:10.433Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.434Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-16T08:01:10.434Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.434Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.435Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.435Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 409fc93d-2536 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-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.435Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.436Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.436Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.436Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:01:10.437Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.437Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.437Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Node template pNF 409fc93d-2536 0 is matching search criteria
2022-06-16T08:01:10.438Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:01:10.438Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 409fc93d-2536 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:01:10.439Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.439Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.439Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Node template pNF 409fc93d-2536 0 is matching search criteria
2022-06-16T08:01:10.440Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:01:10.440Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 409fc93d-2536 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:01:10.441Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.441Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.441Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.441Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.442Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.442Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.442Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.443Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.443Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.443Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.443Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_42Sd5I4BQtnX4408ykus
Description:catalog service description
Model UUID:6e664ede-171e-4b7e-b1a7-a0a026aff32d
Model Version:NULL
Model InvariantUuid:8646886c-4832-4b6e-9342-d97da0ae7a1c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T08:01:10.448Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 98ec1082-b286-4115-8cee-7374cc27f3b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:01:10.451Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||pNF 409fc93d-2536 0
2022-06-16T08:01:10.451Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 98ec1082-b286-4115-8cee-7374cc27f3b6
2022-06-16T08:01:10.452Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6e664ede-171e-4b7e-b1a7-a0a026aff32d
2022-06-16T08:01:10.452Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6e664ede-171e-4b7e-b1a7-a0a026aff32d
2022-06-16T08:01:10.452Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 409fc93d-2536 0 98ec1082-b286-4115-8cee-7374cc27f3b6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:01:10.458Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37902f25, org.onap.sdc.toscaparser.api.parameters.Input@6ffce5f, org.onap.sdc.toscaparser.api.parameters.Input@7b7fd11f, org.onap.sdc.toscaparser.api.parameters.Input@50a67968, org.onap.sdc.toscaparser.api.parameters.Input@66798d5e]
2022-06-16T08:01:10.458Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.459Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.460Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6e664ede-171e-4b7e-b1a7-a0a026aff32d: pNF 409fc93d-2536
2022-06-16T08:01:10.460Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||Processing PNF resource: 98ec1082-b286-4115-8cee-7374cc27f3b6
2022-06-16T08:01:10.460Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:01:10.461Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_42Sd5I4BQtnX4408ykus is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:01:10.461Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||Resource customization UUID: 9fa6f7db-07b5-4185-8fec-59208b5c5623 is the same as notified resource customizationUUID: 9fa6f7db-07b5-4185-8fec-59208b5c5623
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-16T08:01:10.500Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 409fc93d-2536 98ec1082-b286-4115-8cee-7374cc27f3b6 0 ASDC deployResourceStructure
2022-06-16T08:01:10.501Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar ASDC sendASDCNotification
2022-06-16T08:01:10.501Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar
2022-06-16T08:01:10.501Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:01:10.502Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:01:10.504Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:01:10.504Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366470501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:01:10.604Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:01:10.605Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:01:10.605Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:10.620Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:10.620Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:01:11.505Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:01:11.516Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:01:11.519Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:01:11.519Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:01:11.520Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:01:11.520Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:01:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:01:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:01:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:01:21.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:01:21.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:01:21.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366421820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vfwcee64c741e670_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:01:21.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:01:41.520Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:01:41.532Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:01:41.535Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:01:41.535Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:01:41.536Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:01:41.536Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:02:11.536Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:02:11.559Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:02:11.563Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:02:11.564Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:02:11.564Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:02:11.564Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:02:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:02:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:02:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:02:21.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:02:21.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:02:21.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366423076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:02:21.934Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:02:41.565Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:02:41.575Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:02:41.578Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:02:41.578Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:02:41.578Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:02:41.578Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:03:11.579Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:03:11.588Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:03:11.589Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:03:11.589Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:03:11.590Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:03:11.590Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:03:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:03:21.897Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:03:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:03:22.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:03:22.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366417911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366422874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366417911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366423953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366417911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366424100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366424990,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.460Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53bc2b9c-532b-45ca-a758-41d0d165157b
2022-06-16T08:03:22.460Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53bc2b9c-532b-45ca-a758-41d0d165157b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366417911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366424100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vfwcee64c741e670_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366425999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vfwcee64c741e670_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366425664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366424100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366426973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "cds",
  "timestamp": 1655366426673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:03:22.480Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53bc2b9c-532b-45ca-a758-41d0d165157b
2022-06-16T08:03:22.481Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53bc2b9c-532b-45ca-a758-41d0d165157b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366424100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366424100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/resourceInstances/vfwcee64c741e670/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366428988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366424100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "clamp",
  "timestamp": 1655366429998,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:03:22.500Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53bc2b9c-532b-45ca-a758-41d0d165157b
2022-06-16T08:03:22.500Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53bc2b9c-532b-45ca-a758-41d0d165157b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366424100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366431955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366432968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366434766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616075920/1.0/artifacts/service-Vfw20220616075920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "policy-id",
  "timestamp": 1655366433973,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:03:22.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53bc2b9c-532b-45ca-a758-41d0d165157b
2022-06-16T08:03:22.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53bc2b9c-532b-45ca-a758-41d0d165157b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T08:03:22.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53bc2b9c-532b-45ca-a758-41d0d165157b",
  "consumerID": "aai-ml",
  "timestamp": 1655366435771,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:03:22.542Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53bc2b9c-532b-45ca-a758-41d0d165157b
2022-06-16T08:03:22.542Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53bc2b9c-532b-45ca-a758-41d0d165157b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366432910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366430432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366432946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366437949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366439216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366432946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366432910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366430432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366437949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366439216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366432946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366432910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366430432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366437949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366439216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366432946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366432910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366430432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366437949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366439216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366432946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366432910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366430432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366437949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366439216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366432946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366432910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366430432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366437949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366439216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366432946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366432910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366430432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366437949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366439216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366444102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366432910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366432946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655366430432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366437949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366439216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366444102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366445539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366446048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366444102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366447975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "cds",
  "timestamp": 1655366446545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.591Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b
2022-06-16T08:03:22.591Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366447068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366444102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655366448072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:03:22.607Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b
2022-06-16T08:03:22.607Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366444102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366444102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/resourceInstances/pnf34c72850df7d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366444102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366444102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366453405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366453011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "aai-ml",
  "timestamp": 1655366454410,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:03:22.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b
2022-06-16T08:03:22.633Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366454017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "policy-id",
  "timestamp": 1655366455025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:03:22.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b
2022-06-16T08:03:22.649Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcf4edb5-7058-4060-a513-15082dec646c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366458906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:03:22.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366458980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366461982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4oejgud0gkv7djwh5iig/1.0/artifacts/service-DemoPnf4oejgud0gkv7djwh5iig-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af2a75c-f719-4a5e-bc4f-27bef4e49d3b",
  "consumerID": "clamp",
  "timestamp": 1655366462996,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:03:22.668Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b
2022-06-16T08:03:22.669Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af2a75c-f719-4a5e-bc4f-27bef4e49d3b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:03:22.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/resourceInstances/pnf409fc93d25360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:03:22.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:03:22.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:03:22.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366468136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:03:22.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:22.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T08:03:22.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366470501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf42sd5i4bqtnx4408ykus/1.0/artifacts/service-DemoPnf42sd5i4bqtnx4408ykus-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:03:22.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:03:41.590Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:03:41.600Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:03:41.602Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:03:41.602Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:03:41.602Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:03:41.602Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:04:11.603Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:04:11.617Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:04:11.619Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:04:11.619Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:04:11.620Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:04:11.620Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:04:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:04:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:04:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:04:31.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:04:41.620Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:04:41.643Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:04:41.645Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:04:41.645Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:04:41.646Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:04:41.646Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:05:11.646Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:05:11.656Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:05:11.658Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:05:11.658Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:05:11.658Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:05:11.658Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:05:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:05:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:05:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:05:31.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:05:41.658Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:05:41.674Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:05:41.676Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:05:41.676Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:05:41.676Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:05:41.676Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:06:11.676Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T08:06:11.676Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6044653-efba-432b-a509-99a402ef1ad4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T08:06:11.682Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6044653-efba-432b-a509-99a402ef1ad4 and serviceModelVersionId: 6e664ede-171e-4b7e-b1a7-a0a026aff32d
2022-06-16T08:06:11.683Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8646886c-4832-4b6e-9342-d97da0ae7a1c
2022-06-16T08:06:11.684Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8646886c-4832-4b6e-9342-d97da0ae7a1c/model-vers/model-ver/6e664ede-171e-4b7e-b1a7-a0a026aff32d?depth=0
2022-06-16T08:06:11.690Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T08:06:11.730Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8646886c-4832-4b6e-9342-d97da0ae7a1c/model-vers/model-ver/6e664ede-171e-4b7e-b1a7-a0a026aff32d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-16T08:06:11.749Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8646886c-4832-4b6e-9342-d97da0ae7a1c/model-vers/model-ver/6e664ede-171e-4b7e-b1a7-a0a026aff32d?depth=0|INFO|500||Invoke
2022-06-16T08:06:11.777Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8646886c-4832-4b6e-9342-d97da0ae7a1c/model-vers/model-ver/6e664ede-171e-4b7e-b1a7-a0a026aff32d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T08:06:11.940Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8646886c-4832-4b6e-9342-d97da0ae7a1c/model-vers/model-ver/6e664ede-171e-4b7e-b1a7-a0a026aff32d?depth=0|INFO|500||InvokeReturn
2022-06-16T08:06:11.941Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8646886c-4832-4b6e-9342-d97da0ae7a1c/model-vers/model-ver/6e664ede-171e-4b7e-b1a7-a0a026aff32d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-08:06:11:720-49592], vertex-id=[282784], Content-Length=[0], Date=[Thu, 16 Jun 2022 08:06:11 GMT], Content-Type=[application/json]}
2022-06-16T08:06:11.942Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-16T08:06:11.942Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T08:06:11.943Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:06:11.948Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T08:06:11.948Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6044653-efba-432b-a509-99a402ef1ad4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T08:06:11.949Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T08:06:11.950Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:11.952Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:11.952Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366771949,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:06:12.052Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:12.053Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:12.053Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:12.075Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:12.075Z||pool-158-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:06:12.984Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T08:06:12.984Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"766c6028-15fe-4a5f-8a50-a8d5cdd7db01","serviceName":"vFW 2022-06-16 07-35-19","serviceVersion":"1.0","serviceUUID":"bcc99fd0-8eb7-497e-aa99-96d3da728aa7","serviceDescription":"catalog service description","serviceInvariantUUID":"18d1af6e-9546-4178-8a7c-c061f9a34d8c","resources":[{"resourceInstanceName":"vFW 69eec884-2673 0","resourceName":"vFW 69eec884-2673","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef78d931-516d-46f8-9d24-d93b82dfb38e","resourceInvariantUUID":"0b9fc774-c9d3-4186-9176-b87bf3cb4caa","resourceCustomizationUUID":"71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml","artifactChecksum":"NGM3MTE4NDNjZDE3ZDIzYzBiZGJmMTdlODI0ZWJiMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a637ffa-d70d-4068-8ab8-53c6b1142c1a","artifactVersion":"1"},{"artifactName":"vfw69eec88426730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json","artifactChecksum":"MDAzMmZhNjBhOTFlYjE1NDc0ZTA1ZjliYTdkNTM0MDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d131f324-4259-46cb-93e1-04edcdab7e8d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml","artifactChecksum":"NTFlMDdhYTI5OTlmMWVjZWUwNDgxM2I4YWVmNjRlMmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aaef33ba-5cdc-4dc9-aee5-2764d6254941","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"569ec214-8be0-497e-ae06-5fc32de21b3c","artifactVersion":"2","generatedFromUUID":"1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616073519-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml","artifactChecksum":"ZTM5NDQ3MmRkODQ1NTBiYzNjNDc1YmFhYmM4YWVmZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5bb4e47-4aca-4236-a539-33426e103cbf","artifactVersion":"1"},{"artifactName":"service-Vfw20220616073519-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar","artifactChecksum":"NGY2ZTZkYmJmYjQ0NGNhMmVjM2M3M2Q3MzYxNTRkZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99d89845-d8f1-4352-b7fb-800f5516d1d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T08:06:12.985Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:06:12.985Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:12.989Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:12.990Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:06:13.090Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:06:13.090Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:13.090Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:13.153Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:13.154Z||pool-159-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:13.990Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:06:13.991Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:13.992Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:13.992Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:06:14.093Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:14.094Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:14.094Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:14.111Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:14.112Z||pool-160-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:06:14.993Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:06:14.994Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:14.996Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:14.997Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:06:15.097Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:15.097Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:15.097Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:15.110Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:15.111Z||pool-161-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:15.999Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:06:16.000Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:16.011Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:16.012Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:06:16.110Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T08:06:16.111Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:16.111Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:16.147Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:16.149Z||pool-162-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:06:17.013Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:06:17.014Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:17.020Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:17.020Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T08:06:17.121Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:06:17.122Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:17.122Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:17.171Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:17.171Z||pool-163-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:18.021Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:06:18.021Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:18.028Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:18.028Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:06:18.124Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-16T08:06:18.124Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:18.125Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:18.143Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:18.144Z||pool-164-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:19.029Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:06:19.029Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:19.031Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:19.031Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:06:19.132Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:06:19.133Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:19.133Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:19.148Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:19.148Z||pool-165-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:06:20.036Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "serviceName": "vFW 2022-06-16 07-35-19",
  "serviceVersion": "1.0",
  "serviceUUID": "bcc99fd0-8eb7-497e-aa99-96d3da728aa7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "18d1af6e-9546-4178-8a7c-c061f9a34d8c",
  "resources": [
    {
      "resourceInstanceName": "vFW 69eec884-2673 0",
      "resourceCustomizationUUID": "71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a",
      "resourceName": "vFW 69eec884-2673",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ef78d931-516d-46f8-9d24-d93b82dfb38e",
      "resourceInvariantUUID": "0b9fc774-c9d3-4186-9176-b87bf3cb4caa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw69eec88426730_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
          "artifactChecksum": "MDAzMmZhNjBhOTFlYjE1NDc0ZTA1ZjliYTdkNTM0MDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d131f324-4259-46cb-93e1-04edcdab7e8d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "569ec214-8be0-497e-ae06-5fc32de21b3c",
            "generatedFromUUID": "1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "569ec214-8be0-497e-ae06-5fc32de21b3c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220616073519-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
      "artifactChecksum": "NGY2ZTZkYmJmYjQ0NGNhMmVjM2M3M2Q3MzYxNTRkZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "99d89845-d8f1-4352-b7fb-800f5516d1d3"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T08:06:20.040Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T08:06:20.040Z|b6044653-efba-432b-a509-99a402ef1ad4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bcc99fd0-8eb7-497e-aa99-96d3da728aa7 ASDC
2022-06-16T08:06:20.041Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:766c6028-15fe-4a5f-8a50-a8d5cdd7db01
ServiceName:vFW 2022-06-16 07-35-19
ServiceVersion:1.0
ServiceUUID:bcc99fd0-8eb7-497e-aa99-96d3da728aa7
ServiceInvariantUUID:18d1af6e-9546-4178-8a7c-c061f9a34d8c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616073519-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar
ArtifactUUID:99d89845-d8f1-4352-b7fb-800f5516d1d3
ArtifactChecksum:NGY2ZTZkYmJmYjQ0NGNhMmVjM2M3M2Q3MzYxNTRkZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 69eec884-2673 0
ResourceCustomizationUUID:71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a
ResourceInvariantUUID:0b9fc774-c9d3-4186-9176-b87bf3cb4caa
ResourceName:vFW 69eec884-2673
ResourceType:VF
ResourceUUID:ef78d931-516d-46f8-9d24-d93b82dfb38e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw69eec88426730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json
ArtifactUUID:d131f324-4259-46cb-93e1-04edcdab7e8d
ArtifactChecksum:MDAzMmZhNjBhOTFlYjE1NDc0ZTA1ZjliYTdkNTM0MDY=
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/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml
ArtifactUUID:1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7
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/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env
ArtifactUUID:569ec214-8be0-497e-ae06-5fc32de21b3c
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/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env
ArtifactUUID:569ec214-8be0-497e-ae06-5fc32de21b3c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T08:06:20.041Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcc99fd0-8eb7-497e-aa99-96d3da728aa7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:06:20.117Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:06:20.118Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:06:20.118Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:06:20.118Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 99d89845-d8f1-4352-b7fb-800f5516d1d3 from URL: /sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:20.118Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:06:20.118Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:20.296Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:06:20.308Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar 99d89845-d8f1-4352-b7fb-800f5516d1d3 99015
2022-06-16T08:06:20.308Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar ASDC sendASDCNotification
2022-06-16T08:06:20.308Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:20.309Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:06:20.309Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:20.319Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:20.319Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366780308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:06:20.420Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:06:20.421Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:20.421Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:20.434Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:20.435Z||pool-166-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:21.320Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:06:21.321Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:06:21.321Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 99d89845-d8f1-4352-b7fb-800f5516d1d3, URL: /sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar to file: /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:21.321Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616073519-csar.csar
2022-06-16T08:06:21.322Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:21.322Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:21.459Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8675879718091712260/Definitions/service-Vfw20220616073519-template.yml
2022-06-16T08:06:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:06:21.896Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:06:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:22.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:22.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6044653-efba-432b-a509-99a402ef1ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366771949,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:06:22.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:06:22.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:06:22.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:06:22.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:06:22.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:06:22.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:06:22.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:06:22.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:06:22.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:06:22.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T08:06:22.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:06:22.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:06:22.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:06:22.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:06:22.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:06:22.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:06:22.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366780308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:06:22.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-16T08:06:23.726Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T08:06:23.727Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:06:23.727Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.727Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T08:06:23.727Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||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-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.727Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||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-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.727Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.727Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.727Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||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-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 69eec884-2673 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-Vfw20220616073519-csar.csar
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.728Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:23.729Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:23.729Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:06:23.729Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:06:23.729Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.729Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:23.730Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:23.730Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:06:23.730Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:06:23.730Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.730Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:23.731Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.731Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is not matching search criteria
2022-06-16T08:06:23.731Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:06:23.731Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:06:23.731Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.731Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.732Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.732Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:06:23.732Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:06:23.732Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:06:23.732Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:06:23.732Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.733Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.733Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:06:23.733Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.733Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:06:23.733Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.734Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T08:06:23.734Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.734Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T08:06:23.734Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.734Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:23.735Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:06:23.735Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.735Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:23.735Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:06:23.736Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.736Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:23.736Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:06:23.737Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.737Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is not matching search criteria
2022-06-16T08:06:23.737Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:06:23.737Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T08:06:23.738Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:06:23.738Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:06:23.738Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:06:23.738Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.738Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.739Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:06:23.739Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.739Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:06:23.740Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.740Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c94e83a4-9f77-4ea2-b276-71c28c065f4d
2022-06-16T08:06:23.740Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.740Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is not matching search criteria
2022-06-16T08:06:23.740Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:06:23.740Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:06:23.741Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.741Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.741Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.741Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:06:23.741Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:06:23.741Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T08:06:23.742Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:06:23.742Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.742Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:06:23.742Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.743Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32f2a6a2-eed7-45b7-84a6-3ff3618262d5
2022-06-16T08:06:23.743Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.743Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is not matching search criteria
2022-06-16T08:06:23.744Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:06:23.744Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:06:23.744Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.745Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.745Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.745Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:06:23.745Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:06:23.745Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:06:23.745Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:06:23.745Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:23.745Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ba8df7dc-f706-425e-97f7-95f0668fecbf
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:23.746Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:23.747Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-16 07-35-19
Description:catalog service description
Model UUID:bcc99fd0-8eb7-497e-aa99-96d3da728aa7
Model Version:NULL
Model InvariantUuid:18d1af6e-9546-4178-8a7c-c061f9a34d8c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 69eec884-2673
Model UUID:5f8b583e-ea60-4fbb-8fb3-07f581c65ed8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b9fc774-c9d3-4186-9176-b87bf3cb4caa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cef77dd4-eb91-4556-8cb0-ad2b5ade5cd7
ModelName:Vfw69eec8842673..base_vfw..module-0
ModelUuid:eaa59d65-408e-4a7c-af10-87491f953fe1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c94e83a4-9f77-4ea2-b276-71c28c065f4d
ModelInvariantUuid:47145b25-8ffe-401b-b512-25cc534600bc
ModelName:vFW 69eec884-2673-nodes.vfwCvfc
ModelUuid:dbad4ae9-9afc-44a0-887a-27a78470b975
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6aed3e5b-3c3a-4dd7-adde-62ca74febf98
ModelInvariantUuid:d14acdb7-5530-4a68-8a97-e6240fd9d17e
ModelName:Vfw69eec8842673.compute.nodes.heat.vfw
ModelUuid:e6397670-4490-4619-ab4c-b23813c47d90
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:32f2a6a2-eed7-45b7-84a6-3ff3618262d5
ModelInvariantUuid:c47e06a2-bd55-415f-8094-85933d062df0
ModelName:vFW 69eec884-2673-nodes.vsnCvfc
ModelUuid:e04440be-2f64-4099-8fd2-7dcbd5d4f999
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:bad347e2-315e-4cb6-9c30-498398f5cdad
ModelInvariantUuid:43422569-c1a3-459f-bef9-49b52a6b337a
ModelName:Vfw69eec8842673.compute.nodes.heat.vsn
ModelUuid:3225586d-357f-409b-ace6-d26c6c25c372
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ba8df7dc-f706-425e-97f7-95f0668fecbf
ModelInvariantUuid:b08e381c-df03-4738-a73e-ab6683c91b54
ModelName:vFW 69eec884-2673-nodes.vpgCvfc
ModelUuid:85911cc1-d1bc-48e7-a446-099880c3618a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c078805b-177b-44b1-a4b3-2736088174ad
ModelInvariantUuid:c5a6755c-4a54-4d70-b975-e265e29c1824
ModelName:Vfw69eec8842673.compute.nodes.heat.vpg
ModelUuid:c160bf86-90b2-48dd-91c1-1611a4686917
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T08:06:23.751Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ef78d931-516d-46f8-9d24-d93b82dfb38e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:06:23.754Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||vFW 69eec884-2673 0
2022-06-16T08:06:23.754Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef78d931-516d-46f8-9d24-d93b82dfb38e
2022-06-16T08:06:23.754Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d131f324-4259-46cb-93e1-04edcdab7e8d from URL: /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json
2022-06-16T08:06:23.754Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:06:23.754Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json
2022-06-16T08:06:23.833Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:06:23.834Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json d131f324-4259-46cb-93e1-04edcdab7e8d 785
2022-06-16T08:06:23.834Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json ASDC sendASDCNotification
2022-06-16T08:06:23.834Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json
2022-06-16T08:06:23.834Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:06:23.834Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:23.837Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:23.837Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366783834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:06:23.937Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:23.938Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:23.938Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:23.953Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:23.953Z||pool-167-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:06:24.838Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw69eec8842673..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cef77dd4-eb91-4556-8cb0-ad2b5ade5cd7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eaa59d65-408e-4a7c-af10-87491f953fe1",
    "vfModuleModelCustomizationUUID": "f60203a2-45c0-4a94-89c1-6634e310ee8f",
    "isBase": true,
    "artifacts": [
      "1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7",
      "569ec214-8be0-497e-ae06-5fc32de21b3c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T08:06:24.842Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw69eec8842673..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eaa59d65-408e-4a7c-af10-87491f953fe1
VfModuleModelInvariantUUID:cef77dd4-eb91-4556-8cb0-ad2b5ade5cd7
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7
,
569ec214-8be0-497e-ae06-5fc32de21b3c

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

isBase:true


}

2022-06-16T08:06:24.846Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw69eec8842673..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cef77dd4-eb91-4556-8cb0-ad2b5ade5cd7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eaa59d65-408e-4a7c-af10-87491f953fe1",
    "vfModuleModelCustomizationUUID": "f60203a2-45c0-4a94-89c1-6634e310ee8f",
    "isBase": true,
    "artifacts": [
      "1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7",
      "569ec214-8be0-497e-ae06-5fc32de21b3c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T08:06:24.846Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw69eec8842673..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eaa59d65-408e-4a7c-af10-87491f953fe1
VfModuleModelInvariantUUID:cef77dd4-eb91-4556-8cb0-ad2b5ade5cd7
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7
,
569ec214-8be0-497e-ae06-5fc32de21b3c

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

isBase:true


}

2022-06-16T08:06:24.846Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7 from URL: /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml
2022-06-16T08:06:24.846Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:06:24.846Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml
2022-06-16T08:06:24.903Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:06:24.904Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml 1c816968-79dd-4ceb-b2ee-76b1d3e3f2b7 20368
2022-06-16T08:06:24.905Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T08:06:24.905Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml
2022-06-16T08:06:24.905Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:06:24.905Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:24.907Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:24.907Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366784905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:06:25.007Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:25.008Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:25.009Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:25.023Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:25.024Z||pool-168-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:25.908Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 569ec214-8be0-497e-ae06-5fc32de21b3c from URL: /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env
2022-06-16T08:06:25.908Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:06:25.909Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env
2022-06-16T08:06:25.968Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:06:25.969Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env 569ec214-8be0-497e-ae06-5fc32de21b3c 2098
2022-06-16T08:06:25.969Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T08:06:25.969Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env
2022-06-16T08:06:25.970Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:06:25.970Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:25.972Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:25.972Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366785969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:06:26.073Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:26.074Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:26.074Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:26.098Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:26.099Z||pool-169-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:26.973Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bcc99fd0-8eb7-497e-aa99-96d3da728aa7
2022-06-16T08:06:26.973Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 69eec884-2673 0 ef78d931-516d-46f8-9d24-d93b82dfb38e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:06:26.989Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d3f144e, org.onap.sdc.toscaparser.api.parameters.Input@6faa07a2, org.onap.sdc.toscaparser.api.parameters.Input@7dc43fab, org.onap.sdc.toscaparser.api.parameters.Input@759f0874, org.onap.sdc.toscaparser.api.parameters.Input@5027efed]
2022-06-16T08:06:26.991Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:26.991Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:26.991Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-16T08:06:26.991Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a
2022-06-16T08:06:26.992Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a matches Tosca VF Customization UUID: 71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a
2022-06-16T08:06:26.992Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T08:06:26.997Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:26.997Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:26.998Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-16T08:06:26.998Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e3b54c0
2022-06-16T08:06:26.998Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:26.999Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T08:06:26.999Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f60203a2-45c0-4a94-89c1-6634e310ee8f
2022-06-16T08:06:26.999Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f60203a2-45c0-4a94-89c1-6634e310ee8f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T08:06:27.001Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.002Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:27.002Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:06:27.002Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.002Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:27.002Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:06:27.002Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.003Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is not matching search criteria
2022-06-16T08:06:27.003Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:06:27.003Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T08:06:27.003Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:06:27.003Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:06:27.003Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:06:27.003Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:27.004Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:27.004Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:06:27.004Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:27.004Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:06:27.004Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:27.004Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c94e83a4-9f77-4ea2-b276-71c28c065f4d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T08:06:27.006Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.006Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:27.006Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:06:27.007Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.007Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is not matching search criteria
2022-06-16T08:06:27.007Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:06:27.007Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:06:27.007Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:27.007Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:27.007Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:27.008Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:06:27.008Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:06:27.008Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T08:06:27.008Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:06:27.008Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:27.008Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:06:27.008Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:27.009Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32f2a6a2-eed7-45b7-84a6-3ff3618262d5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T08:06:27.010Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.010Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:27.010Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:06:27.010Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.011Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is not matching search criteria
2022-06-16T08:06:27.011Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:06:27.011Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:06:27.011Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:27.012Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:27.013Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:06:27.013Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:06:27.013Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:06:27.013Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:06:27.013Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:06:27.013Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:06:27.014Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:06:27.014Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T08:06:27.014Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ba8df7dc-f706-425e-97f7-95f0668fecbf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T08:06:27.016Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.017Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:27.017Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:06:27.017Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.017Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Node template vFW 69eec884-2673 0 is matching search criteria
2022-06-16T08:06:27.017Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 69eec884-2673 0] matching following query criteria: sdcType=VF, customizationUUID=71bde8d4-06bf-4e45-ad5a-c4e02dfeca0a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:06:27.019Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.019Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:27.019Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bcc99fd0-8eb7-497e-aa99-96d3da728aa7: vFW 69eec884-2673
2022-06-16T08:06:27.019Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.019Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:27.019Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.020Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:27.020Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.020Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:27.020Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.020Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:27.020Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:06:27.021Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-35-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:06:27.021Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-16 07-35-19 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:06:27.143Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 69eec884-2673 ef78d931-516d-46f8-9d24-d93b82dfb38e 1 ASDC deployResourceStructure
2022-06-16T08:06:27.143Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json ASDC sendASDCNotification
2022-06-16T08:06:27.144Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json
2022-06-16T08:06:27.144Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:06:27.145Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:27.147Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:27.147Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366787143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T08:06:27.247Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:27.248Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:27.248Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:27.261Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:27.261Z||pool-170-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:28.148Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T08:06:28.148Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml
2022-06-16T08:06:28.148Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:06:28.149Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:28.151Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:28.151Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366788148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T08:06:28.251Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:28.252Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:28.252Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:28.307Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:28.308Z||pool-171-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:06:29.152Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T08:06:29.152Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env
2022-06-16T08:06:29.153Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:06:29.153Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:29.155Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:29.155Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366789152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T08:06:29.255Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:29.256Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:29.256Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:29.269Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:29.270Z||pool-172-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:06:30.156Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar ASDC sendASDCNotification
2022-06-16T08:06:30.156Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar
2022-06-16T08:06:30.156Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:06:30.157Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:06:30.159Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:06:30.160Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366790156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:06:30.260Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:06:30.261Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:06:30.261Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:06:30.278Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:06:30.279Z||pool-173-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:06:31.160Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:06:31.170Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:06:31.173Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:06:31.173Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:06:31.173Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:06:31.173Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:07:01.173Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:07:01.187Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:07:01.190Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:07:01.190Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:07:01.190Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:07:01.190Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:07:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:07:21.899Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:07:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:07:22.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:07:22.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:07:22.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366783834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366784905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366785969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:07:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366787143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/vfw69eec88426730_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366788148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366789152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/resourceInstances/vfw69eec88426730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366790156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616073519/1.0/artifacts/service-Vfw20220616073519-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:07:22.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:07:31.190Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:07:31.207Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:07:31.209Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:07:31.209Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:07:31.209Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:07:31.210Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:08:01.210Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:08:01.221Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:08:01.225Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:08:01.225Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:08:01.225Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:08:01.225Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:08:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:08:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:08:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:08:31.226Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:08:31.237Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:08:31.240Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:08:31.240Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:08:31.240Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:08:31.240Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:08:31.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:09:01.241Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:09:01.254Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:09:01.256Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:09:01.257Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:09:01.257Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:09:01.257Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:09:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:09:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:09:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:09:31.258Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:09:31.272Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:09:31.274Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:09:31.274Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:09:31.274Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:09:31.275Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:09:31.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:10:01.275Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:10:01.286Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:10:01.288Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:10:01.288Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:10:01.288Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:10:01.288Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:10:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:10:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:10:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:10:31.289Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:10:31.301Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:10:31.303Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:10:31.303Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:10:31.304Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:10:31.304Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:10:31.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:01.304Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:11:01.315Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:11:01.318Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:11:01.318Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:11:01.318Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:11:01.318Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:11:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:11:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:11:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:31.319Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T08:11:31.319Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T08:11:31.327Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766c6028-15fe-4a5f-8a50-a8d5cdd7db01 and serviceModelVersionId: bcc99fd0-8eb7-497e-aa99-96d3da728aa7
2022-06-16T08:11:31.327Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18d1af6e-9546-4178-8a7c-c061f9a34d8c
2022-06-16T08:11:31.329Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18d1af6e-9546-4178-8a7c-c061f9a34d8c/model-vers/model-ver/bcc99fd0-8eb7-497e-aa99-96d3da728aa7?depth=0
2022-06-16T08:11:31.339Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T08:11:31.391Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d1af6e-9546-4178-8a7c-c061f9a34d8c/model-vers/model-ver/bcc99fd0-8eb7-497e-aa99-96d3da728aa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-16T08:11:31.394Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d1af6e-9546-4178-8a7c-c061f9a34d8c/model-vers/model-ver/bcc99fd0-8eb7-497e-aa99-96d3da728aa7?depth=0|INFO|500||Invoke
2022-06-16T08:11:31.421Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d1af6e-9546-4178-8a7c-c061f9a34d8c/model-vers/model-ver/bcc99fd0-8eb7-497e-aa99-96d3da728aa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T08:11:31.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:31.527Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d1af6e-9546-4178-8a7c-c061f9a34d8c/model-vers/model-ver/bcc99fd0-8eb7-497e-aa99-96d3da728aa7?depth=0|INFO|500||InvokeReturn
2022-06-16T08:11:31.527Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d1af6e-9546-4178-8a7c-c061f9a34d8c/model-vers/model-ver/bcc99fd0-8eb7-497e-aa99-96d3da728aa7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-08:11:31:348-25932], vertex-id=[557264], Content-Length=[0], Date=[Thu, 16 Jun 2022 08:11:31 GMT], Content-Type=[application/json]}
2022-06-16T08:11:31.528Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-16T08:11:31.529Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T08:11:31.529Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:11:31.535Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T08:11:31.536Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766c6028-15fe-4a5f-8a50-a8d5cdd7db01 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T08:11:31.536Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T08:11:31.537Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:31.540Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:31.540Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367091536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:11:31.640Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:11:31.641Z||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-06-16T08:11:31.641Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:31.665Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:31.666Z||pool-174-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:11:32.556Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T08:11:32.556Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ef01bbb-a667-4492-85bb-1df2452430fd","serviceName":"Demo_pNF_Jd0OprpNlsbklVtONplA","serviceVersion":"1.0","serviceUUID":"06092e35-ce75-4ac1-8ada-a7a33a4ea684","serviceDescription":"catalog service description","serviceInvariantUUID":"409bd26c-b963-40da-87b9-62b0f37baad6","resources":[{"resourceInstanceName":"pNF 9fd70606-b611 0","resourceName":"pNF 9fd70606-b611","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"23f03d15-d744-4e74-8585-e33f585a0a79","resourceInvariantUUID":"5ca031a4-0ff6-410d-8a31-ff6a7c00318b","resourceCustomizationUUID":"ef876207-d970-49ab-b0ba-5e110ffa2927","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml","artifactChecksum":"MmQyM2Y2ZWY4MzI5MmU3NDc2YWNjNDllMTRhODdmYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed4246b2-e5e0-40c8-8fc8-c8d1b9698736","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar","artifactChecksum":"NjIwZmE2Yzg2YmI1ZWUzOWUxMTAwOTJiYmQ2MWRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ad7534f-82c2-4e66-bb1b-61f8f8529f32","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"824cdab0-febd-42e9-825b-ce816cfaf403","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml","artifactChecksum":"Y2JjMWJkNWQ3NWIwYWJiODE3NzE1MmIxZjQ0YjM2Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7007ec94-dbcd-4eaa-848f-e581905e140c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"817832a4-196f-4982-8d0f-2177fb4854bf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d316050a-f678-449c-a7b3-55f568aeb3be","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJd0oprpnlsbklvtonpla-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml","artifactChecksum":"ZTNiNDc2ZjJlYTJjMzMxOTJhNDBkNjFhZTAxMjA0ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44d763b8-c91f-48df-b2f8-5a3e761844a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar","artifactChecksum":"NDU3ZmQzMDE3OTJhNjAxZDAzMmJjYjlhMzEwZTU2ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c52d4081-bbe9-438b-9a33-2ce2077b0c2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T08:11:32.557Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:11:32.557Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:32.559Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:32.559Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:11:32.659Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:11:32.660Z||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-06-16T08:11:32.660Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:32.674Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:32.675Z||pool-175-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:11:33.560Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:11:33.561Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:33.563Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:33.563Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:11:33.669Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-16T08:11:33.671Z||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-06-16T08:11:33.671Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:33.694Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:33.696Z||pool-176-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:11:34.564Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:11:34.564Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:34.567Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:34.567Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:11:34.667Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:11:34.668Z||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-06-16T08:11:34.668Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:34.682Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:34.683Z||pool-177-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:11:35.568Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:11:35.569Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:35.572Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:35.573Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:11:35.672Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:11:35.673Z||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-06-16T08:11:35.674Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:35.689Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:35.690Z||pool-178-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:11:36.574Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:11:36.575Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:36.577Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:36.577Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:11:36.678Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:11:36.679Z||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-06-16T08:11:36.679Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:36.696Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:36.696Z||pool-179-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:11:37.578Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:11:37.579Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:37.582Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:37.582Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:11:37.683Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:11:37.684Z||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-06-16T08:11:37.684Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:37.720Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:37.720Z||pool-180-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:11:38.583Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:11:38.595Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:38.599Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:38.599Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:11:38.698Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T08:11:38.699Z||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-06-16T08:11:38.700Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:38.716Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:38.717Z||pool-181-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:11:39.600Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:11:39.600Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:39.602Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:39.602Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:11:39.702Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:11:39.705Z||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-06-16T08:11:39.705Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:39.724Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:39.724Z||pool-182-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:11:40.603Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "serviceName": "Demo_pNF_Jd0OprpNlsbklVtONplA",
  "serviceVersion": "1.0",
  "serviceUUID": "06092e35-ce75-4ac1-8ada-a7a33a4ea684",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "409bd26c-b963-40da-87b9-62b0f37baad6",
  "resources": [
    {
      "resourceInstanceName": "pNF 9fd70606-b611 0",
      "resourceCustomizationUUID": "ef876207-d970-49ab-b0ba-5e110ffa2927",
      "resourceName": "pNF 9fd70606-b611",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "23f03d15-d744-4e74-8585-e33f585a0a79",
      "resourceInvariantUUID": "5ca031a4-0ff6-410d-8a31-ff6a7c00318b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
      "artifactChecksum": "NDU3ZmQzMDE3OTJhNjAxZDAzMmJjYjlhMzEwZTU2ZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c52d4081-bbe9-438b-9a33-2ce2077b0c2b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T08:11:40.606Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T08:11:40.607Z|766c6028-15fe-4a5f-8a50-a8d5cdd7db01|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 06092e35-ce75-4ac1-8ada-a7a33a4ea684 ASDC
2022-06-16T08:11:40.607Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3ef01bbb-a667-4492-85bb-1df2452430fd
ServiceName:Demo_pNF_Jd0OprpNlsbklVtONplA
ServiceVersion:1.0
ServiceUUID:06092e35-ce75-4ac1-8ada-a7a33a4ea684
ServiceInvariantUUID:409bd26c-b963-40da-87b9-62b0f37baad6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
ArtifactUUID:c52d4081-bbe9-438b-9a33-2ce2077b0c2b
ArtifactChecksum:NDU3ZmQzMDE3OTJhNjAxZDAzMmJjYjlhMzEwZTU2ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9fd70606-b611 0
ResourceCustomizationUUID:ef876207-d970-49ab-b0ba-5e110ffa2927
ResourceInvariantUUID:5ca031a4-0ff6-410d-8a31-ff6a7c00318b
ResourceName:pNF 9fd70606-b611
ResourceType:PNF
ResourceUUID:23f03d15-d744-4e74-8585-e33f585a0a79
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-16T08:11:40.608Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06092e35-ce75-4ac1-8ada-a7a33a4ea684 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:11:40.639Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:11:40.640Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:11:40.640Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:11:40.640Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c52d4081-bbe9-438b-9a33-2ce2077b0c2b from URL: /sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:40.640Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:11:40.640Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:40.784Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:11:40.788Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar c52d4081-bbe9-438b-9a33-2ce2077b0c2b 82646
2022-06-16T08:11:40.788Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar ASDC sendASDCNotification
2022-06-16T08:11:40.788Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:40.789Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:11:40.789Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:40.791Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:40.791Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367100788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:11:40.891Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:11:40.892Z||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-06-16T08:11:40.892Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:40.906Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:40.907Z||pool-183-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:11:41.792Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:11:41.793Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:11:41.793Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c52d4081-bbe9-438b-9a33-2ce2077b0c2b, URL: /sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar to file: /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:41.794Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:41.795Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:41.795Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.011Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6163943015588242875/Definitions/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml
2022-06-16T08:11:42.809Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9fd70606-b611 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-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.810Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.811Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:11:42.811Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.811Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.811Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Node template pNF 9fd70606-b611 0 is matching search criteria
2022-06-16T08:11:42.811Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:11:42.812Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9fd70606-b611 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:11:42.812Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.812Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.812Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Node template pNF 9fd70606-b611 0 is matching search criteria
2022-06-16T08:11:42.812Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:11:42.812Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9fd70606-b611 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:11:42.812Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.812Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.813Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.813Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.813Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.813Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.813Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.813Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.813Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.813Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.814Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Jd0OprpNlsbklVtONplA
Description:catalog service description
Model UUID:06092e35-ce75-4ac1-8ada-a7a33a4ea684
Model Version:NULL
Model InvariantUuid:409bd26c-b963-40da-87b9-62b0f37baad6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T08:11:42.823Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 23f03d15-d744-4e74-8585-e33f585a0a79
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:11:42.826Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||pNF 9fd70606-b611 0
2022-06-16T08:11:42.826Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 23f03d15-d744-4e74-8585-e33f585a0a79
2022-06-16T08:11:42.826Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 06092e35-ce75-4ac1-8ada-a7a33a4ea684
2022-06-16T08:11:42.826Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 06092e35-ce75-4ac1-8ada-a7a33a4ea684
2022-06-16T08:11:42.826Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9fd70606-b611 0 23f03d15-d744-4e74-8585-e33f585a0a79 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:11:42.829Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@505d9f66, org.onap.sdc.toscaparser.api.parameters.Input@533b29d, org.onap.sdc.toscaparser.api.parameters.Input@39c16816, org.onap.sdc.toscaparser.api.parameters.Input@52b9c03b, org.onap.sdc.toscaparser.api.parameters.Input@6ea3d3a5]
2022-06-16T08:11:42.830Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.830Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.830Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 06092e35-ce75-4ac1-8ada-a7a33a4ea684: pNF 9fd70606-b611
2022-06-16T08:11:42.830Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||Processing PNF resource: 23f03d15-d744-4e74-8585-e33f585a0a79
2022-06-16T08:11:42.830Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:11:42.831Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Jd0OprpNlsbklVtONplA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:11:42.831Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||Resource customization UUID: ef876207-d970-49ab-b0ba-5e110ffa2927 is the same as notified resource customizationUUID: ef876207-d970-49ab-b0ba-5e110ffa2927
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-16T08:11:42.859Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9fd70606-b611 23f03d15-d744-4e74-8585-e33f585a0a79 0 ASDC deployResourceStructure
2022-06-16T08:11:42.859Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar ASDC sendASDCNotification
2022-06-16T08:11:42.859Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar
2022-06-16T08:11:42.859Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:11:42.860Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:11:42.861Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:11:42.861Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367102859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:11:42.962Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:11:42.963Z||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-06-16T08:11:42.963Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:11:42.985Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:11:42.986Z||pool-184-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:11:43.862Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:11:43.873Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:11:43.875Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:11:43.875Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:11:43.875Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:11:43.875Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:12:13.876Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:12:13.890Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:12:13.892Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:12:13.892Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:12:13.892Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:12:13.893Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:12:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:12:21.897Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:12:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:12:22.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:12:22.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "766c6028-15fe-4a5f-8a50-a8d5cdd7db01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367091536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:12:22.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:12:22.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:12:22.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:12:22.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:12:22.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:12:22.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:12:22.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/resourceInstances/pnf9fd70606b6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367100788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:12:22.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:12:22.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T08:12:22.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367102859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJd0oprpnlsbklvtonpla/1.0/artifacts/service-DemoPnfJd0oprpnlsbklvtonpla-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:12:22.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:12:43.893Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:12:43.905Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:12:43.907Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:12:43.907Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:12:43.907Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:12:43.907Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:13:13.908Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:13:13.923Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:13:13.927Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:13:13.927Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:13:13.927Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:13:13.927Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:13:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:13:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:13:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:13:31.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:13:43.927Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:13:43.940Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:13:43.942Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:13:43.942Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:13:43.942Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:13:43.942Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:14:13.942Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:14:13.953Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:14:13.955Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:14:13.955Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:14:13.955Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:14:13.955Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:14:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:14:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:14:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:14:22.040Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:14:22.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367242910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367242910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367242910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367242910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367242910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367247951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367249214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367242910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367232946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367247951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367249214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367242910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367250335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367247951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367249214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367242910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:14:22.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367251354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T08:14:22.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:14:22.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367247951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367249214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367244100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:14:22.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367251759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:14:22.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:14:22.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367252360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:14:22.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 43cd4369-177e-4614-ab90-177cc3c83bf8
2022-06-16T08:14:22.072Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cd4369-177e-4614-ab90-177cc3c83bf8 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:14:22.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367247951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367249214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "cds",
  "timestamp": 1655367252767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:14:22.089Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43cd4369-177e-4614-ab90-177cc3c83bf8
2022-06-16T08:14:22.090Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cd4369-177e-4614-ab90-177cc3c83bf8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:14:22.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367253250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:14:22.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:14:22.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367247951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367249214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367254274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:14:22.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:14:22.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367247951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367249214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "policy-id",
  "timestamp": 1655367255289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:14:22.108Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43cd4369-177e-4614-ab90-177cc3c83bf8
2022-06-16T08:14:22.108Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cd4369-177e-4614-ab90-177cc3c83bf8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:14:22.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367247951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:14:22.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367249214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:14:22.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/resourceInstances/pnf9eea4b48a5330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367258001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:14:22.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:14:22.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367250432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:14:22.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367257910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367253364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367257910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vfwa37c92b339410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:22.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:14:22.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367253364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vfwa37c92b339410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:14:22.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:14:43.955Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:14:43.967Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:14:43.971Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:14:43.971Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:14:43.971Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:14:43.971Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:15:13.972Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:15:13.984Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:15:13.986Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:15:13.986Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:15:13.986Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:15:13.986Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:15:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:15:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:15:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:15:21.925Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:15:21.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:15:21.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367257910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:15:21.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:15:43.987Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:15:43.998Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:15:44.000Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:15:44.000Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:15:44.000Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:15:44.000Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:16:14.001Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:16:14.012Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:16:14.014Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:16:14.014Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:16:14.015Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:16:14.015Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:16:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:16:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:16:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:21.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:21.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:16:21.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367253364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:16:21.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:16:44.015Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T08:16:44.016Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ef01bbb-a667-4492-85bb-1df2452430fd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T08:16:44.024Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ef01bbb-a667-4492-85bb-1df2452430fd and serviceModelVersionId: 06092e35-ce75-4ac1-8ada-a7a33a4ea684
2022-06-16T08:16:44.024Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 409bd26c-b963-40da-87b9-62b0f37baad6
2022-06-16T08:16:44.026Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/409bd26c-b963-40da-87b9-62b0f37baad6/model-vers/model-ver/06092e35-ce75-4ac1-8ada-a7a33a4ea684?depth=0
2022-06-16T08:16:44.034Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T08:16:44.099Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409bd26c-b963-40da-87b9-62b0f37baad6/model-vers/model-ver/06092e35-ce75-4ac1-8ada-a7a33a4ea684?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-16T08:16:44.102Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409bd26c-b963-40da-87b9-62b0f37baad6/model-vers/model-ver/06092e35-ce75-4ac1-8ada-a7a33a4ea684?depth=0|INFO|500||Invoke
2022-06-16T08:16:44.128Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409bd26c-b963-40da-87b9-62b0f37baad6/model-vers/model-ver/06092e35-ce75-4ac1-8ada-a7a33a4ea684?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T08:16:44.217Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409bd26c-b963-40da-87b9-62b0f37baad6/model-vers/model-ver/06092e35-ce75-4ac1-8ada-a7a33a4ea684?depth=0|INFO|500||InvokeReturn
2022-06-16T08:16:44.218Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409bd26c-b963-40da-87b9-62b0f37baad6/model-vers/model-ver/06092e35-ce75-4ac1-8ada-a7a33a4ea684?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220616-08:16:44:041-32477], vertex-id=[229592], Content-Length=[0], Date=[Thu, 16 Jun 2022 08:16:44 GMT], Content-Type=[application/json]}
2022-06-16T08:16:44.219Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-16T08:16:44.219Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T08:16:44.219Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:16:44.223Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T08:16:44.223Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ef01bbb-a667-4492-85bb-1df2452430fd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T08:16:44.224Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T08:16:44.224Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:44.226Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:44.226Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367404224,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:16:44.327Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:16:44.328Z||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-06-16T08:16:44.328Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:44.343Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:44.344Z||pool-185-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:16:45.242Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T08:16:45.243Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a","serviceName":"vFW 2022-06-16 07-46-00","serviceVersion":"1.0","serviceUUID":"332f421c-a537-4bbf-b0d4-3422b5152652","serviceDescription":"catalog service description","serviceInvariantUUID":"b649081f-3829-454a-9a44-176b4fa31fab","resources":[{"resourceInstanceName":"vFW 6eb792b3-f312 0","resourceName":"vFW 6eb792b3-f312","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20624ec1-e3e6-47f8-a687-54ef31d55735","resourceInvariantUUID":"48fad21f-6318-4377-b157-72bf3e498ece","resourceCustomizationUUID":"b0dea15d-827d-4d6b-bb80-9beea9d32af7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml","artifactChecksum":"YTZlODY0MDVkNGVkNzdjNTBhYmM0MWNmOTJlOGExMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4727294-51dd-4705-8123-6210c82bc0e9","artifactVersion":"1"},{"artifactName":"vfw6eb792b3f3120_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json","artifactChecksum":"NzQ4NzdlOGViYTFkNDYwZTk2NjU4YTc5N2E3MmM1ZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb3b6f12-4c0b-4dda-9502-5f27950f9b13","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"388819c2-be14-4cf5-b7de-e5b78c6fcb3c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml","artifactChecksum":"NmE2Mzc2OGY3ZTNhMTFiMTZiODNhZDQxOGJjNzRiNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"133a9a1e-38a9-4694-b970-67e450125886","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf","artifactVersion":"2","generatedFromUUID":"388819c2-be14-4cf5-b7de-e5b78c6fcb3c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616074600-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml","artifactChecksum":"ODFlM2M3ODQ1MDY1NGYzZjg3YzExY2YzN2VkODAzNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64239373-1b35-4b12-a536-27fe0728aabd","artifactVersion":"1"},{"artifactName":"service-Vfw20220616074600-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar","artifactChecksum":"NTQ3YTcyZWNhMzQ4OTdmZTk4MWI2YmVlMTFlNTEyMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23f6912f-6116-4e60-96dc-a0e822c89b3b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T08:16:45.244Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:16:45.244Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:45.247Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:45.247Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:16:45.347Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:16:45.348Z||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-06-16T08:16:45.349Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:45.365Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:45.366Z||pool-186-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:16:46.248Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:16:46.248Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:46.251Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:46.251Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:16:46.351Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:16:46.352Z||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-06-16T08:16:46.352Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:46.369Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:46.369Z||pool-187-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:16:47.251Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:16:47.252Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:47.253Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:47.254Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:16:47.354Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:16:47.355Z||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-06-16T08:16:47.355Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:47.372Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:47.372Z||pool-188-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:16:48.254Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:16:48.254Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:48.257Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:48.257Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:16:48.357Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:16:48.358Z||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-06-16T08:16:48.359Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:48.374Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:48.375Z||pool-189-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:16:49.258Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:16:49.258Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:49.261Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:49.262Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T08:16:49.361Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:16:49.362Z||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-06-16T08:16:49.363Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:49.380Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:49.380Z||pool-190-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:16:50.262Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:16:50.263Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:50.265Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:50.266Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:16:50.366Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:16:50.367Z||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-06-16T08:16:50.367Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:50.383Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:50.384Z||pool-191-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:16:51.266Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:16:51.267Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:51.269Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:51.269Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:16:51.370Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:16:51.371Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:16:51.371Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:51.386Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:51.387Z||pool-192-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:16:52.270Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "serviceName": "vFW 2022-06-16 07-46-00",
  "serviceVersion": "1.0",
  "serviceUUID": "332f421c-a537-4bbf-b0d4-3422b5152652",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b649081f-3829-454a-9a44-176b4fa31fab",
  "resources": [
    {
      "resourceInstanceName": "vFW 6eb792b3-f312 0",
      "resourceCustomizationUUID": "b0dea15d-827d-4d6b-bb80-9beea9d32af7",
      "resourceName": "vFW 6eb792b3-f312",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "20624ec1-e3e6-47f8-a687-54ef31d55735",
      "resourceInvariantUUID": "48fad21f-6318-4377-b157-72bf3e498ece",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6eb792b3f3120_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
          "artifactChecksum": "NzQ4NzdlOGViYTFkNDYwZTk2NjU4YTc5N2E3MmM1ZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb3b6f12-4c0b-4dda-9502-5f27950f9b13",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "388819c2-be14-4cf5-b7de-e5b78c6fcb3c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf",
            "generatedFromUUID": "388819c2-be14-4cf5-b7de-e5b78c6fcb3c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220616074600-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
      "artifactChecksum": "NTQ3YTcyZWNhMzQ4OTdmZTk4MWI2YmVlMTFlNTEyMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "23f6912f-6116-4e60-96dc-a0e822c89b3b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T08:16:52.271Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T08:16:52.271Z|3ef01bbb-a667-4492-85bb-1df2452430fd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 332f421c-a537-4bbf-b0d4-3422b5152652 ASDC
2022-06-16T08:16:52.271Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
ServiceName:vFW 2022-06-16 07-46-00
ServiceVersion:1.0
ServiceUUID:332f421c-a537-4bbf-b0d4-3422b5152652
ServiceInvariantUUID:b649081f-3829-454a-9a44-176b4fa31fab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616074600-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar
ArtifactUUID:23f6912f-6116-4e60-96dc-a0e822c89b3b
ArtifactChecksum:NTQ3YTcyZWNhMzQ4OTdmZTk4MWI2YmVlMTFlNTEyMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6eb792b3-f312 0
ResourceCustomizationUUID:b0dea15d-827d-4d6b-bb80-9beea9d32af7
ResourceInvariantUUID:48fad21f-6318-4377-b157-72bf3e498ece
ResourceName:vFW 6eb792b3-f312
ResourceType:VF
ResourceUUID:20624ec1-e3e6-47f8-a687-54ef31d55735
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6eb792b3f3120_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json
ArtifactUUID:cb3b6f12-4c0b-4dda-9502-5f27950f9b13
ArtifactChecksum:NzQ4NzdlOGViYTFkNDYwZTk2NjU4YTc5N2E3MmM1ZTE=
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/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml
ArtifactUUID:388819c2-be14-4cf5-b7de-e5b78c6fcb3c
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/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env
ArtifactUUID:b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf
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/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env
ArtifactUUID:b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T08:16:52.271Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 332f421c-a537-4bbf-b0d4-3422b5152652 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:16:52.311Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:16:52.312Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:16:52.312Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:16:52.312Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 23f6912f-6116-4e60-96dc-a0e822c89b3b from URL: /sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:52.312Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:16:52.312Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:52.834Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:16:52.838Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar 23f6912f-6116-4e60-96dc-a0e822c89b3b 99016
2022-06-16T08:16:52.838Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar ASDC sendASDCNotification
2022-06-16T08:16:52.838Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:52.838Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:16:52.838Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:52.841Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:52.841Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367412838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:16:52.942Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:16:52.943Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:16:52.943Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:52.982Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:52.983Z||pool-193-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:16:53.842Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:16:53.843Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:16:53.843Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 23f6912f-6116-4e60-96dc-a0e822c89b3b, URL: /sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar to file: /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:53.843Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616074600-csar.csar
2022-06-16T08:16:53.844Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:53.844Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:54.033Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15708855689876691292/Definitions/service-Vfw20220616074600-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-16T08:16:56.546Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T08:16:56.547Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:16:56.547Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.547Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T08:16:56.548Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||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-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.548Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||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-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.548Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.548Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.549Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.549Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||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-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.549Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.549Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.550Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6eb792b3-f312 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-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.550Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.550Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.550Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.550Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616074600-csar.csar
2022-06-16T08:16:56.551Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:16:56.551Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.551Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:56.552Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:56.552Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:16:56.552Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:16:56.553Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.553Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:56.553Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:56.554Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:16:56.554Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:16:56.554Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.555Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:56.555Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.555Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is not matching search criteria
2022-06-16T08:16:56.555Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:16:56.556Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:16:56.556Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.556Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.557Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:16:56.557Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.557Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:16:56.557Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:16:56.558Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:16:56.558Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.558Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.558Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:16:56.559Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.559Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:16:56.559Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.560Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T08:16:56.560Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.560Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T08:16:56.560Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.561Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:56.561Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:16:56.561Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.562Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:56.562Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:16:56.562Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.563Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:56.563Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:16:56.563Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.563Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is not matching search criteria
2022-06-16T08:16:56.564Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:16:56.564Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T08:16:56.564Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:16:56.565Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:16:56.565Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:16:56.565Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.566Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.566Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:16:56.566Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.567Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:16:56.567Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.567Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48e54c4d-d298-4932-88b7-630116f4533e
2022-06-16T08:16:56.568Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.568Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is not matching search criteria
2022-06-16T08:16:56.568Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:16:56.568Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:16:56.569Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.569Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.569Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:16:56.570Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.570Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:16:56.570Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T08:16:56.570Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:16:56.571Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.571Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:16:56.571Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.572Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a9f91bfb-f357-4a66-8391-cbabb423a54d
2022-06-16T08:16:56.572Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.572Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is not matching search criteria
2022-06-16T08:16:56.572Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:16:56.573Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:16:56.573Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.573Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.574Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:16:56.574Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.574Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:16:56.574Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:16:56.575Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:16:56.575Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:56.575Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:56.575Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T08:16:56.576Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=162932bb-58ea-486a-8cbd-05e0e1d2944e
2022-06-16T08:16:56.576Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.577Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:56.577Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.577Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:56.577Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.578Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:56.578Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:56.578Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:56.578Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-16 07-46-00
Description:catalog service description
Model UUID:332f421c-a537-4bbf-b0d4-3422b5152652
Model Version:NULL
Model InvariantUuid:b649081f-3829-454a-9a44-176b4fa31fab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6eb792b3-f312
Model UUID:c74b1461-99c2-4975-ab29-a35c3b95bc98
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:48fad21f-6318-4377-b157-72bf3e498ece
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0dea15d-827d-4d6b-bb80-9beea9d32af7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:820d0162-e767-40c6-90df-435fa2e1e460
ModelName:Vfw6eb792b3F312..base_vfw..module-0
ModelUuid:55d5dcee-c505-49ed-9911-796af773df54
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:48e54c4d-d298-4932-88b7-630116f4533e
ModelInvariantUuid:b0c53dbe-ccd2-4f47-ae9d-936dc2daa0d0
ModelName:vFW 6eb792b3-f312-nodes.vfwCvfc
ModelUuid:f6ba4acd-b64c-4d88-bb8a-8c798b619e28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8ff96390-639d-45b5-8192-65c335bfa6f7
ModelInvariantUuid:2b0f5656-89f4-483c-8385-c189b113e35f
ModelName:Vfw6eb792b3F312.compute.nodes.heat.vfw
ModelUuid:7503d2a2-4b5f-4362-bf53-a58ea6ecdf82
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a9f91bfb-f357-4a66-8391-cbabb423a54d
ModelInvariantUuid:2e557577-801c-465b-8d51-50783321af53
ModelName:vFW 6eb792b3-f312-nodes.vsnCvfc
ModelUuid:3e6776f2-fe1c-4d98-9b1f-735d0ea73647
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:aa8f2335-6de4-4e6f-8abf-d943a62c115a
ModelInvariantUuid:aae98ed4-76db-46ac-b9fb-3444a61a88d0
ModelName:Vfw6eb792b3F312.compute.nodes.heat.vsn
ModelUuid:87297d15-b5a5-4777-b21c-4da12fbf637c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:162932bb-58ea-486a-8cbd-05e0e1d2944e
ModelInvariantUuid:206e99d9-63e6-4910-bbb6-19822212c1d0
ModelName:vFW 6eb792b3-f312-nodes.vpgCvfc
ModelUuid:ccaae915-77d1-4f36-b8a6-c4fe72f0f823
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3d38abdd-bd81-4ffc-9fd7-a1ccdd88eca5
ModelInvariantUuid:19d266cb-a245-498c-8bc0-ee956937f2d7
ModelName:Vfw6eb792b3F312.compute.nodes.heat.vpg
ModelUuid:6456862c-4fc6-4515-9991-d23946e7ed17
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T08:16:56.583Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 20624ec1-e3e6-47f8-a687-54ef31d55735
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:16:56.585Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||vFW 6eb792b3-f312 0
2022-06-16T08:16:56.586Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20624ec1-e3e6-47f8-a687-54ef31d55735
2022-06-16T08:16:56.586Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb3b6f12-4c0b-4dda-9502-5f27950f9b13 from URL: /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json
2022-06-16T08:16:56.587Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:16:56.587Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json
2022-06-16T08:16:56.688Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:16:56.688Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json cb3b6f12-4c0b-4dda-9502-5f27950f9b13 785
2022-06-16T08:16:56.689Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json ASDC sendASDCNotification
2022-06-16T08:16:56.689Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json
2022-06-16T08:16:56.689Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:16:56.689Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:56.694Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:56.694Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367416689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:16:56.794Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:16:56.794Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:16:56.795Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:56.818Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:56.818Z||pool-194-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:16:57.695Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6eb792b3F312..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "820d0162-e767-40c6-90df-435fa2e1e460",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55d5dcee-c505-49ed-9911-796af773df54",
    "vfModuleModelCustomizationUUID": "4ef1d395-18ef-4c1a-9877-a9867a339f92",
    "isBase": true,
    "artifacts": [
      "388819c2-be14-4cf5-b7de-e5b78c6fcb3c",
      "b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T08:16:57.700Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6eb792b3F312..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55d5dcee-c505-49ed-9911-796af773df54
VfModuleModelInvariantUUID:820d0162-e767-40c6-90df-435fa2e1e460
VfModuleModelDescription:NULL
Artifacts UUID List:{
388819c2-be14-4cf5-b7de-e5b78c6fcb3c
,
b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf

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

isBase:true


}

2022-06-16T08:16:57.705Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6eb792b3F312..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "820d0162-e767-40c6-90df-435fa2e1e460",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55d5dcee-c505-49ed-9911-796af773df54",
    "vfModuleModelCustomizationUUID": "4ef1d395-18ef-4c1a-9877-a9867a339f92",
    "isBase": true,
    "artifacts": [
      "388819c2-be14-4cf5-b7de-e5b78c6fcb3c",
      "b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T08:16:57.705Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6eb792b3F312..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55d5dcee-c505-49ed-9911-796af773df54
VfModuleModelInvariantUUID:820d0162-e767-40c6-90df-435fa2e1e460
VfModuleModelDescription:NULL
Artifacts UUID List:{
388819c2-be14-4cf5-b7de-e5b78c6fcb3c
,
b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf

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

isBase:true


}

2022-06-16T08:16:57.706Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 388819c2-be14-4cf5-b7de-e5b78c6fcb3c from URL: /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml
2022-06-16T08:16:57.706Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:16:57.706Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml
2022-06-16T08:16:57.803Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:16:57.804Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml 388819c2-be14-4cf5-b7de-e5b78c6fcb3c 20368
2022-06-16T08:16:57.804Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T08:16:57.805Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml
2022-06-16T08:16:57.805Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:16:57.805Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:57.807Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:57.807Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367417804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:16:57.912Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-16T08:16:57.913Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:16:57.913Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:57.960Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:57.960Z||pool-195-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:16:58.808Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf from URL: /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env
2022-06-16T08:16:58.808Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:16:58.809Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env
2022-06-16T08:16:58.916Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:16:58.932Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env b53b9cfe-830e-4b8d-9da6-e0dd86bbc6cf 2098
2022-06-16T08:16:58.933Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T08:16:58.933Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env
2022-06-16T08:16:58.933Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:16:58.933Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:16:58.936Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:16:58.936Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367418932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:16:59.036Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:16:59.037Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:16:59.037Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:16:59.054Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:16:59.054Z||pool-196-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:16:59.938Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 332f421c-a537-4bbf-b0d4-3422b5152652
2022-06-16T08:16:59.938Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6eb792b3-f312 0 20624ec1-e3e6-47f8-a687-54ef31d55735 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:16:59.955Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c15f58c, org.onap.sdc.toscaparser.api.parameters.Input@7d463da1, org.onap.sdc.toscaparser.api.parameters.Input@4f8d045e, org.onap.sdc.toscaparser.api.parameters.Input@1cbb1c37, org.onap.sdc.toscaparser.api.parameters.Input@7fe133b9]
2022-06-16T08:16:59.957Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.957Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:59.957Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-16T08:16:59.958Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b0dea15d-827d-4d6b-bb80-9beea9d32af7
2022-06-16T08:16:59.958Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0dea15d-827d-4d6b-bb80-9beea9d32af7 matches Tosca VF Customization UUID: b0dea15d-827d-4d6b-bb80-9beea9d32af7
2022-06-16T08:16:59.958Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b0dea15d-827d-4d6b-bb80-9beea9d32af7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T08:16:59.960Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.961Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:59.962Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b0dea15d-827d-4d6b-bb80-9beea9d32af7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-16T08:16:59.962Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50101319
2022-06-16T08:16:59.962Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.962Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T08:16:59.963Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ef1d395-18ef-4c1a-9877-a9867a339f92
2022-06-16T08:16:59.963Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ef1d395-18ef-4c1a-9877-a9867a339f92
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T08:16:59.966Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.966Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:59.966Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:16:59.967Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.967Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:59.967Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:16:59.967Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.968Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is not matching search criteria
2022-06-16T08:16:59.968Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:16:59.968Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T08:16:59.968Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:16:59.969Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:16:59.969Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:16:59.970Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:59.970Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:59.970Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:16:59.970Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:59.970Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:16:59.971Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:59.971Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48e54c4d-d298-4932-88b7-630116f4533e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T08:16:59.974Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.974Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:59.975Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:16:59.975Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.975Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is not matching search criteria
2022-06-16T08:16:59.975Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:16:59.976Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:16:59.976Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:59.976Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:59.977Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:16:59.977Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:59.977Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:16:59.978Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T08:16:59.978Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T08:16:59.978Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:59.979Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T08:16:59.979Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:59.979Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a9f91bfb-f357-4a66-8391-cbabb423a54d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T08:16:59.984Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.985Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:59.985Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:16:59.985Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.985Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is not matching search criteria
2022-06-16T08:16:59.985Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T08:16:59.986Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T08:16:59.986Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:59.987Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:59.987Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T08:16:59.987Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T08:16:59.987Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T08:16:59.987Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T08:16:59.988Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T08:16:59.988Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T08:16:59.988Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T08:16:59.989Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T08:16:59.989Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=162932bb-58ea-486a-8cbd-05e0e1d2944e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T08:16:59.991Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.992Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:59.992Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:16:59.992Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.992Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Node template vFW 6eb792b3-f312 0 is matching search criteria
2022-06-16T08:16:59.993Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6eb792b3-f312 0] matching following query criteria: sdcType=VF, customizationUUID=b0dea15d-827d-4d6b-bb80-9beea9d32af7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:16:59.994Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.994Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:59.995Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 332f421c-a537-4bbf-b0d4-3422b5152652: vFW 6eb792b3-f312
2022-06-16T08:16:59.995Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.996Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:59.996Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.996Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:59.996Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.997Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:59.997Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.997Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:59.997Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:16:59.997Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-16 07-46-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:16:59.998Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-16 07-46-00 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:17:00.136Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6eb792b3-f312 20624ec1-e3e6-47f8-a687-54ef31d55735 1 ASDC deployResourceStructure
2022-06-16T08:17:00.136Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json ASDC sendASDCNotification
2022-06-16T08:17:00.137Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json
2022-06-16T08:17:00.137Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:17:00.137Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:17:00.139Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:17:00.139Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367420136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:00.239Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:17:00.240Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:17:00.240Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:17:00.259Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:17:00.259Z||pool-197-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:17:01.140Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T08:17:01.141Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml
2022-06-16T08:17:01.141Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:17:01.142Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:17:01.144Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:17:01.144Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367421140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:01.245Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:17:01.246Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:17:01.246Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:17:01.265Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:17:01.266Z||pool-198-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:17:02.145Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T08:17:02.146Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env
2022-06-16T08:17:02.146Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:17:02.147Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:17:02.149Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:17:02.150Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367422145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:02.250Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:17:02.251Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:17:02.251Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:17:02.269Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:17:02.269Z||pool-199-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:17:03.151Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar ASDC sendASDCNotification
2022-06-16T08:17:03.151Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar
2022-06-16T08:17:03.152Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:17:03.152Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:17:03.154Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:17:03.154Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367423151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:03.254Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:17:03.255Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:17:03.255Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:17:03.291Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:17:03.292Z||pool-200-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:17:04.155Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:17:04.166Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:17:04.169Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:17:04.169Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:17:04.169Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:17:04.169Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:17:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:17:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:17:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:17:21.927Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:17:21.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367263437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:21.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:21.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367257910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367253364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "aai-ml",
  "timestamp": 1655367264442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:17:21.938Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43cd4369-177e-4614-ab90-177cc3c83bf8
2022-06-16T08:17:21.938Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cd4369-177e-4614-ab90-177cc3c83bf8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:17:21.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367257910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367253364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367264100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367257910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367253364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367264100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vfwa37c92b339410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367257910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655367253364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367264100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367266442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367264100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "cds",
  "timestamp": 1655367267450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:17:21.965Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4d3c962-898f-488a-8863-a625773383ae
2022-06-16T08:17:21.966Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4d3c962-898f-488a-8863-a625773383ae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:17:21.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367264100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367269228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:17:21.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:21.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367264100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367264100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:17:21.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367270433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:21.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367271912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367270433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vfwa37c92b339410_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367272224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5yk0m16fj0x2ofcy51nj/1.0/artifacts/service-DemoPnf5yk0m16fj0x2ofcy51nj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:21.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367272920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:21.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:21.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367270433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:17:21.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:21.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43cd4369-177e-4614-ab90-177cc3c83bf8",
  "consumerID": "clamp",
  "timestamp": 1655367273245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:17:21.987Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43cd4369-177e-4614-ab90-177cc3c83bf8
2022-06-16T08:17:21.987Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43cd4369-177e-4614-ab90-177cc3c83bf8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:17:21.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:21.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "policy-id",
  "timestamp": 1655367273926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:17:22.001Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4d3c962-898f-488a-8863-a625773383ae
2022-06-16T08:17:22.001Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4d3c962-898f-488a-8863-a625773383ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:17:22.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367270433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367270433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367270433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367270433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367278306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vfwa37c92b339410_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367277949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367279214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367279424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367277949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vfwa37c92b339410_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367279214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vfwa37c92b339410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367280485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:17:22.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:22.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367277949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367279214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367281518,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:17:22.020Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4d3c962-898f-488a-8863-a625773383ae
2022-06-16T08:17:22.020Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4d3c962-898f-488a-8863-a625773383ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-16T08:17:22.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367277949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367279214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655367282521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/vfwa37c92b339410_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:22.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:22.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367277949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367279214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/resourceInstances/vfwa37c92b339410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367277949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367279214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:17:22.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367277949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:17:22.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367279214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:17:22.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:17:22.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367286975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:17:22.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:22.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367291219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:17:22.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:22.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367294219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:22.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:22.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "clamp",
  "timestamp": 1655367295226,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:17:22.039Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4d3c962-898f-488a-8863-a625773383ae
2022-06-16T08:17:22.039Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4d3c962-898f-488a-8863-a625773383ae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:17:22.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367298477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616081321/1.0/artifacts/service-Vfw20220616081321-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:17:22.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:17:22.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:17:22.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4d3c962-898f-488a-8863-a625773383ae",
  "consumerID": "aai-ml",
  "timestamp": 1655367299483,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T08:17:22.057Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4d3c962-898f-488a-8863-a625773383ae
2022-06-16T08:17:22.057Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4d3c962-898f-488a-8863-a625773383ae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:17:34.170Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:17:34.189Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:17:34.191Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:17:34.192Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:17:34.192Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:17:34.193Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:18:04.193Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:18:04.208Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:18:04.210Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:18:04.210Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:18:04.211Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:18:04.211Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:18:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:18:21.898Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:18:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:18:22.427Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:18:22.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ef01bbb-a667-4492-85bb-1df2452430fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367404224,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:18:22.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:22.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:18:22.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:18:22.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-16T08:18:22.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:18:22.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:18:22.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:18:22.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:18:22.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:18:22.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367412838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:18:22.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:22.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367416689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:18:22.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:22.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367417804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:18:22.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:22.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367418932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:18:22.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:22.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367420136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/vfw6eb792b3f3120_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T08:18:22.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:22.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367421140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T08:18:22.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:22.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367422145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/resourceInstances/vfw6eb792b3f3120/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-16T08:18:22.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:22.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:18:22.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367423151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220616074600/1.0/artifacts/service-Vfw20220616074600-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:18:22.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:18:34.211Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:18:34.222Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:18:34.225Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:18:34.225Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:18:34.225Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:18:34.225Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:19:04.226Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:19:04.236Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:19:04.238Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:19:04.239Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:19:04.239Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:19:04.239Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:19:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:19:21.896Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:19:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:19:31.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:19:34.239Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:19:34.259Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:19:34.262Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:19:34.262Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:19:34.262Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:19:34.262Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:20:04.263Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:20:04.275Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:20:04.278Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:20:04.278Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:20:04.278Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:20:04.278Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:20:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:20:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:20:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:20:31.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:20:34.278Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:20:34.290Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:20:34.292Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:20:34.292Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:20:34.292Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:20:34.292Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:21:04.292Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:21:04.305Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:21:04.307Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:21:04.308Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:21:04.308Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:21:04.308Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:21:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:21:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:21:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:21:31.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:21:34.308Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:21:34.321Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:21:34.323Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:21:34.323Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:21:34.323Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:21:34.323Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:22:04.324Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T08:22:04.324Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T08:22:04.330Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a and serviceModelVersionId: 332f421c-a537-4bbf-b0d4-3422b5152652
2022-06-16T08:22:04.330Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b649081f-3829-454a-9a44-176b4fa31fab
2022-06-16T08:22:04.332Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b649081f-3829-454a-9a44-176b4fa31fab/model-vers/model-ver/332f421c-a537-4bbf-b0d4-3422b5152652?depth=0
2022-06-16T08:22:04.341Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T08:22:04.394Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b649081f-3829-454a-9a44-176b4fa31fab/model-vers/model-ver/332f421c-a537-4bbf-b0d4-3422b5152652?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-16T08:22:04.396Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b649081f-3829-454a-9a44-176b4fa31fab/model-vers/model-ver/332f421c-a537-4bbf-b0d4-3422b5152652?depth=0|INFO|500||Invoke
2022-06-16T08:22:04.420Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b649081f-3829-454a-9a44-176b4fa31fab/model-vers/model-ver/332f421c-a537-4bbf-b0d4-3422b5152652?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T08:22:04.557Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b649081f-3829-454a-9a44-176b4fa31fab/model-vers/model-ver/332f421c-a537-4bbf-b0d4-3422b5152652?depth=0|INFO|500||InvokeReturn
2022-06-16T08:22:04.558Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b649081f-3829-454a-9a44-176b4fa31fab/model-vers/model-ver/332f421c-a537-4bbf-b0d4-3422b5152652?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-08:22:04:316-79850], vertex-id=[479360], Content-Length=[0], Date=[Thu, 16 Jun 2022 08:22:04 GMT], Content-Type=[application/json]}
2022-06-16T08:22:04.558Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-16T08:22:04.559Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T08:22:04.559Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:22:04.563Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T08:22:04.564Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T08:22:04.564Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T08:22:04.564Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:04.568Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:04.568Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367724564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:22:04.668Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:22:04.669Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:04.670Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:04.695Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:04.696Z||pool-201-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:22:05.582Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T08:22:05.583Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb1d6b23-6525-47c5-aac6-110f682a43fa","serviceName":"Demo_pNF_Xxd9wDLuOenRZzw9Yoxq","serviceVersion":"1.0","serviceUUID":"fdf3e1f2-9edd-44a4-b153-e459e087086c","serviceDescription":"catalog service description","serviceInvariantUUID":"90903014-b55c-45c1-aa68-4902d373a0a0","resources":[{"resourceInstanceName":"pNF 806dce2d-bea4 0","resourceName":"pNF 806dce2d-bea4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ec056cd-80cb-4b16-a7b0-0e8cee70aad1","resourceInvariantUUID":"f77d35bb-47c9-468d-9277-69d2438b4709","resourceCustomizationUUID":"2c74e713-202f-4bf4-9a30-0a4ed437702a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml","artifactChecksum":"YjA4NGE3MjcwZTM2YjM3MzQ3ZjVkNmJhMjNhYWJlMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"556e8ba9-84ee-41e4-92ae-be417a6d61e2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar","artifactChecksum":"NjIwZmE2Yzg2YmI1ZWUzOWUxMTAwOTJiYmQ2MWRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52f81e61-ee14-4254-9999-e06cd50543fb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e69197f-68d4-400d-819b-594460224682","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml","artifactChecksum":"MjU1Zjc0MzczMzMyODc1YzZkNmRiZWViMGVlNjAwYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eea3a8e6-c571-47d7-a898-125c6ce21d84","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bfb110a1-e3b9-41dc-82d3-71a4da44b8f4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"860cc01d-f066-4835-b79e-ca9e4e00cc2d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml","artifactChecksum":"N2QzYjEyODg4Nzg0OWZlZWE3MWJlZDZjYzc1NTFkZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d040c33-8963-4b5b-83ee-f9cf5c9012d9","artifactVersion":"1"},{"artifactName":"service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar","artifactChecksum":"Yjg4NjhiMmQzY2Y3YjE5MTY2YzEwMWZmZDVlOWI0OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14d6752c-fb6b-4523-96d3-995d614d9986","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T08:22:05.583Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:22:05.584Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:05.586Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:05.586Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:05.686Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:22:05.687Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:05.687Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:05.705Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:05.707Z||pool-202-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:22:06.587Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:22:06.587Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:06.590Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:06.590Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:06.690Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:22:06.691Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:06.691Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:06.707Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:06.708Z||pool-203-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:22:07.591Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:22:07.591Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:07.594Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:07.595Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:07.694Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:22:07.695Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:07.695Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:07.712Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:07.713Z||pool-204-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:22:08.596Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:22:08.596Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:08.599Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:08.599Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:08.699Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:22:08.700Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:08.700Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:08.717Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:08.718Z||pool-205-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:22:09.600Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:22:09.601Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:09.604Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:09.604Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:09.704Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:22:09.705Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:09.705Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:09.722Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:09.722Z||pool-206-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:22:10.605Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:22:10.605Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:10.608Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:10.608Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:10.708Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:22:10.709Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:10.710Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:10.727Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:10.727Z||pool-207-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:22:11.609Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:22:11.609Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:11.612Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:11.612Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:11.714Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-16T08:22:11.716Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:11.716Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:11.744Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:11.745Z||pool-208-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:22:12.613Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:22:12.613Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:12.615Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:12.615Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:22:12.716Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:22:12.716Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:12.717Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:12.732Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:12.733Z||pool-209-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:22:13.616Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "serviceName": "Demo_pNF_Xxd9wDLuOenRZzw9Yoxq",
  "serviceVersion": "1.0",
  "serviceUUID": "fdf3e1f2-9edd-44a4-b153-e459e087086c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "90903014-b55c-45c1-aa68-4902d373a0a0",
  "resources": [
    {
      "resourceInstanceName": "pNF 806dce2d-bea4 0",
      "resourceCustomizationUUID": "2c74e713-202f-4bf4-9a30-0a4ed437702a",
      "resourceName": "pNF 806dce2d-bea4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ec056cd-80cb-4b16-a7b0-0e8cee70aad1",
      "resourceInvariantUUID": "f77d35bb-47c9-468d-9277-69d2438b4709",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
      "artifactChecksum": "Yjg4NjhiMmQzY2Y3YjE5MTY2YzEwMWZmZDVlOWI0OTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "14d6752c-fb6b-4523-96d3-995d614d9986"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T08:22:13.617Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T08:22:13.617Z|7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fdf3e1f2-9edd-44a4-b153-e459e087086c ASDC
2022-06-16T08:22:13.618Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:eb1d6b23-6525-47c5-aac6-110f682a43fa
ServiceName:Demo_pNF_Xxd9wDLuOenRZzw9Yoxq
ServiceVersion:1.0
ServiceUUID:fdf3e1f2-9edd-44a4-b153-e459e087086c
ServiceInvariantUUID:90903014-b55c-45c1-aa68-4902d373a0a0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
ArtifactUUID:14d6752c-fb6b-4523-96d3-995d614d9986
ArtifactChecksum:Yjg4NjhiMmQzY2Y3YjE5MTY2YzEwMWZmZDVlOWI0OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 806dce2d-bea4 0
ResourceCustomizationUUID:2c74e713-202f-4bf4-9a30-0a4ed437702a
ResourceInvariantUUID:f77d35bb-47c9-468d-9277-69d2438b4709
ResourceName:pNF 806dce2d-bea4
ResourceType:PNF
ResourceUUID:1ec056cd-80cb-4b16-a7b0-0e8cee70aad1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-16T08:22:13.620Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdf3e1f2-9edd-44a4-b153-e459e087086c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:22:13.654Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:22:13.655Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:22:13.656Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:22:13.656Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 14d6752c-fb6b-4523-96d3-995d614d9986 from URL: /sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:13.656Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:22:13.656Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:14.200Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:22:14.205Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar 14d6752c-fb6b-4523-96d3-995d614d9986 82651
2022-06-16T08:22:14.205Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar ASDC sendASDCNotification
2022-06-16T08:22:14.206Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:14.206Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:22:14.206Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:14.209Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:14.209Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367734205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:22:14.309Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:22:14.310Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:14.311Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:14.326Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:14.327Z||pool-210-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:22:15.210Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:22:15.211Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:22:15.212Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 14d6752c-fb6b-4523-96d3-995d614d9986, URL: /sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar to file: /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:15.212Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:15.213Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:15.213Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:15.391Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10073170822515386967/Definitions/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml
2022-06-16T08:22:16.450Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T08:22:16.451Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:22:16.451Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.451Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-16T08:22:16.451Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.451Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 806dce2d-bea4 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-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.451Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.451Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.452Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.452Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.452Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.452Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:22:16.452Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.452Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.452Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Node template pNF 806dce2d-bea4 0 is matching search criteria
2022-06-16T08:22:16.452Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:22:16.453Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 806dce2d-bea4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:22:16.453Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.453Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.453Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Node template pNF 806dce2d-bea4 0 is matching search criteria
2022-06-16T08:22:16.453Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:22:16.453Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 806dce2d-bea4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:22:16.454Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.454Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.454Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.454Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.454Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.454Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.454Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.454Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.455Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.455Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.455Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Xxd9wDLuOenRZzw9Yoxq
Description:catalog service description
Model UUID:fdf3e1f2-9edd-44a4-b153-e459e087086c
Model Version:NULL
Model InvariantUuid:90903014-b55c-45c1-aa68-4902d373a0a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T08:22:16.460Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1ec056cd-80cb-4b16-a7b0-0e8cee70aad1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:22:16.462Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||pNF 806dce2d-bea4 0
2022-06-16T08:22:16.463Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1ec056cd-80cb-4b16-a7b0-0e8cee70aad1
2022-06-16T08:22:16.463Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||No resources found for Service: fdf3e1f2-9edd-44a4-b153-e459e087086c
2022-06-16T08:22:16.463Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fdf3e1f2-9edd-44a4-b153-e459e087086c
2022-06-16T08:22:16.463Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 806dce2d-bea4 0 1ec056cd-80cb-4b16-a7b0-0e8cee70aad1 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:22:16.466Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51a29ef4, org.onap.sdc.toscaparser.api.parameters.Input@71a1edc2, org.onap.sdc.toscaparser.api.parameters.Input@46388a50, org.onap.sdc.toscaparser.api.parameters.Input@6cc0da42, org.onap.sdc.toscaparser.api.parameters.Input@29d0bc10]
2022-06-16T08:22:16.466Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.466Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.467Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fdf3e1f2-9edd-44a4-b153-e459e087086c: pNF 806dce2d-bea4
2022-06-16T08:22:16.467Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1ec056cd-80cb-4b16-a7b0-0e8cee70aad1
2022-06-16T08:22:16.467Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:22:16.467Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Xxd9wDLuOenRZzw9Yoxq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:22:16.467Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||Resource customization UUID: 2c74e713-202f-4bf4-9a30-0a4ed437702a is the same as notified resource customizationUUID: 2c74e713-202f-4bf4-9a30-0a4ed437702a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-16T08:22:16.492Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 806dce2d-bea4 1ec056cd-80cb-4b16-a7b0-0e8cee70aad1 0 ASDC deployResourceStructure
2022-06-16T08:22:16.493Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar ASDC sendASDCNotification
2022-06-16T08:22:16.493Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar
2022-06-16T08:22:16.493Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:22:16.493Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:22:16.496Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:22:16.496Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367736492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:22:16.596Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:22:16.597Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:22:16.598Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:16.613Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:16.614Z||pool-211-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:22:17.499Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:22:17.511Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:22:17.517Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:22:17.517Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:22:17.517Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:22:17.517Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:22:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:22:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:22:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:22:22.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:22:22.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7762cd1a-4eeb-4eb4-bfe2-ade4e42cf93a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367724564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:22:22.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:22:22.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:22.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:22:22.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:22.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:22:22.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:22.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:22:22.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:22.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:22:22.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:22.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:22:22.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/resourceInstances/pnf806dce2dbea40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:22:22.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:22:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:22:22.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:22:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:22:22.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367734205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:22:22.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:22:22.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T08:22:22.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655367736492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxd9wdluoenrzzw9yoxq/1.0/artifacts/service-DemoPnfXxd9wdluoenrzzw9yoxq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:22:22.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:22:47.517Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:22:47.534Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:22:47.535Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:22:47.536Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:22:47.536Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:22:47.536Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:23:17.536Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:23:17.548Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:23:17.550Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:23:17.550Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:23:17.550Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:23:17.550Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:23:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:23:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:23:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:23:31.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:23:47.551Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:23:47.565Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:23:47.568Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:23:47.568Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:23:47.568Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:23:47.568Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:24:17.568Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:24:17.590Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:24:17.593Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:24:17.593Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:24:17.593Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:24:17.594Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:24:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:24:21.897Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:24:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:24:31.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:24:47.594Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:24:47.602Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:24:47.603Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:24:47.603Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:24:47.603Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:24:47.603Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:25:17.604Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:25:17.613Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:25:17.615Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:25:17.615Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:25:17.616Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:25:17.616Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:25:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:25:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:25:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:25:31.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:25:47.616Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:25:47.626Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:25:47.628Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:25:47.628Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:25:47.628Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:25:47.628Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:26:17.631Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:26:17.641Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:26:17.643Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:26:17.643Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:26:17.643Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:26:17.644Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:26:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:26:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:26:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:26:31.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:26:47.644Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:26:47.652Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:26:47.653Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:26:47.653Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:26:47.653Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:26:47.654Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:27:17.654Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T08:27:17.655Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1d6b23-6525-47c5-aac6-110f682a43fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-16T08:27:17.660Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1d6b23-6525-47c5-aac6-110f682a43fa and serviceModelVersionId: fdf3e1f2-9edd-44a4-b153-e459e087086c
2022-06-16T08:27:17.661Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90903014-b55c-45c1-aa68-4902d373a0a0
2022-06-16T08:27:17.662Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?depth=0
2022-06-16T08:27:17.670Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T08:27:17.733Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?depth=0|INFO|500||Invoke
2022-06-16T08:27:17.734Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb1d6b23-6525-47c5-aac6-110f682a43fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d98951d8-b813-44e9-a1d9-becf0e2af2c2], X-ECOMP-RequestID=[eb1d6b23-6525-47c5-aac6-110f682a43fa], X-TransactionId=[], X-ONAP-RequestID=[eb1d6b23-6525-47c5-aac6-110f682a43fa], Content-Type=[application/merge-patch+json]}
2022-06-16T08:27:17.769Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-16T08:27:17.906Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?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/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-08:27:17:650-25892], vertex-id=[590032], Content-Length=[0], Date=[Thu, 16 Jun 2022 08:27:17 GMT], Content-Type=[application/json]}
2022-06-16T08:27:17.906Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T08:27:17.907Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90903014-b55c-45c1-aa68-4902d373a0a0/model-vers/model-ver/fdf3e1f2-9edd-44a4-b153-e459e087086c?depth=0|INFO|500||InvokeReturn
2022-06-16T08:27:17.907Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T08:27:17.907Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:27:17.954Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T08:27:17.955Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1d6b23-6525-47c5-aac6-110f682a43fa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T08:27:17.955Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T08:27:17.955Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:17.957Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:17.958Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368037955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:27:18.058Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:18.059Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:18.060Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:18.089Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:18.091Z||pool-212-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:27:18.970Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T08:27:18.970Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3286241-647a-4c38-ad83-57b37bbf702b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c74531ea-79b4-4425-ba57-2b4305eed2dd","serviceDescription":"service","serviceInvariantUUID":"9f152988-9e94-4706-b6b7-0140479f7d5a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3afe9c4d-d519-49cd-a620-42d787643b2c","resourceInvariantUUID":"e4ae06d5-aea0-4e28-8947-f250f5cbff73","resourceCustomizationUUID":"f443589b-e09e-4a0b-9d88-f14c2d9bc0ae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OTY3ZWJiMmU0MmE5YTljNDRlNTQ5MjhjNGI3NzVhMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be56ba99-bf3f-4870-ab94-b7d858279975","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MGRiMTA1YmM5ZDAxODYwNjUwNjAzN2FhMmI0NjE4ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b53052e-53fb-46f1-98c3-a51925026956","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"101ffce8-4216-4f20-bafe-0d466619adc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6c3c367-0553-41dc-bd66-79b2c16db154","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5","artifactVersion":"2","generatedFromUUID":"101ffce8-4216-4f20-bafe-0d466619adc2"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NTdjYmEzZTFkMGNjZDA0MTIxNzBhMWY0OTY3MDcxNDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2f00faba-216a-4004-ae1e-a5362900e619","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ODEwYWRmNzU0ZTQ0NGM4ODVmOGQzMmJlYTk0YzQwNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5b82f8-97ca-4817-9d9a-c4a27ed61979","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmI0NDkzN2E4NDQwMGM1MTIwMDc2ZjRmOGNlODBiMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f6efb2c-d5d9-4765-af64-efd9f64076d7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T08:27:18.973Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:27:18.974Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:18.976Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:18.976Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:27:19.076Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:19.077Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:19.077Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:19.116Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:19.116Z||pool-213-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:19.977Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:27:19.978Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:19.982Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:19.982Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:27:20.082Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:20.083Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:20.083Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:20.109Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:20.110Z||pool-214-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:20.983Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:27:20.984Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:20.987Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:20.987Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:27:21.087Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:21.088Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:21.088Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:21.115Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:21.116Z||pool-215-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:27:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:27:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:21.988Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:27:21.988Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:21.991Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:21.991Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:27:22.091Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:22.093Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:22.093Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:22.110Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:22.111Z||pool-216-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:22.123Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:22.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T08:27:22.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb1d6b23-6525-47c5-aac6-110f682a43fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368037955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T08:27:22.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T08:27:22.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T08:27:22.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:27:22.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:27:22.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T08:27:22.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-16T08:27:22.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:27:22.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T08:27:22.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-16T08:27:22.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:27:22.992Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:27:22.992Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:22.994Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:22.994Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-16T08:27:23.095Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:27:23.096Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:23.096Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:23.113Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:23.114Z||pool-217-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:23.995Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:27:23.996Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:23.998Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:23.998Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:27:24.099Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:24.099Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:24.100Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:24.114Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:24.115Z||pool-218-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:24.999Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:27:25.000Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:25.002Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:25.002Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:27:25.102Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:25.103Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:25.103Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:25.116Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:25.117Z||pool-219-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:26.003Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T08:27:26.005Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:26.007Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:26.007Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-16T08:27:26.108Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:26.109Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:26.109Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:26.129Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:26.130Z||pool-220-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:27.009Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c74531ea-79b4-4425-ba57-2b4305eed2dd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9f152988-9e94-4706-b6b7-0140479f7d5a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f443589b-e09e-4a0b-9d88-f14c2d9bc0ae",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3afe9c4d-d519-49cd-a620-42d787643b2c",
      "resourceInvariantUUID": "e4ae06d5-aea0-4e28-8947-f250f5cbff73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MGRiMTA1YmM5ZDAxODYwNjUwNjAzN2FhMmI0NjE4ZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b53052e-53fb-46f1-98c3-a51925026956",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "101ffce8-4216-4f20-bafe-0d466619adc2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5",
            "generatedFromUUID": "101ffce8-4216-4f20-bafe-0d466619adc2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MmI0NDkzN2E4NDQwMGM1MTIwMDc2ZjRmOGNlODBiMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f6efb2c-d5d9-4765-af64-efd9f64076d7"
    }
  ],
  "workloadContext": "Production"
}
2022-06-16T08:27:27.009Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T08:27:27.010Z|eb1d6b23-6525-47c5-aac6-110f682a43fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c74531ea-79b4-4425-ba57-2b4305eed2dd ASDC
2022-06-16T08:27:27.010Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f3286241-647a-4c38-ad83-57b37bbf702b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c74531ea-79b4-4425-ba57-2b4305eed2dd
ServiceInvariantUUID:9f152988-9e94-4706-b6b7-0140479f7d5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:1f6efb2c-d5d9-4765-af64-efd9f64076d7
ArtifactChecksum:MmI0NDkzN2E4NDQwMGM1MTIwMDc2ZjRmOGNlODBiMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f443589b-e09e-4a0b-9d88-f14c2d9bc0ae
ResourceInvariantUUID:e4ae06d5-aea0-4e28-8947-f250f5cbff73
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3afe9c4d-d519-49cd-a620-42d787643b2c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:2b53052e-53fb-46f1-98c3-a51925026956
ArtifactChecksum:MGRiMTA1YmM5ZDAxODYwNjUwNjAzN2FhMmI0NjE4ZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:101ffce8-4216-4f20-bafe-0d466619adc2
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-16T08:27:27.011Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c74531ea-79b4-4425-ba57-2b4305eed2dd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T08:27:27.041Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:27:27.042Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:27:27.042Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:27:27.043Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f6efb2c-d5d9-4765-af64-efd9f64076d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-16T08:27:27.043Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:27:27.043Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-16T08:27:27.172Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:27:27.176Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1f6efb2c-d5d9-4765-af64-efd9f64076d7 78797
2022-06-16T08:27:27.177Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-16T08:27:27.177Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-16T08:27:27.177Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:27:27.178Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:27.179Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:27.179Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368047177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:27:27.280Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:27.281Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:27.281Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:27.298Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:27.299Z||pool-221-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:27:28.180Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T08:27:28.181Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-16T08:27:28.181Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1f6efb2c-d5d9-4765-af64-efd9f64076d7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:28.182Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-16T08:27:28.182Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:28.183Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:28.338Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6780765968504454419/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-16T08:27:29.855Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T08:27:29.856Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:27:29.856Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.856Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-16T08:27:29.857Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.857Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.857Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.857Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.858Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.858Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.858Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.859Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.859Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-16T08:27:29.860Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-16T08:27:29.860Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.861Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:29.861Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:29.862Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:27:29.863Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:27:29.864Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.865Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:29.865Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:29.866Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-16T08:27:29.867Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T08:27:29.868Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.868Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:29.869Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.869Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-16T08:27:29.870Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-16T08:27:29.870Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-16T08:27:29.871Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-16T08:27:29.871Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-16T08:27:29.871Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T08:27:29.872Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.872Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T08:27:29.873Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.873Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:29.873Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:27:29.874Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.874Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:29.875Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:27:29.875Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.876Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:29.876Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:27:29.877Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.877Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-16T08:27:29.878Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-16T08:27:29.878Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-16T08:27:29.879Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d16486fc-aa93-4e8a-b3d1-1fe11765e9c0
2022-06-16T08:27:29.879Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.880Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:29.880Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.880Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:29.881Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.881Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:29.881Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:29.882Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:29.882Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c74531ea-79b4-4425-ba57-2b4305eed2dd
Model Version:NULL
Model InvariantUuid:9f152988-9e94-4706-b6b7-0140479f7d5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a9a80880-7066-4560-9a42-70d276769fb6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4ae06d5-aea0-4e28-8947-f250f5cbff73
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f443589b-e09e-4a0b-9d88-f14c2d9bc0ae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4dbaebf9-080c-44bf-8659-e9bb9a6d97aa
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1d0ad5a6-e7db-4484-af44-5396000c9270
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d16486fc-aa93-4e8a-b3d1-1fe11765e9c0
ModelInvariantUuid:00d1c9f6-4b65-44cc-b16f-ffd1e6afb6fe
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0fd620f0-db3b-4c0c-a088-c14a26c31a2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d052381a-b9b1-494c-b45e-d1e1a364eeaf
ModelInvariantUuid:d9ff70a4-55ac-4602-a30c-6d692aa52ccc
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:31f1b028-3f6f-4613-b3ed-adb01f8ac9c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-16T08:27:29.890Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3afe9c4d-d519-49cd-a620-42d787643b2c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:27:29.897Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-06-16T08:27:29.898Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3afe9c4d-d519-49cd-a620-42d787643b2c
2022-06-16T08:27:29.898Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b53052e-53fb-46f1-98c3-a51925026956 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-16T08:27:29.898Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:27:29.899Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-16T08:27:29.969Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:27:29.970Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2b53052e-53fb-46f1-98c3-a51925026956 792
2022-06-16T08:27:29.970Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-16T08:27:29.971Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-16T08:27:29.971Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:27:29.971Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:29.974Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:29.975Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368049970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:27:30.075Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:30.076Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:30.076Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:30.098Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:30.099Z||pool-222-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:30.975Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4dbaebf9-080c-44bf-8659-e9bb9a6d97aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d0ad5a6-e7db-4484-af44-5396000c9270",
    "vfModuleModelCustomizationUUID": "172488d8-1983-4acf-9ea6-cc92aa7a6a3a",
    "isBase": true,
    "artifacts": [
      "101ffce8-4216-4f20-bafe-0d466619adc2",
      "b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T08:27:30.980Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d0ad5a6-e7db-4484-af44-5396000c9270
VfModuleModelInvariantUUID:4dbaebf9-080c-44bf-8659-e9bb9a6d97aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
101ffce8-4216-4f20-bafe-0d466619adc2
,
b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5

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

isBase:true


}

2022-06-16T08:27:30.982Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4dbaebf9-080c-44bf-8659-e9bb9a6d97aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d0ad5a6-e7db-4484-af44-5396000c9270",
    "vfModuleModelCustomizationUUID": "172488d8-1983-4acf-9ea6-cc92aa7a6a3a",
    "isBase": true,
    "artifacts": [
      "101ffce8-4216-4f20-bafe-0d466619adc2",
      "b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-16T08:27:30.983Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d0ad5a6-e7db-4484-af44-5396000c9270
VfModuleModelInvariantUUID:4dbaebf9-080c-44bf-8659-e9bb9a6d97aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
101ffce8-4216-4f20-bafe-0d466619adc2
,
b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5

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

isBase:true


}

2022-06-16T08:27:30.983Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 101ffce8-4216-4f20-bafe-0d466619adc2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-16T08:27:30.983Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:27:30.983Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-16T08:27:31.041Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:27:31.043Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 101ffce8-4216-4f20-bafe-0d466619adc2 5033
2022-06-16T08:27:31.043Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-16T08:27:31.043Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-16T08:27:31.044Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:27:31.045Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:31.047Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:31.048Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368051043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:27:31.148Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:31.149Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:31.149Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:31.162Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:31.162Z||pool-223-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:32.049Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-16T08:27:32.049Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-16T08:27:32.050Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-16T08:27:32.225Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-16T08:27:32.225Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b9d5cfd3-0886-44c8-aa9a-0282dbff5cd5 903
2022-06-16T08:27:32.226Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-16T08:27:32.226Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-16T08:27:32.227Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T08:27:32.227Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:32.230Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:32.230Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368052226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-16T08:27:32.331Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:32.333Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:32.333Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:32.349Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:32.349Z||pool-224-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:33.231Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c74531ea-79b4-4425-ba57-2b4305eed2dd
2022-06-16T08:27:33.231Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3afe9c4d-d519-49cd-a620-42d787643b2c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:27:33.244Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15af183, org.onap.sdc.toscaparser.api.parameters.Input@5c7a4d02, org.onap.sdc.toscaparser.api.parameters.Input@1e8b7e63, org.onap.sdc.toscaparser.api.parameters.Input@75d7f8dd, org.onap.sdc.toscaparser.api.parameters.Input@23d7c90d]
2022-06-16T08:27:33.246Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.246Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:33.246Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-16T08:27:33.247Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f443589b-e09e-4a0b-9d88-f14c2d9bc0ae
2022-06-16T08:27:33.247Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f443589b-e09e-4a0b-9d88-f14c2d9bc0ae matches Tosca VF Customization UUID: f443589b-e09e-4a0b-9d88-f14c2d9bc0ae
2022-06-16T08:27:33.247Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f443589b-e09e-4a0b-9d88-f14c2d9bc0ae  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-16T08:27:33.250Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.250Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:33.251Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f443589b-e09e-4a0b-9d88-f14c2d9bc0ae: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-16T08:27:33.251Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22ad9557
2022-06-16T08:27:33.251Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.252Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T08:27:33.252Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 172488d8-1983-4acf-9ea6-cc92aa7a6a3a
2022-06-16T08:27:33.252Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 172488d8-1983-4acf-9ea6-cc92aa7a6a3a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-16T08:27:33.255Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.255Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:33.255Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:27:33.255Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.256Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:33.256Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:27:33.256Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.256Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-16T08:27:33.257Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-16T08:27:33.257Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-16T08:27:33.257Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d16486fc-aa93-4e8a-b3d1-1fe11765e9c0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-16T08:27:33.260Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.260Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:33.260Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T08:27:33.261Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.261Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-16T08:27:33.262Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f443589b-e09e-4a0b-9d88-f14c2d9bc0ae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T08:27:33.264Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.264Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:33.264Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c74531ea-79b4-4425-ba57-2b4305eed2dd: basic_vm_macro
2022-06-16T08:27:33.265Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.265Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:33.266Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.266Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:33.267Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.267Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:33.267Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.268Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:33.268Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-16T08:27:33.268Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T08:27:33.268Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T08:27:33.352Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3afe9c4d-d519-49cd-a620-42d787643b2c 1 ASDC deployResourceStructure
2022-06-16T08:27:33.353Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-16T08:27:33.353Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-16T08:27:33.353Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:27:33.354Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:33.356Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:33.356Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368053353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-16T08:27:33.457Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:33.457Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:33.458Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:33.475Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:33.475Z||pool-225-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:34.357Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-16T08:27:34.358Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-16T08:27:34.358Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:27:34.358Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:34.361Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:34.361Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368054357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-16T08:27:34.461Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T08:27:34.462Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:34.463Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:34.478Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:34.479Z||pool-226-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:35.364Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-16T08:27:35.365Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-16T08:27:35.365Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:27:35.365Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:35.368Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:35.368Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368055364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-16T08:27:35.469Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T08:27:35.470Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:35.470Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:35.512Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:35.513Z||pool-227-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-16T08:27:36.369Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-16T08:27:36.370Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-16T08:27:36.370Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T08:27:36.370Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-16T08:27:36.372Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T08:27:36.372Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655368056369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-16T08:27:36.473Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T08:27:36.473Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T08:27:36.474Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T08:27:36.492Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:27:36.492Z||pool-228-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-16T08:27:37.373Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3286241-647a-4c38-ad83-57b37bbf702b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:27:37.380Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3286241-647a-4c38-ad83-57b37bbf702b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:27:37.382Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:27:37.382Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:27:37.382Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:27:37.382Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:28:07.383Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3286241-647a-4c38-ad83-57b37bbf702b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:28:07.403Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3286241-647a-4c38-ad83-57b37bbf702b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:28:07.406Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:28:07.406Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:28:07.406Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:28:07.407Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T08:28:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T08:28:21.897Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-16T08:28:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T08:28:21.943Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-16T08:28:21.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T08:28:21.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3286241-647a-4c38-ad83-57b37bbf702b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655366142056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-16T08:28:21.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-16T08:28:37.407Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3286241-647a-4c38-ad83-57b37bbf702b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:28:37.421Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3286241-647a-4c38-ad83-57b37bbf702b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-16T08:28:37.428Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T08:28:37.428Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T08:28:37.429Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T08:28:37.429Z|f3286241-647a-4c38-ad83-57b37bbf702b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.