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-07-06T03:41:55.649Z||main|||||INFO|500||The following profiles are active: basic
2022-07-06T03:42:06.699Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-06T03:42:06.700Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-06T03:42:06.812Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-06T03:42:10.778Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-06T03:42:11.168Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-06T03:42:11.607Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-06T03:42:11.614Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-06T03:42:11.712Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-06T03:42:11.919Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-06T03:42:12.503Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-06T03:42:14.424Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-06T03:42:16.771Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-06T03:42:16.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-06T03:42:17.492Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-06T03:42:17.715Z||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-07-06T03:42:18.952Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-06T03:42:20.180Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-06T03:42:20.199Z||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$$4f705321.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-07-06T03:42:20.200Z||main|||||WARN|500||The sdc end point is not alive
2022-07-06T03:42:23.224Z||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-07-06T03:42:25.890Z||main|||||WARN|500||---
2022-07-06T03:42:25.890Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-06T03:42:25.891Z||main|||||WARN|500||---
2022-07-06T03:42:26.332Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-06T03:42:31.102Z||main|||||INFO|500||Started Application in 38.521 seconds (JVM running for 40.611)
2022-07-06T03:42:31.117Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:42:31.118Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:42:31.129Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:42:31.151Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:42:31.201Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3431d9a-1369-4952-af69-339c6ead4a3b url= /sdc/v1/artifactTypes
2022-07-06T03:42:31.201Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:42:32.332Z||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.24.94] 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$$20d1e1f5.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-07-06T03:42:32.336Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69b22e9e
2022-07-06T03:42:32.337Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:42:32.351Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:42:32.353Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:42:32.355Z||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$$20d1e1f5.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-07-06T03:43:21.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:43:21.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:43:21.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:43:21.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:43:21.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb34f519-9481-4796-81cc-bdc106b3f387 url= /sdc/v1/artifactTypes
2022-07-06T03:43:21.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:43:22.152Z||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.24.94] 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$$20d1e1f5.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-07-06T03:43:22.153Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d1202b
2022-07-06T03:43:22.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:43:22.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:43:22.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:43:22.155Z||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$$20d1e1f5.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-07-06T03:44:11.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:44:11.097Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:44:11.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:44:11.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:44:11.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9d1c526-6e54-4a35-bff3-cc1cc759e20c url= /sdc/v1/artifactTypes
2022-07-06T03:44:11.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:44:12.138Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.24.94] 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$$20d1e1f5.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-07-06T03:44:12.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22b0b84c
2022-07-06T03:44:12.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:44:12.139Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:44:12.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:44:12.140Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$20d1e1f5.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-07-06T03:45:01.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:45:01.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:45:01.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:45:01.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:45:01.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8484297c-4e97-4b1f-bb5d-4b3d0ce5f138 url= /sdc/v1/artifactTypes
2022-07-06T03:45:01.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:45:02.154Z||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.24.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$20d1e1f5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-06T03:45:02.154Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18b1934c
2022-07-06T03:45:02.155Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:45:02.155Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:45:02.155Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:45:02.156Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$20d1e1f5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-06T03:45:51.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:45:51.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:45:51.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:45:51.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:45:51.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1289c696-0b82-46f6-a9f0-5766409cb455 url= /sdc/v1/artifactTypes
2022-07-06T03:45:51.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:45:52.137Z||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.24.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$20d1e1f5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-06T03:45:52.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45f94af2
2022-07-06T03:45:52.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:45:52.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:45:52.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:45:52.141Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$20d1e1f5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-06T03:46:41.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:46:41.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:46:41.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:46:41.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:46:41.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05eaf7ed-c503-463b-82d8-11f33b518283 url= /sdc/v1/artifactTypes
2022-07-06T03:46:41.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:46:42.154Z||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.24.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$20d1e1f5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-06T03:46:42.156Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e67518c
2022-07-06T03:46:42.157Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:46:42.157Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:46:42.158Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:46:42.159Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$20d1e1f5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-06T03:47:31.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:47:31.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:47:31.101Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:47:31.106Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:47:31.123Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8f3c363-182f-4d1b-88e7-707a1b0c291a url= /sdc/v1/artifactTypes
2022-07-06T03:47:31.124Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:47:32.167Z||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.24.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$20d1e1f5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-06T03:47:32.168Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@788b85db
2022-07-06T03:47:32.169Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-06T03:47:32.169Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-06T03:47:32.169Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-06T03:47:32.170Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$20d1e1f5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-06T03:48:21.097Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-06T03:48:21.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-06T03:48:21.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-06T03:48:21.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-06T03:48:21.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8815b0f-8111-4cd8-850e-4e8b041cdf6f url= /sdc/v1/artifactTypes
2022-07-06T03:48:21.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-06T03:48:21.383Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-06T03:48:21.393Z||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-07-06T03:48:21.418Z||scheduling-1|||||DEBUG|500||create keys
2022-07-06T03:48:21.425Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-06T03:48:21.564Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:48:21.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b41c69f8-c8a3-4b9a-a703-34b2276ce59e url= /sdc/v1/registerForDistribution
2022-07-06T03:48:21.968Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b41c69f8-c8a3-4b9a-a703-34b2276ce59e url= /sdc/v1/registerForDistribution
2022-07-06T03:48:21.969Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-06T03:48:21.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:48:21.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:48:21.990Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-06T03:48:21.990Z||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-07-06T03:48:21.991Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:48:21.990Z||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-07-06T03:48:21.991Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:48:32.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:48:32.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:49:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:49:21.977Z||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-07-06T03:49:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:49:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:49:21.981Z||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-07-06T03:49:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:49:31.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:49:31.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:50:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:50:21.978Z||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-07-06T03:50:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:50:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:50:21.981Z||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-07-06T03:50:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:50:31.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:50:31.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:51:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:51:21.979Z||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-07-06T03:51:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:51:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:51:21.980Z||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-07-06T03:51:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:51:31.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:51:31.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:52:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:52:21.979Z||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-07-06T03:52:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:52:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:52:21.980Z||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-07-06T03:52:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:52:31.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:52:31.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:52:34.903Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-06T03:53:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:53:21.977Z||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-07-06T03:53:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:53:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:53:21.980Z||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-07-06T03:53:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:53:31.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:53:31.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:54:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:54:21.977Z||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-07-06T03:54:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:54:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:54:21.980Z||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-07-06T03:54:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:54:31.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:54:31.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:55:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:55:21.977Z||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-07-06T03:55:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:55:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:55:21.981Z||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-07-06T03:55:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:55:31.575Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:55:31.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:56:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:56:21.977Z||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-07-06T03:56:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:56:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:56:21.980Z||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-07-06T03:56:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:56:31.649Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:56:31.657Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:57:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:57:21.979Z||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-07-06T03:57:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:57:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:57:21.980Z||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-07-06T03:57:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:57:31.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:57:31.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:58:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:58:21.977Z||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-07-06T03:58:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:58:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:58:21.980Z||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-07-06T03:58:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:58:31.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:58:31.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:59:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:59:21.977Z||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-07-06T03:59:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:59:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T03:59:21.980Z||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-07-06T03:59:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T03:59:31.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T03:59:31.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:00:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:00:21.977Z||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-07-06T04:00:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:00:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:00:21.980Z||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-07-06T04:00:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:00:31.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:00:31.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:01:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:01:21.977Z||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-07-06T04:01:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:01:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:01:21.980Z||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-07-06T04:01:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:01:31.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:01:31.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:02:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:02:21.978Z||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-07-06T04:02:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:02:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:02:21.980Z||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-07-06T04:02:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:02:31.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:02:31.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:03:21.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:03:21.979Z||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-07-06T04:03:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:03:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:03:21.980Z||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-07-06T04:03:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:03:31.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:03:31.589Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:04:21.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:04:21.977Z||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-07-06T04:04:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:04:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:04:21.980Z||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-07-06T04:04:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:04:31.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:04:31.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:05:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:05:21.977Z||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-07-06T04:05:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:05:21.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:05:21.980Z||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-07-06T04:05:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:05:31.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:05:31.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:06:21.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:06:21.977Z||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-07-06T04:06:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:06:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:06:21.980Z||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-07-06T04:06:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:06:31.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:06:31.572Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:07:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:07:21.977Z||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-07-06T04:07:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:07:21.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:07:21.980Z||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-07-06T04:07:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:07:31.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:07:31.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:08:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:08:21.979Z||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-07-06T04:08:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:08:21.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:08:21.983Z||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-07-06T04:08:21.983Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:08:31.574Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:08:31.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:09:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:09:21.977Z||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-07-06T04:09:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:09:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:09:21.980Z||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-07-06T04:09:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:09:31.608Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:09:31.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:10:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:10:21.977Z||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-07-06T04:10:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:10:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:10:21.980Z||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-07-06T04:10:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:10:31.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:10:31.610Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:11:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:11:21.977Z||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-07-06T04:11:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:11:21.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:11:21.980Z||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-07-06T04:11:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:11:31.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:11:31.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:12:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:12:21.978Z||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-07-06T04:12:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:12:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:12:21.980Z||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-07-06T04:12:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:12:31.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:12:31.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:13:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:13:21.977Z||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-07-06T04:13:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:13:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:13:21.980Z||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-07-06T04:13:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:13:31.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:13:31.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:14:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:14:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:14:21.980Z||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-07-06T04:14:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:14:21.980Z||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-07-06T04:14:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:14:31.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:14:31.611Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:15:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:15:21.977Z||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-07-06T04:15:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:15:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:15:21.980Z||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-07-06T04:15:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:15:31.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:15:31.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:16:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:16:21.978Z||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-07-06T04:16:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:16:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:16:21.980Z||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-07-06T04:16:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:16:31.623Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:16:31.655Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:17:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:17:21.977Z||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-07-06T04:17:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:17:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:17:21.980Z||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-07-06T04:17:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:17:31.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:17:31.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:18:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:18:21.977Z||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-07-06T04:18:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:18:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:18:21.980Z||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-07-06T04:18:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:18:31.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:18:31.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:19:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:19:21.977Z||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-07-06T04:19:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:19:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:19:21.980Z||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-07-06T04:19:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:19:31.534Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:19:31.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:20:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:20:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:20:21.979Z||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-07-06T04:20:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:20:21.980Z||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-07-06T04:20:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:20:31.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:20:31.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:21:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:21:21.977Z||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-07-06T04:21:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:21:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:21:21.980Z||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-07-06T04:21:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:21:31.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:21:31.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:22:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:22:21.977Z||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-07-06T04:22:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:22:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:22:21.980Z||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-07-06T04:22:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:22:31.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:22:31.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:23:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:23:21.977Z||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-07-06T04:23:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:23:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:23:21.980Z||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-07-06T04:23:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:23:31.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:23:31.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:24:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:24:21.977Z||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-07-06T04:24:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:24:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:24:21.980Z||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-07-06T04:24:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:24:31.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:24:31.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:25:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:25:21.977Z||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-07-06T04:25:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:25:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:25:21.980Z||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-07-06T04:25:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:25:31.547Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:25:31.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:26:21.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:26:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:26:21.980Z||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-07-06T04:26:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:26:21.980Z||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-07-06T04:26:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:26:31.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:26:31.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:27:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:27:21.978Z||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-07-06T04:27:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:27:21.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:27:21.980Z||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-07-06T04:27:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:27:31.546Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:27:31.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:28:21.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:28:21.977Z||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-07-06T04:28:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:28:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:28:21.980Z||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-07-06T04:28:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:28:31.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:28:31.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:29:21.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:29:21.978Z||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-07-06T04:29:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:29:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:29:21.980Z||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-07-06T04:29:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:29:31.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:29:31.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:30:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:30:21.977Z||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-07-06T04:30:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:30:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:30:21.981Z||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-07-06T04:30:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:30:31.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:30:31.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:31:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:31:21.978Z||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-07-06T04:31:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:31:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:31:21.979Z||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-07-06T04:31:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:31:31.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:31:31.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:32:21.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:32:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:32:21.981Z||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-07-06T04:32:21.981Z||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-07-06T04:32:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:32:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:32:31.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:32:31.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:33:21.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:33:21.977Z||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-07-06T04:33:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:33:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:33:21.980Z||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-07-06T04:33:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:33:31.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:33:31.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:34:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:34:21.977Z||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-07-06T04:34:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:34:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:34:21.981Z||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-07-06T04:34:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:34:31.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:34:31.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:35:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:35:21.977Z||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-07-06T04:35:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:35:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:35:21.980Z||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-07-06T04:35:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:35:31.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:35:31.576Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:36:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:36:21.977Z||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-07-06T04:36:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:36:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:36:21.980Z||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-07-06T04:36:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:36:31.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:36:31.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:37:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:37:21.977Z||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-07-06T04:37:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:37:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:37:21.980Z||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-07-06T04:37:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:37:31.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:37:31.536Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:38:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:38:21.977Z||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-07-06T04:38:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:38:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:38:21.980Z||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-07-06T04:38:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:38:31.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:38:31.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:39:21.977Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:39:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:39:21.980Z||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-07-06T04:39:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:39:21.980Z||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-07-06T04:39:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:39:31.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:39:31.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:40:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:40:21.978Z||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-07-06T04:40:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:40:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:40:21.980Z||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-07-06T04:40:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:40:31.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:40:31.586Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:21.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:41:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:41:21.980Z||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-07-06T04:41:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:21.980Z||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-07-06T04:41:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:22.621Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:22.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f3ac9fd-1fa2-437d-b756-0045ba9f42bc","serviceName":"basic_onboard_nTUYLx","serviceVersion":"1.0","serviceUUID":"3cdf8dab-a6f0-4082-803d-91c923196850","serviceDescription":"service","serviceInvariantUUID":"40084f4c-ff13-4cd2-8ea8-196ca463e365","resources":[{"resourceInstanceName":"basic_onboard_nTUYLx 0","resourceName":"basic_onboard_nTUYLx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f1f93c0-fb32-4978-8cf9-0156033c066f","resourceInvariantUUID":"3a268625-2918-46a4-8bf5-fc731ae16142","resourceCustomizationUUID":"71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml","artifactChecksum":"ZWJkODk1M2MwM2Y2YTJlYjNlNTI1MGNhYjg4OTZlNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88cd5818-6155-4c24-982d-f135dd9478eb","artifactVersion":"1"},{"artifactName":"basic_onboard_ntuylx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json","artifactChecksum":"MWNjYmMwOTZiZDNjMDI3MDJhMDdhZTYzMmI5NmI0OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f88c1227-04d8-485f-b6b1-4a4089579242","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"486e1d60-28fe-4f48-a0b8-d96911f10ac5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2eb1e92a-b743-4b47-8a7a-5782473d9def","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b795b56-5c63-4d22-a6cf-68e529999627","artifactVersion":"2","generatedFromUUID":"486e1d60-28fe-4f48-a0b8-d96911f10ac5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNtuylx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml","artifactChecksum":"ZmQ1YzdlYzllYzJiOTgxNDU1OTQyYjE3M2Y4NzE1NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd07fd60-9885-415b-b244-8b86a570709a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNtuylx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar","artifactChecksum":"ZTI3MTcxYzMwZjEwYWEzNWNlYWVkYjI5M2E3ZTdlZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T04:41:22.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:22.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082459121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:22.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:22.654Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:22.654Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082456528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082459121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082456528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082459121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082456528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082459121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082456528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082459121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082456528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082459121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082456528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082466523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082466926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082459121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082456528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082466523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082466926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082471058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082466523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082466926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "cds",
  "timestamp": 1657082472083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-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-07-06T04:41:22.755Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-06T04:41:22.758Z||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-07-06T04:41:22.758Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:41:22.805Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:22.806Z||pool-3-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T04:41:22.856Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:41:22.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:41:22.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082466523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082466926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082466523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082466926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082466523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082466926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082473117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082472046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082466523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082466926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082473117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082472046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082474587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082473117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082472046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082475032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082473117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082472046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082476068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082476043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082473117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082472046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "policy-id",
  "timestamp": 1657082477048,
  "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-07-06T04:41:22.926Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:41:22.926Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:41:22.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082477440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082473117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082472046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082478514,
  "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-07-06T04:41:22.943Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:41:22.943Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:41:22.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082473117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082472046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082479812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082479519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082481348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:22.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:41:22.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:41:22.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082479812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:22.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:41:23.661Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:23.661Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:23.663Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:23.664Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:41:23.763Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:41:23.766Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-06T04:41:23.766Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:23.799Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:23.799Z||pool-4-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:24.665Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:24.666Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:24.668Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:24.668Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:41:24.797Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 128 ms
2022-07-06T04:41:24.798Z||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-07-06T04:41:24.798Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:24.823Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:24.824Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:25.668Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:25.674Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:25.677Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:25.677Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:25.777Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:25.778Z||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-07-06T04:41:25.778Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:25.810Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:25.811Z||pool-6-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:41:26.677Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:26.683Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:26.685Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:26.685Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-06T04:41:26.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:26.786Z||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-07-06T04:41:26.786Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:26.805Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:26.806Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:27.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:27.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:27.695Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:27.695Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:41:27.795Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:27.796Z||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-07-06T04:41:27.796Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:27.838Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:27.838Z||pool-8-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:28.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:41:28.700Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:28.703Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:28.703Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:41:28.803Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:41:28.804Z||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-07-06T04:41:28.805Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:28.825Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:28.825Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:29.706Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "serviceName": "basic_onboard_nTUYLx",
  "serviceVersion": "1.0",
  "serviceUUID": "3cdf8dab-a6f0-4082-803d-91c923196850",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40084f4c-ff13-4cd2-8ea8-196ca463e365",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nTUYLx 0",
      "resourceCustomizationUUID": "71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb",
      "resourceName": "basic_onboard_nTUYLx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f1f93c0-fb32-4978-8cf9-0156033c066f",
      "resourceInvariantUUID": "3a268625-2918-46a4-8bf5-fc731ae16142",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ntuylx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
          "artifactChecksum": "MWNjYmMwOTZiZDNjMDI3MDJhMDdhZTYzMmI5NmI0OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f88c1227-04d8-485f-b6b1-4a4089579242",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "486e1d60-28fe-4f48-a0b8-d96911f10ac5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b795b56-5c63-4d22-a6cf-68e529999627",
            "generatedFromUUID": "486e1d60-28fe-4f48-a0b8-d96911f10ac5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b795b56-5c63-4d22-a6cf-68e529999627",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNtuylx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
      "artifactChecksum": "ZTI3MTcxYzMwZjEwYWEzNWNlYWVkYjI5M2E3ZTdlZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T04:41:29.709Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T04:41:29.709Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3cdf8dab-a6f0-4082-803d-91c923196850 ASDC
2022-07-06T04:41:29.845Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
ServiceName:basic_onboard_nTUYLx
ServiceVersion:1.0
ServiceUUID:3cdf8dab-a6f0-4082-803d-91c923196850
ServiceInvariantUUID:40084f4c-ff13-4cd2-8ea8-196ca463e365
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNtuylx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
ArtifactUUID:0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf
ArtifactChecksum:ZTI3MTcxYzMwZjEwYWEzNWNlYWVkYjI5M2E3ZTdlZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nTUYLx 0
ResourceCustomizationUUID:71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
ResourceInvariantUUID:3a268625-2918-46a4-8bf5-fc731ae16142
ResourceName:basic_onboard_nTUYLx
ResourceType:VF
ResourceUUID:6f1f93c0-fb32-4978-8cf9-0156033c066f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ntuylx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
ArtifactUUID:f88c1227-04d8-485f-b6b1-4a4089579242
ArtifactChecksum:MWNjYmMwOTZiZDNjMDI3MDJhMDdhZTYzMmI5NmI0OTM=
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/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:486e1d60-28fe-4f48-a0b8-d96911f10ac5
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/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
ArtifactUUID:8b795b56-5c63-4d22-a6cf-68e529999627
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/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
ArtifactUUID:8b795b56-5c63-4d22-a6cf-68e529999627
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-06T04:41:29.845Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cdf8dab-a6f0-4082-803d-91c923196850 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-07-06T04:41:29.895Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:41:29.895Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:41:29.897Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:41:29.897Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf from URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:29.897Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:41:29.899Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:30.064Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:41:30.093Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar 0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf 71573
2022-07-06T04:41:30.095Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar ASDC sendASDCNotification
2022-07-06T04:41:30.095Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:30.096Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:41:30.097Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:30.099Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:30.099Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082490094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:30.199Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:30.200Z||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-07-06T04:41:30.200Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:30.231Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:30.231Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:31.099Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:41:31.100Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:41:31.114Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0eb25ff3-2b45-4571-8a71-e8ad9c4f82bf, URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar to file: /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:31.115Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:31.333Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:31.334Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:31.826Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16422055403129352526/Definitions/service-BasicOnboardNtuylx-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-07-06T04:41:33.641Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T04:41:33.646Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:41:33.647Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.647Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-06T04:41:33.647Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||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-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.648Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.648Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||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-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.648Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nTUYLx 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-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||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-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:33.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:41:33.656Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.658Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.662Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.663Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:41:33.665Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:41:33.668Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.668Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.669Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.669Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:41:33.669Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:41:33.670Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.670Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.674Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.674Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is not matching search criteria
2022-07-06T04:41:33.675Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-06T04:41:33.675Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-06T04:41:33.675Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-06T04:41:33.676Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T04:41:33.676Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T04:41:33.677Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.677Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:41:33.678Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.678Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.679Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:33.679Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.680Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.680Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:33.680Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.681Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:33.681Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:33.681Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is not matching search criteria
2022-07-06T04:41:33.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-06T04:41:33.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T04:41:33.683Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44f10276-48a2-4338-afd1-de6095f658b9
2022-07-06T04:41:33.683Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.683Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.684Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.684Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.684Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.685Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.685Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:33.685Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:33.686Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nTUYLx
Description:service
Model UUID:3cdf8dab-a6f0-4082-803d-91c923196850
Model Version:NULL
Model InvariantUuid:40084f4c-ff13-4cd2-8ea8-196ca463e365
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nTUYLx
Model UUID:4a5f00a9-1f86-4eac-ab75-07a80d1903e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3a268625-2918-46a4-8bf5-fc731ae16142
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e3f2c58c-2b2b-4129-a4c7-82d9945e174a
ModelName:BasicOnboardNtuylx..base_ubuntu18..module-0
ModelUuid:4b27d246-fbc6-43f9-aa58-4f02fb3c3361
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:44f10276-48a2-4338-afd1-de6095f658b9
ModelInvariantUuid:509b01b5-fe1b-43a5-8c62-71ab18e1218a
ModelName:basic_onboard_nTUYLx-nodes.ubuntu18Cvfc
ModelUuid:06391f16-894a-4370-88df-aa3d7e7c577d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e50212b8-60e0-473a-9f6a-a1d1506c02ae
ModelInvariantUuid:b060d5ed-ae9d-4a1d-aca9-f62be0dba3fd
ModelName:BasicOnboardNtuylx.compute.nodes.heat.ubuntu18
ModelUuid:955a885d-3635-4c4c-bb64-293ddcb65558
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-07-06T04:41:33.697Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f1f93c0-fb32-4978-8cf9-0156033c066f
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-07-06T04:41:33.782Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||basic_onboard_nTUYLx 0
2022-07-06T04:41:33.790Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f1f93c0-fb32-4978-8cf9-0156033c066f
2022-07-06T04:41:33.790Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f88c1227-04d8-485f-b6b1-4a4089579242 from URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
2022-07-06T04:41:33.790Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:41:33.790Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
2022-07-06T04:41:33.920Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:41:33.921Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json f88c1227-04d8-485f-b6b1-4a4089579242 798
2022-07-06T04:41:33.922Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json ASDC sendASDCNotification
2022-07-06T04:41:33.922Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
2022-07-06T04:41:33.922Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:41:33.922Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:33.925Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:33.925Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082493922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:34.026Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:34.027Z||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-07-06T04:41:34.027Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:34.073Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:34.074Z||pool-11-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:34.927Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNtuylx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e3f2c58c-2b2b-4129-a4c7-82d9945e174a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4b27d246-fbc6-43f9-aa58-4f02fb3c3361",
    "vfModuleModelCustomizationUUID": "f5656d6c-6fda-4ec8-bf09-665d37cc1536",
    "isBase": true,
    "artifacts": [
      "486e1d60-28fe-4f48-a0b8-d96911f10ac5",
      "8b795b56-5c63-4d22-a6cf-68e529999627"
    ],
    "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-07-06T04:41:34.941Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtuylx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b27d246-fbc6-43f9-aa58-4f02fb3c3361
VfModuleModelInvariantUUID:e3f2c58c-2b2b-4129-a4c7-82d9945e174a
VfModuleModelDescription:NULL
Artifacts UUID List:{
486e1d60-28fe-4f48-a0b8-d96911f10ac5
,
8b795b56-5c63-4d22-a6cf-68e529999627

}
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-07-06T04:41:34.944Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNtuylx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e3f2c58c-2b2b-4129-a4c7-82d9945e174a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4b27d246-fbc6-43f9-aa58-4f02fb3c3361",
    "vfModuleModelCustomizationUUID": "f5656d6c-6fda-4ec8-bf09-665d37cc1536",
    "isBase": true,
    "artifacts": [
      "486e1d60-28fe-4f48-a0b8-d96911f10ac5",
      "8b795b56-5c63-4d22-a6cf-68e529999627"
    ],
    "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-07-06T04:41:34.944Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtuylx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b27d246-fbc6-43f9-aa58-4f02fb3c3361
VfModuleModelInvariantUUID:e3f2c58c-2b2b-4129-a4c7-82d9945e174a
VfModuleModelDescription:NULL
Artifacts UUID List:{
486e1d60-28fe-4f48-a0b8-d96911f10ac5
,
8b795b56-5c63-4d22-a6cf-68e529999627

}
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-07-06T04:41:34.944Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 486e1d60-28fe-4f48-a0b8-d96911f10ac5 from URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
2022-07-06T04:41:34.945Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:41:34.945Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
2022-07-06T04:41:35.157Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:41:35.158Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml 486e1d60-28fe-4f48-a0b8-d96911f10ac5 5033
2022-07-06T04:41:35.159Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-06T04:41:35.159Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
2022-07-06T04:41:35.159Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:41:35.159Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:35.161Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:35.162Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082495158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:35.262Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:35.262Z||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-07-06T04:41:35.262Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:35.302Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:35.303Z||pool-12-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:36.162Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b795b56-5c63-4d22-a6cf-68e529999627 from URL: /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
2022-07-06T04:41:36.163Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:41:36.163Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
2022-07-06T04:41:36.397Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env 8b795b56-5c63-4d22-a6cf-68e529999627 909
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:41:36.398Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:36.400Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:36.400Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082496398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:41:36.501Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:36.502Z||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-07-06T04:41:36.502Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:36.554Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:36.555Z||pool-13-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:37.401Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3cdf8dab-a6f0-4082-803d-91c923196850
2022-07-06T04:41:37.402Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nTUYLx 0 6f1f93c0-fb32-4978-8cf9-0156033c066f 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-07-06T04:41:37.430Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36498e80, org.onap.sdc.toscaparser.api.parameters.Input@59df8f5, org.onap.sdc.toscaparser.api.parameters.Input@2a7287f, org.onap.sdc.toscaparser.api.parameters.Input@688c383, org.onap.sdc.toscaparser.api.parameters.Input@7c4f705c]
2022-07-06T04:41:37.433Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.433Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.434Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-06T04:41:37.434Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
2022-07-06T04:41:37.434Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb matches Tosca VF Customization UUID: 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
2022-07-06T04:41:37.434Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb  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-07-06T04:41:37.440Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.440Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.441Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb: {\"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-07-06T04:41:37.441Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f117fd1
2022-07-06T04:41:37.441Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.442Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:41:37.442Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f5656d6c-6fda-4ec8-bf09-665d37cc1536
2022-07-06T04:41:37.443Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f5656d6c-6fda-4ec8-bf09-665d37cc1536
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-07-06T04:41:37.448Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.449Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:37.449Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is not matching search criteria
2022-07-06T04:41:37.450Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-06T04:41:37.451Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-06T04:41:37.451Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44f10276-48a2-4338-afd1-de6095f658b9
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-07-06T04:41:37.460Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.460Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:37.461Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:41:37.461Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.461Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nTUYLx 0 is matching search criteria
2022-07-06T04:41:37.461Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nTUYLx 0] matching following query criteria: sdcType=VF, customizationUUID=71f3f0f4-1e99-43b7-aafc-cc1f4a1b5ffb
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-07-06T04:41:37.463Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.463Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3cdf8dab-a6f0-4082-803d-91c923196850: basic_onboard_nTUYLx
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.464Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.465Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:41:37.466Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nTUYLx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:41:37.466Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_nTUYLx 
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-07-06T04:41:37.649Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nTUYLx 6f1f93c0-fb32-4978-8cf9-0156033c066f 1 ASDC deployResourceStructure
2022-07-06T04:41:37.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json ASDC sendASDCNotification
2022-07-06T04:41:37.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json
2022-07-06T04:41:37.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:41:37.650Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:37.652Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:37.652Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082497650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:41:37.752Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:37.753Z||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-07-06T04:41:37.753Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:37.832Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:37.833Z||pool-14-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:41:38.653Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-06T04:41:38.653Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml
2022-07-06T04:41:38.653Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:41:38.654Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:38.655Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:38.656Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082498653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T04:41:38.756Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:38.757Z||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-07-06T04:41:38.757Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:38.816Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:38.817Z||pool-15-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:39.656Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-06T04:41:39.657Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env
2022-07-06T04:41:39.657Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:41:39.657Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:39.659Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:39.659Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082499656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-06T04:41:39.759Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:39.761Z||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-07-06T04:41:39.761Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:39.788Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:39.789Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:40.660Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar ASDC sendASDCNotification
2022-07-06T04:41:40.660Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar
2022-07-06T04:41:40.660Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:41:40.661Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:41:40.663Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:41:40.663Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082500659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:41:40.763Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:41:40.765Z||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-07-06T04:41:40.765Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:41:40.797Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:41:40.797Z||pool-17-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:41:41.664Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:41:41.680Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:41:41.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:41:41.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:41:41.682Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:42:11.683Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:42:11.696Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:42:11.700Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:42:11.700Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:42:11.700Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:42:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:42:21.980Z||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-07-06T04:42:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:42:22.131Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:42:22.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:42:22.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082479812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:42:22.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:42:41.701Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:42:41.713Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:42:41.716Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:42:41.716Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:42:41.717Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:43:11.717Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:43:11.729Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:43:11.731Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:43:11.731Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:43:11.731Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:43:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:43:21.980Z||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-07-06T04:43:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:43:22.049Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:43:22.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082479812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082479812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082479812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082479812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082487836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082481976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082487986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082490094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082489995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082492221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:43:22.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "clamp",
  "timestamp": 1657082491000,
  "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-07-06T04:43:22.065Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:43:22.065Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:43:22.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082493226,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:43:22.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:43:22.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T04:43:22.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082493922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082494346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082495158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "aai-ml",
  "timestamp": 1657082495352,
  "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-07-06T04:43:22.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
2022-07-06T04:43:22.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:43:22.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082496398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:43:22.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082497650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/basic_onboard_ntuylx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:43:22.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082498653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082499656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/resourceInstances/basic_onboard_ntuylx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:43:22.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082500659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtuylx/1.0/artifacts/service-BasicOnboardNtuylx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:43:22.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:43:41.732Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:43:41.744Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:43:41.747Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:43:41.748Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:43:41.748Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:43:41.748Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:43:41.748Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:43:41.753Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T04:44:11.753Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc 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-07-06T04:44:11.763Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc and serviceModelVersionId: 3cdf8dab-a6f0-4082-803d-91c923196850
2022-07-06T04:44:11.764Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40084f4c-ff13-4cd2-8ea8-196ca463e365
2022-07-06T04:44:21.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:44:21.980Z||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-07-06T04:44:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:22.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:22.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082539121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082539812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082546528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082539121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082539812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082546528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082546523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082539121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082546528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082539812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082546926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082546523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082539812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082546528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082539121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082546926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082546523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082539121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082539812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082546528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082546926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082546523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082539812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082546528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082539121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082546926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082546523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082539121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082539812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082546528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082546926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082546523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082546926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082553933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082554612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082546523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082546926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "cds",
  "timestamp": 1657082555620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-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-07-06T04:44:22.574Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.574Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082554432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082554824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082555631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082555828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082557219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:22.584Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "policy-id",
  "timestamp": 1657082556832,
  "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-07-06T04:44:22.588Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.588Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082558223,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:44:22.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.603Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082556961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082557984,
  "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-07-06T04:44:22.615Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.616Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082558988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:22.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082563117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082562046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082563117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082562046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082563117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082562046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082563117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082562046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082563117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082562046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082563117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082562046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:22.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082563117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082562046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:44:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082570947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082581535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082580989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "aai-ml",
  "timestamp": 1657082582539,
  "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-07-06T04:44: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 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.634Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:22.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082582997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:22.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:44:22.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:44:22.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "clamp",
  "timestamp": 1657082584001,
  "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-07-06T04:44:22.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
2022-07-06T04:44:22.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:44:25.758Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0
2022-07-06T04:44:25.868Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T04:44:26.328Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?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-07-06T04:44:26.333Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0|INFO|500||Invoke
2022-07-06T04:44:26.447Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T04:44:26.783Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0|INFO|500||InvokeReturn
2022-07-06T04:44:26.785Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40084f4c-ff13-4cd2-8ea8-196ca463e365/model-vers/model-ver/3cdf8dab-a6f0-4082-803d-91c923196850?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-04:44:24:772-57356], vertex-id=[118968], Content-Length=[0], Date=[Wed, 06 Jul 2022 04:44:24 GMT], Content-Type=[application/json]}
2022-07-06T04:44:26.785Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-07-06T04:44:26.788Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T04:44:26.788Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T04:44:26.793Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T04:44:26.794Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f3ac9fd-1fa2-437d-b756-0045ba9f42bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T04:44:26.795Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T04:44:26.795Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:26.797Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:26.797Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082666794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:44:26.897Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:26.899Z||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-07-06T04:44:26.899Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:26.920Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:26.921Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T04:44:27.810Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:44:27.810Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|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-07-06T04:44:27.810Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:32.261Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:32.262Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T04:44:32.263Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a4c05ef-9adc-486c-97fb-f15cf3bc92fc","serviceName":"vFW 2022-07-06 04-41-09","serviceVersion":"1.0","serviceUUID":"3c916dc1-55d1-40a7-8288-ef30e083fd1b","serviceDescription":"catalog service description","serviceInvariantUUID":"32994496-a93a-477a-88c7-7f8a9be8cab9","resources":[{"resourceInstanceName":"vFW 1b6fe9a7-2c7b 0","resourceName":"vFW 1b6fe9a7-2c7b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ed01c1b-5b16-41b6-a9c1-d96d139cb857","resourceInvariantUUID":"ec0371b7-abbc-47e3-8692-76c19a491429","resourceCustomizationUUID":"01a1a8a4-226b-42da-b91f-2105586115c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml","artifactChecksum":"Y2NlYTJlMWIwMmRhYjUzNzEwZTA3OThkNjliOWRhNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8bd35c06-029b-4de9-a14c-c62581273636","artifactVersion":"1"},{"artifactName":"vfw1b6fe9a72c7b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json","artifactChecksum":"MjBkMzg1MDFjZmZiYjQ3Y2M2Y2RmYjZmZDQ4MjQxZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b239734-bc41-46be-9e59-fae1074f38c5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb1dd80d-0e9f-4926-bf04-d46aa5089bff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml","artifactChecksum":"MjIwODZkYjUxM2I3Yjk2MWY1Zjg1MGM4OGYyYmRiNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53d15301-5981-42d6-ae22-1f264cf5bc7c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cc6160f4-42e9-406d-84ae-57125e1eb12c","artifactVersion":"2","generatedFromUUID":"eb1dd80d-0e9f-4926-bf04-d46aa5089bff"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220706044109-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml","artifactChecksum":"NjVjZDEyYWQzZTczMTc5YTBmNWEwZGZiZjA3MTJiOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0acdf9c-94ca-4012-a0e7-5e5fa4172049","artifactVersion":"1"},{"artifactName":"service-Vfw20220706044109-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar","artifactChecksum":"NGZhMjg0Y2IxMzRiNWRiNmZkMjRiNTY1ZjExYjNhZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T04:44:32.266Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:32.266Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:32.268Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:32.268Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:32.369Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:32.370Z||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-07-06T04:44:32.370Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:32.394Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:32.394Z||pool-19-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:33.269Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:33.270Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:33.272Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:33.272Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:44:33.372Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:33.373Z||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-07-06T04:44:33.373Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:33.390Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:33.390Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:34.272Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:34.273Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:34.275Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:34.276Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:44:34.376Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:34.377Z||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-07-06T04:44:34.377Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:34.399Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:34.400Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:35.276Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:35.278Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:35.280Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:35.280Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:35.380Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:35.381Z||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-07-06T04:44:35.381Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:35.406Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:35.407Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:36.281Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:36.282Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:36.284Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:36.284Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-06T04:44:36.384Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:36.385Z||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-07-06T04:44:36.385Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:36.424Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:36.424Z||pool-23-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:37.284Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:37.285Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:37.287Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:37.288Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:44:37.388Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:37.388Z||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-07-06T04:44:37.389Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:37.467Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:37.468Z||pool-24-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:44:38.288Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:44:38.289Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:38.291Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:38.291Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:44:38.391Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:38.392Z||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-07-06T04:44:38.393Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:38.417Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:38.418Z||pool-25-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:44:39.293Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "serviceName": "vFW 2022-07-06 04-41-09",
  "serviceVersion": "1.0",
  "serviceUUID": "3c916dc1-55d1-40a7-8288-ef30e083fd1b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "32994496-a93a-477a-88c7-7f8a9be8cab9",
  "resources": [
    {
      "resourceInstanceName": "vFW 1b6fe9a7-2c7b 0",
      "resourceCustomizationUUID": "01a1a8a4-226b-42da-b91f-2105586115c3",
      "resourceName": "vFW 1b6fe9a7-2c7b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ed01c1b-5b16-41b6-a9c1-d96d139cb857",
      "resourceInvariantUUID": "ec0371b7-abbc-47e3-8692-76c19a491429",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1b6fe9a72c7b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
          "artifactChecksum": "MjBkMzg1MDFjZmZiYjQ3Y2M2Y2RmYjZmZDQ4MjQxZGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b239734-bc41-46be-9e59-fae1074f38c5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "eb1dd80d-0e9f-4926-bf04-d46aa5089bff",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cc6160f4-42e9-406d-84ae-57125e1eb12c",
            "generatedFromUUID": "eb1dd80d-0e9f-4926-bf04-d46aa5089bff"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cc6160f4-42e9-406d-84ae-57125e1eb12c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220706044109-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
      "artifactChecksum": "NGZhMjg0Y2IxMzRiNWRiNmZkMjRiNTY1ZjExYjNhZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T04:44:39.293Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T04:44:39.293Z|1f3ac9fd-1fa2-437d-b756-0045ba9f42bc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c916dc1-55d1-40a7-8288-ef30e083fd1b ASDC
2022-07-06T04:44:39.294Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
ServiceName:vFW 2022-07-06 04-41-09
ServiceVersion:1.0
ServiceUUID:3c916dc1-55d1-40a7-8288-ef30e083fd1b
ServiceInvariantUUID:32994496-a93a-477a-88c7-7f8a9be8cab9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220706044109-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
ArtifactUUID:4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1
ArtifactChecksum:NGZhMjg0Y2IxMzRiNWRiNmZkMjRiNTY1ZjExYjNhZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1b6fe9a7-2c7b 0
ResourceCustomizationUUID:01a1a8a4-226b-42da-b91f-2105586115c3
ResourceInvariantUUID:ec0371b7-abbc-47e3-8692-76c19a491429
ResourceName:vFW 1b6fe9a7-2c7b
ResourceType:VF
ResourceUUID:2ed01c1b-5b16-41b6-a9c1-d96d139cb857
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1b6fe9a72c7b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
ArtifactUUID:0b239734-bc41-46be-9e59-fae1074f38c5
ArtifactChecksum:MjBkMzg1MDFjZmZiYjQ3Y2M2Y2RmYjZmZDQ4MjQxZGM=
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/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
ArtifactUUID:eb1dd80d-0e9f-4926-bf04-d46aa5089bff
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/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
ArtifactUUID:cc6160f4-42e9-406d-84ae-57125e1eb12c
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/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
ArtifactUUID:cc6160f4-42e9-406d-84ae-57125e1eb12c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-06T04:44:39.294Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c916dc1-55d1-40a7-8288-ef30e083fd1b 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-07-06T04:44:39.324Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:44:39.324Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:44:39.324Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:44:39.325Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1 from URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:39.325Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:44:39.325Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:39.615Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:44:39.622Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar 4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1 99016
2022-07-06T04:44:39.622Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar ASDC sendASDCNotification
2022-07-06T04:44:39.622Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:39.622Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:44:39.623Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:39.625Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:39.625Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082679622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:39.725Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:39.726Z||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-07-06T04:44:39.726Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:39.772Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:39.772Z||pool-26-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:40.626Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:44:40.627Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:44:40.627Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4b58ea1b-6c68-4aae-a7d9-d17e377bc3d1, URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar to file: /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:40.627Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220706044109-csar.csar
2022-07-06T04:44:40.628Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:40.628Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:40.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2536676627559377799/Definitions/service-Vfw20220706044109-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-06T04:44:42.842Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||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-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.843Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||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-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||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-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.844Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.845Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||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-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.845Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.845Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||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-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.845Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.846Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.846Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1b6fe9a7-2c7b 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-Vfw20220706044109-csar.csar
2022-07-06T04:44:42.846Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:44:42.846Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.847Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.847Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.847Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:44:42.848Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:44:42.848Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.848Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.849Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.849Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:44:42.849Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:44:42.849Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.850Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.850Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.850Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:42.850Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.851Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.852Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.853Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T04:44:42.854Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.854Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:44:42.854Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.854Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.855Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:42.855Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.855Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.855Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:42.856Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.856Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:42.856Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:42.857Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.858Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:42.859Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.859Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:42.859Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.859Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=feddbdf6-29c8-41a2-b8d3-aa2c674fc7b5
2022-07-06T04:44:42.860Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.860Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:42.860Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:42.860Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.861Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:42.862Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.863Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ba390dd0-58c6-4706-b9b6-f67f224ac894
2022-07-06T04:44:42.863Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.863Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:42.863Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.864Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.865Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:42.865Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:42.865Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:42.865Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:42.866Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:42.866Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T04:44:42.866Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=03c0a053-6493-47d7-9323-bf23550ed29f
2022-07-06T04:44:42.866Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.867Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.867Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.867Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.867Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.868Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.868Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:42.868Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:42.868Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-06 04-41-09
Description:catalog service description
Model UUID:3c916dc1-55d1-40a7-8288-ef30e083fd1b
Model Version:NULL
Model InvariantUuid:32994496-a93a-477a-88c7-7f8a9be8cab9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1b6fe9a7-2c7b
Model UUID:4d227ba7-ccb2-43b3-90d2-b21e1ae2f6b4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec0371b7-abbc-47e3-8692-76c19a491429
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:01a1a8a4-226b-42da-b91f-2105586115c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:543914e6-cbf6-4956-a127-9bf5c27a0af0
ModelName:Vfw1b6fe9a72c7b..base_vfw..module-0
ModelUuid:c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:feddbdf6-29c8-41a2-b8d3-aa2c674fc7b5
ModelInvariantUuid:8a275d18-8755-4e04-9f22-10250150feb8
ModelName:vFW 1b6fe9a7-2c7b-nodes.vfwCvfc
ModelUuid:65c6c900-babd-4e0e-b1e6-292fafd3eda6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4e8c3059-461d-4ae4-ad9f-999c8465cb1c
ModelInvariantUuid:e823c88e-8e38-4002-bc62-f19daa78bdcd
ModelName:Vfw1b6fe9a72c7b.compute.nodes.heat.vfw
ModelUuid:81aaca7a-e2cd-4b33-882d-b2176ebc5d88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ba390dd0-58c6-4706-b9b6-f67f224ac894
ModelInvariantUuid:162c2579-b710-49f2-ba92-0d79ab05a271
ModelName:vFW 1b6fe9a7-2c7b-nodes.vsnCvfc
ModelUuid:0813229e-73af-48b6-a762-9e7fcb253a04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e1185ec3-c666-44a3-b1a4-e992ba7db68c
ModelInvariantUuid:e004f0f5-8706-44cf-88c8-cadc7da253ee
ModelName:Vfw1b6fe9a72c7b.compute.nodes.heat.vsn
ModelUuid:107136f8-90eb-43fb-b352-4fa60f5e787a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:03c0a053-6493-47d7-9323-bf23550ed29f
ModelInvariantUuid:f999611f-bea0-40b4-b4ef-d25874b47a28
ModelName:vFW 1b6fe9a7-2c7b-nodes.vpgCvfc
ModelUuid:d3259e41-d9e5-4f1d-9e07-88a373d482d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:93fc4f0a-e61f-43ac-8751-080236abdb5a
ModelInvariantUuid:d872f54c-ed09-4e39-990f-6c6ed2dc485c
ModelName:Vfw1b6fe9a72c7b.compute.nodes.heat.vpg
ModelUuid:c825178d-2eaf-4941-a78b-3733b04d9124
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-07-06T04:44:42.876Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ed01c1b-5b16-41b6-a9c1-d96d139cb857
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-07-06T04:44:42.879Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||vFW 1b6fe9a7-2c7b 0
2022-07-06T04:44:42.880Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ed01c1b-5b16-41b6-a9c1-d96d139cb857
2022-07-06T04:44:42.880Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0b239734-bc41-46be-9e59-fae1074f38c5 from URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
2022-07-06T04:44:42.880Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:44:42.881Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
2022-07-06T04:44:43.028Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:44:43.029Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json 0b239734-bc41-46be-9e59-fae1074f38c5 785
2022-07-06T04:44:43.029Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json ASDC sendASDCNotification
2022-07-06T04:44:43.029Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
2022-07-06T04:44:43.029Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:44:43.030Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:43.032Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:43.032Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082683029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:43.132Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:43.133Z||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-07-06T04:44:43.134Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:43.203Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:43.204Z||pool-27-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:44.033Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1b6fe9a72c7b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "543914e6-cbf6-4956-a127-9bf5c27a0af0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd",
    "vfModuleModelCustomizationUUID": "f04eff66-9fd1-459a-b032-339fd5194032",
    "isBase": true,
    "artifacts": [
      "eb1dd80d-0e9f-4926-bf04-d46aa5089bff",
      "cc6160f4-42e9-406d-84ae-57125e1eb12c"
    ],
    "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-07-06T04:44:44.038Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1b6fe9a72c7b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd
VfModuleModelInvariantUUID:543914e6-cbf6-4956-a127-9bf5c27a0af0
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1dd80d-0e9f-4926-bf04-d46aa5089bff
,
cc6160f4-42e9-406d-84ae-57125e1eb12c

}
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-07-06T04:44:44.040Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1b6fe9a72c7b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "543914e6-cbf6-4956-a127-9bf5c27a0af0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd",
    "vfModuleModelCustomizationUUID": "f04eff66-9fd1-459a-b032-339fd5194032",
    "isBase": true,
    "artifacts": [
      "eb1dd80d-0e9f-4926-bf04-d46aa5089bff",
      "cc6160f4-42e9-406d-84ae-57125e1eb12c"
    ],
    "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-07-06T04:44:44.040Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1b6fe9a72c7b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4a3bfe7-5b3d-49a2-b37a-8003ec07a5fd
VfModuleModelInvariantUUID:543914e6-cbf6-4956-a127-9bf5c27a0af0
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1dd80d-0e9f-4926-bf04-d46aa5089bff
,
cc6160f4-42e9-406d-84ae-57125e1eb12c

}
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-07-06T04:44:44.041Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb1dd80d-0e9f-4926-bf04-d46aa5089bff from URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
2022-07-06T04:44:44.041Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:44:44.041Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
2022-07-06T04:44:44.158Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:44:44.159Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml eb1dd80d-0e9f-4926-bf04-d46aa5089bff 20368
2022-07-06T04:44:44.160Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-06T04:44:44.160Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
2022-07-06T04:44:44.160Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:44:44.161Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:44.163Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:44.163Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082684160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:44.263Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:44.264Z||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-07-06T04:44:44.264Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:44.290Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:44.290Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-07-06T04:44:45.164Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc6160f4-42e9-406d-84ae-57125e1eb12c from URL: /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
2022-07-06T04:44:45.165Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:44:45.165Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
2022-07-06T04:44:45.505Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:44:45.506Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env cc6160f4-42e9-406d-84ae-57125e1eb12c 2098
2022-07-06T04:44:45.506Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-06T04:44:45.507Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
2022-07-06T04:44:45.507Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:44:45.507Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:45.510Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:45.510Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082685506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:44:45.610Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:45.611Z||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-07-06T04:44:45.611Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:45.630Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:45.631Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:46.511Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3c916dc1-55d1-40a7-8288-ef30e083fd1b
2022-07-06T04:44:46.513Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1b6fe9a7-2c7b 0 2ed01c1b-5b16-41b6-a9c1-d96d139cb857 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-07-06T04:44:46.528Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3de71152, org.onap.sdc.toscaparser.api.parameters.Input@4a165690, org.onap.sdc.toscaparser.api.parameters.Input@47495aa0, org.onap.sdc.toscaparser.api.parameters.Input@3c824492, org.onap.sdc.toscaparser.api.parameters.Input@396abfd1]
2022-07-06T04:44:46.530Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.530Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.531Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-06T04:44:46.531Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 01a1a8a4-226b-42da-b91f-2105586115c3
2022-07-06T04:44:46.531Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01a1a8a4-226b-42da-b91f-2105586115c3 matches Tosca VF Customization UUID: 01a1a8a4-226b-42da-b91f-2105586115c3
2022-07-06T04:44:46.531Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 01a1a8a4-226b-42da-b91f-2105586115c3  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-07-06T04:44:46.534Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.535Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.536Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 01a1a8a4-226b-42da-b91f-2105586115c3: {\"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-07-06T04:44:46.536Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62a969a4
2022-07-06T04:44:46.536Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.536Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:44:46.537Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f04eff66-9fd1-459a-b032-339fd5194032
2022-07-06T04:44:46.537Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f04eff66-9fd1-459a-b032-339fd5194032
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-07-06T04:44:46.540Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.540Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.540Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.541Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.541Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.541Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.542Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.542Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:46.542Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:46.543Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:46.543Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T04:44:46.543Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:46.544Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:46.544Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.544Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.545Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:46.545Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.546Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:46.546Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.546Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=feddbdf6-29c8-41a2-b8d3-aa2c674fc7b5
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-07-06T04:44:46.549Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.549Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.550Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.550Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.550Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:46.551Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:46.551Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:46.551Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:46.552Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.552Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.552Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.553Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:46.553Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T04:44:46.553Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:44:46.554Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.554Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:44:46.554Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.555Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ba390dd0-58c6-4706-b9b6-f67f224ac894
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-07-06T04:44:46.557Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.557Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.558Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.561Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.561Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is not matching search criteria
2022-07-06T04:44:46.561Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:44:46.562Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:44:46.562Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:44:46.563Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.563Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.563Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.564Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:44:46.564Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:44:46.564Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:44:46.565Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:44:46.565Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:44:46.565Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T04:44:46.566Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=03c0a053-6493-47d7-9323-bf23550ed29f
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-07-06T04:44:46.568Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.568Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.569Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:44:46.569Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.569Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Node template vFW 1b6fe9a7-2c7b 0 is matching search criteria
2022-07-06T04:44:46.570Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1b6fe9a7-2c7b 0] matching following query criteria: sdcType=VF, customizationUUID=01a1a8a4-226b-42da-b91f-2105586115c3
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-07-06T04:44:46.572Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.572Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.573Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3c916dc1-55d1-40a7-8288-ef30e083fd1b: vFW 1b6fe9a7-2c7b
2022-07-06T04:44:46.573Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.573Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.574Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.574Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.574Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.575Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.575Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.575Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.576Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:44:46.576Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:44:46.577Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-07-06 04-41-09 
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-07-06T04:44:46.758Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1b6fe9a7-2c7b 2ed01c1b-5b16-41b6-a9c1-d96d139cb857 1 ASDC deployResourceStructure
2022-07-06T04:44:46.759Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json ASDC sendASDCNotification
2022-07-06T04:44:46.759Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json
2022-07-06T04:44:46.759Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:44:46.760Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:46.762Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:46.762Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082686759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:46.862Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:46.863Z||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-07-06T04:44:46.863Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:46.886Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:46.886Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:47.762Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-06T04:44:47.763Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml
2022-07-06T04:44:47.763Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:44:47.764Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:47.765Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:47.766Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082687762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:47.866Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:47.867Z||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-07-06T04:44:47.867Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:47.900Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:47.900Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:48.766Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-06T04:44:48.767Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env
2022-07-06T04:44:48.767Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:44:48.767Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:48.769Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:48.769Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082688766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:48.869Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:48.870Z||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-07-06T04:44:48.870Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:48.890Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:48.890Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:49.770Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar ASDC sendASDCNotification
2022-07-06T04:44:49.771Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar
2022-07-06T04:44:49.771Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:44:49.771Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:44:49.774Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:44:49.774Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082689770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:44:49.874Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:44:49.875Z||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-07-06T04:44:49.875Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:44:49.894Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:44:49.894Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:44:50.775Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:44:50.786Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:44:50.791Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:44:50.792Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:44:50.793Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:44:50.798Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T04:45:20.799Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc 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-07-06T04:45:20.810Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc and serviceModelVersionId: 3c916dc1-55d1-40a7-8288-ef30e083fd1b
2022-07-06T04:45:20.811Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32994496-a93a-477a-88c7-7f8a9be8cab9
2022-07-06T04:45:20.813Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0
2022-07-06T04:45:20.820Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T04:45:20.882Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|INFO|500||Invoke
2022-07-06T04:45:20.883Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a4c05ef-9adc-486c-97fb-f15cf3bc92fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a2bcbe9-d652-4f94-8ed8-62396f8b2151], X-ECOMP-RequestID=[3a4c05ef-9adc-486c-97fb-f15cf3bc92fc], X-TransactionId=[], X-ONAP-RequestID=[3a4c05ef-9adc-486c-97fb-f15cf3bc92fc], Content-Type=[application/merge-patch+json]}
2022-07-06T04:45:20.913Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T04:45:21.224Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?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/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-04:45:19:224-43983], vertex-id=[184512], Content-Length=[0], Date=[Wed, 06 Jul 2022 04:45:19 GMT], Content-Type=[application/json]}
2022-07-06T04:45:21.224Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T04:45:21.225Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32994496-a93a-477a-88c7-7f8a9be8cab9/model-vers/model-ver/3c916dc1-55d1-40a7-8288-ef30e083fd1b?depth=0|INFO|500||InvokeReturn
2022-07-06T04:45:21.225Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T04:45:21.226Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T04:45:21.232Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T04:45:21.232Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a4c05ef-9adc-486c-97fb-f15cf3bc92fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T04:45:21.233Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T04:45:21.234Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:45:21.236Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:45:21.236Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082721233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:45:21.336Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:45:21.338Z||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-07-06T04:45:21.338Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:45:21.377Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:45:21.378Z||pool-34-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:45:21.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:45:21.981Z||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-07-06T04:45:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T04:45:22.253Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:45:22.254Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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-07-06T04:45:22.255Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:45:22.622Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:45:22.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f3ac9fd-1fa2-437d-b756-0045ba9f42bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082666794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:45:22.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:45:22.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-06T04:45:22.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082667810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:45:22.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082679622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082683029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:45:22.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082684160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082685506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:45:22.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082686759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/vfw1b6fe9a72c7b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082687762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082688766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/resourceInstances/vfw1b6fe9a72c7b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082689770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044109/1.0/artifacts/service-Vfw20220706044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:45:22.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:22.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-06T04:45:22.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a4c05ef-9adc-486c-97fb-f15cf3bc92fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082721233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:45:22.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:45:31.810Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:45:31.811Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:45:31.811Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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-07-06T04:45:31.812Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:45:41.365Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:45:41.367Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:45:41.368Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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-07-06T04:45:41.369Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:45:50.952Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:21.976Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:46:21.979Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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-07-06T04:46:21.979Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:46:21.980Z||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-07-06T04:46:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:24.645Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:24.646Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T04:46:24.646Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"48b77510-e3d2-4304-8a8f-0bc878a459b4","serviceName":"vFW 2022-07-06 04-45-06","serviceVersion":"1.0","serviceUUID":"43d3c14b-fc84-45b6-9132-7521d364b01d","serviceDescription":"catalog service description","serviceInvariantUUID":"09626e86-8bbf-450b-aefc-38210e97013a","resources":[{"resourceInstanceName":"vFW d9f81d7e-558e 0","resourceName":"vFW d9f81d7e-558e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ea49398-6208-4778-b9a6-8c0c2fd63a71","resourceInvariantUUID":"9ea88092-d360-4a63-94f5-1b35fae4a092","resourceCustomizationUUID":"023aa547-99bc-4434-b8c7-30c09ea607e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml","artifactChecksum":"N2ViMDU3NDkzY2YyYjc1Y2YyMWJiNmFhZjMyY2UxZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37333352-44f5-4060-8b7e-f80ba6c2d9f2","artifactVersion":"1"},{"artifactName":"vfwd9f81d7e558e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json","artifactChecksum":"NGE5YzZmNzEwYjZlMjA2ZjgwZWU4ZjU5MjZjMTVhOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b331a0d-28e1-4fe0-a33e-93318abf7959","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b07baf4-a497-4534-a4a8-6aed4002491a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml","artifactChecksum":"YzQyMTdjMDkyM2Y4NDkzYTYzNmFlZDJkNmE2YzExZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cf86036f-295a-419f-bd11-5768cc7e988e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e862a10f-f679-4c4c-9a73-6a01cf04a7ce","artifactVersion":"2","generatedFromUUID":"2b07baf4-a497-4534-a4a8-6aed4002491a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220706044506-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml","artifactChecksum":"MDY4YTE4MWQxNjA0ODM1OGQ2MmMyYzdkNTJmNzVlMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e14cff1-9b19-42d4-80a0-b10577674a32","artifactVersion":"1"},{"artifactName":"service-Vfw20220706044506-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar","artifactChecksum":"MGIyYTM4ODFlZWRjYzMyOTNlMjdiYzYzZTBkNjIzZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa9c2285-e13d-4510-af5e-c5a7856b4df6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T04:46:24.650Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:24.650Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:24.652Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:24.653Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:46:24.753Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:24.754Z||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-07-06T04:46:24.754Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:24.772Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:24.773Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:24.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:24.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:46:24.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:46:24.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:46:25.653Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:25.654Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:25.656Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:25.657Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:46:25.757Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:25.758Z||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-07-06T04:46:25.758Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:25.791Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:25.791Z||pool-36-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:46:26.657Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:26.658Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:26.660Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:26.660Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:46:26.761Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:26.761Z||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-07-06T04:46:26.762Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:26.801Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:26.801Z||pool-37-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:46:27.661Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:27.662Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:27.665Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:27.665Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:46:27.766Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:27.767Z||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-07-06T04:46:27.767Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:27.791Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:27.791Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:28.665Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:28.666Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:28.669Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:28.669Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-06T04:46:28.769Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:28.770Z||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-07-06T04:46:28.770Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:28.830Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:28.830Z||pool-39-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:46:29.669Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:29.670Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:29.672Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:29.672Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:46:29.773Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:46:29.774Z||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-07-06T04:46:29.774Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:29.793Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:29.793Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:30.673Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:46:30.674Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:30.676Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:30.676Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:46:30.776Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:46:30.777Z||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-07-06T04:46:30.777Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:30.807Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:30.807Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:31.678Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "serviceName": "vFW 2022-07-06 04-45-06",
  "serviceVersion": "1.0",
  "serviceUUID": "43d3c14b-fc84-45b6-9132-7521d364b01d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "09626e86-8bbf-450b-aefc-38210e97013a",
  "resources": [
    {
      "resourceInstanceName": "vFW d9f81d7e-558e 0",
      "resourceCustomizationUUID": "023aa547-99bc-4434-b8c7-30c09ea607e7",
      "resourceName": "vFW d9f81d7e-558e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5ea49398-6208-4778-b9a6-8c0c2fd63a71",
      "resourceInvariantUUID": "9ea88092-d360-4a63-94f5-1b35fae4a092",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd9f81d7e558e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
          "artifactChecksum": "NGE5YzZmNzEwYjZlMjA2ZjgwZWU4ZjU5MjZjMTVhOTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b331a0d-28e1-4fe0-a33e-93318abf7959",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b07baf4-a497-4534-a4a8-6aed4002491a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e862a10f-f679-4c4c-9a73-6a01cf04a7ce",
            "generatedFromUUID": "2b07baf4-a497-4534-a4a8-6aed4002491a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e862a10f-f679-4c4c-9a73-6a01cf04a7ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220706044506-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
      "artifactChecksum": "MGIyYTM4ODFlZWRjYzMyOTNlMjdiYzYzZTBkNjIzZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa9c2285-e13d-4510-af5e-c5a7856b4df6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T04:46:31.679Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T04:46:31.679Z|3a4c05ef-9adc-486c-97fb-f15cf3bc92fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43d3c14b-fc84-45b6-9132-7521d364b01d ASDC
2022-07-06T04:46:31.680Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:48b77510-e3d2-4304-8a8f-0bc878a459b4
ServiceName:vFW 2022-07-06 04-45-06
ServiceVersion:1.0
ServiceUUID:43d3c14b-fc84-45b6-9132-7521d364b01d
ServiceInvariantUUID:09626e86-8bbf-450b-aefc-38210e97013a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220706044506-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
ArtifactUUID:fa9c2285-e13d-4510-af5e-c5a7856b4df6
ArtifactChecksum:MGIyYTM4ODFlZWRjYzMyOTNlMjdiYzYzZTBkNjIzZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d9f81d7e-558e 0
ResourceCustomizationUUID:023aa547-99bc-4434-b8c7-30c09ea607e7
ResourceInvariantUUID:9ea88092-d360-4a63-94f5-1b35fae4a092
ResourceName:vFW d9f81d7e-558e
ResourceType:VF
ResourceUUID:5ea49398-6208-4778-b9a6-8c0c2fd63a71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd9f81d7e558e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json
ArtifactUUID:2b331a0d-28e1-4fe0-a33e-93318abf7959
ArtifactChecksum:NGE5YzZmNzEwYjZlMjA2ZjgwZWU4ZjU5MjZjMTVhOTU=
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/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml
ArtifactUUID:2b07baf4-a497-4534-a4a8-6aed4002491a
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/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env
ArtifactUUID:e862a10f-f679-4c4c-9a73-6a01cf04a7ce
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/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env
ArtifactUUID:e862a10f-f679-4c4c-9a73-6a01cf04a7ce
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-06T04:46:31.681Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43d3c14b-fc84-45b6-9132-7521d364b01d 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-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa9c2285-e13d-4510-af5e-c5a7856b4df6 from URL: /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:31.715Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:46:31.716Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:32.103Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:46:32.108Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar fa9c2285-e13d-4510-af5e-c5a7856b4df6 99034
2022-07-06T04:46:32.108Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar ASDC sendASDCNotification
2022-07-06T04:46:32.108Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:32.108Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:46:32.109Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:32.111Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:32.111Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082792108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:46:32.211Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:32.212Z||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-07-06T04:46:32.212Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:32.236Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:32.237Z||pool-42-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:33.111Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:46:33.112Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:46:33.112Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa9c2285-e13d-4510-af5e-c5a7856b4df6, URL: /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar to file: /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:33.112Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220706044506-csar.csar
2022-07-06T04:46:33.113Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:33.113Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:33.363Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15059385856257824171/Definitions/service-Vfw20220706044506-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-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-06T04:46:35.274Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||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-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||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-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||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-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d9f81d7e-558e 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-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||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-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||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-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.275Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:46:35.276Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:46:35.277Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:35.278Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:46:35.279Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.279Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.280Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.281Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:35.282Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:46:35.283Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.284Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2b68ad0d-a79b-449d-9b68-70f5396bb011
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.285Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.286Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cfee0eb1-9e6c-470a-8b96-f2ac618a11d3
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:46:35.287Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d134cc0a-9512-4dc3-9c21-f0534fb13e1a
2022-07-06T04:46:35.288Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:35.289Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:35.290Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-06 04-45-06
Description:catalog service description
Model UUID:43d3c14b-fc84-45b6-9132-7521d364b01d
Model Version:NULL
Model InvariantUuid:09626e86-8bbf-450b-aefc-38210e97013a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d9f81d7e-558e
Model UUID:a603015a-47e4-48fe-9a23-3759869be249
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ea88092-d360-4a63-94f5-1b35fae4a092
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:023aa547-99bc-4434-b8c7-30c09ea607e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d33c1a84-0fd4-421b-956a-8c779af9a909
ModelName:VfwD9f81d7e558e..base_vfw..module-0
ModelUuid:3cedb5ea-efab-49b1-9a8d-d85e63306c16
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2b68ad0d-a79b-449d-9b68-70f5396bb011
ModelInvariantUuid:024e2863-3a84-48f2-8164-73e0dcb1e7b4
ModelName:vFW d9f81d7e-558e-nodes.vfwCvfc
ModelUuid:fde7e4d3-471e-4c50-9635-c7bb4391cb63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b85fc6d1-b34b-4eb3-9ece-b142202d38c2
ModelInvariantUuid:18b08422-6ac2-4ddf-83d3-18db8472b491
ModelName:VfwD9f81d7e558e.compute.nodes.heat.vfw
ModelUuid:58c1c6b9-70ee-4d6e-8c29-bc8f4371b982
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cfee0eb1-9e6c-470a-8b96-f2ac618a11d3
ModelInvariantUuid:1e3a4393-3b0d-4e8e-9b32-31e54a743972
ModelName:vFW d9f81d7e-558e-nodes.vsnCvfc
ModelUuid:3d1a0a7a-a837-47f7-8771-0e2aaab34ce3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e1877ff2-3f9c-452a-9af4-c5160cf98cc9
ModelInvariantUuid:302dc420-0ebe-4503-8f2e-fef6a524e9f0
ModelName:VfwD9f81d7e558e.compute.nodes.heat.vsn
ModelUuid:bf5863bb-a9b2-4762-aadb-ad3bc1359375
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d134cc0a-9512-4dc3-9c21-f0534fb13e1a
ModelInvariantUuid:51b162af-cdb3-4553-b45b-542a8e5debba
ModelName:vFW d9f81d7e-558e-nodes.vpgCvfc
ModelUuid:391d06c0-a825-494e-b01f-9725333bbfef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1919cacd-9dc1-43d4-8ccc-a4c93e89c8bf
ModelInvariantUuid:997d34de-ab40-4c31-9b57-74a325da11e2
ModelName:VfwD9f81d7e558e.compute.nodes.heat.vpg
ModelUuid:00469c2c-f5b7-4a67-b19f-4080e1fc327a
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-07-06T04:46:35.296Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ea49398-6208-4778-b9a6-8c0c2fd63a71
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-07-06T04:46:35.299Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||vFW d9f81d7e-558e 0
2022-07-06T04:46:35.299Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ea49398-6208-4778-b9a6-8c0c2fd63a71
2022-07-06T04:46:35.299Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b331a0d-28e1-4fe0-a33e-93318abf7959 from URL: /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json
2022-07-06T04:46:35.299Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:46:35.299Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json
2022-07-06T04:46:35.508Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:46:35.509Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json 2b331a0d-28e1-4fe0-a33e-93318abf7959 785
2022-07-06T04:46:35.509Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json ASDC sendASDCNotification
2022-07-06T04:46:35.509Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json
2022-07-06T04:46:35.509Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:46:35.510Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:35.511Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:35.511Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082795509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:46:35.612Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-06T04:46:35.613Z||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-07-06T04:46:35.613Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:35.687Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:35.688Z||pool-43-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:36.512Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD9f81d7e558e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d33c1a84-0fd4-421b-956a-8c779af9a909",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3cedb5ea-efab-49b1-9a8d-d85e63306c16",
    "vfModuleModelCustomizationUUID": "561a97d0-dc67-4eca-a73c-88aec6beefc1",
    "isBase": true,
    "artifacts": [
      "2b07baf4-a497-4534-a4a8-6aed4002491a",
      "e862a10f-f679-4c4c-9a73-6a01cf04a7ce"
    ],
    "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-07-06T04:46:36.516Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9f81d7e558e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3cedb5ea-efab-49b1-9a8d-d85e63306c16
VfModuleModelInvariantUUID:d33c1a84-0fd4-421b-956a-8c779af9a909
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b07baf4-a497-4534-a4a8-6aed4002491a
,
e862a10f-f679-4c4c-9a73-6a01cf04a7ce

}
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-07-06T04:46:36.518Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD9f81d7e558e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d33c1a84-0fd4-421b-956a-8c779af9a909",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3cedb5ea-efab-49b1-9a8d-d85e63306c16",
    "vfModuleModelCustomizationUUID": "561a97d0-dc67-4eca-a73c-88aec6beefc1",
    "isBase": true,
    "artifacts": [
      "2b07baf4-a497-4534-a4a8-6aed4002491a",
      "e862a10f-f679-4c4c-9a73-6a01cf04a7ce"
    ],
    "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-07-06T04:46:36.518Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9f81d7e558e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3cedb5ea-efab-49b1-9a8d-d85e63306c16
VfModuleModelInvariantUUID:d33c1a84-0fd4-421b-956a-8c779af9a909
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b07baf4-a497-4534-a4a8-6aed4002491a
,
e862a10f-f679-4c4c-9a73-6a01cf04a7ce

}
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-07-06T04:46:36.518Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b07baf4-a497-4534-a4a8-6aed4002491a from URL: /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml
2022-07-06T04:46:36.518Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:46:36.518Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml
2022-07-06T04:46:36.856Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:46:36.858Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml 2b07baf4-a497-4534-a4a8-6aed4002491a 20368
2022-07-06T04:46:36.859Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-06T04:46:36.859Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml
2022-07-06T04:46:36.859Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:46:36.859Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:36.861Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:36.861Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082796859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:46:36.961Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:36.962Z||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-07-06T04:46:36.962Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:36.995Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:36.996Z||pool-44-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:37.862Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e862a10f-f679-4c4c-9a73-6a01cf04a7ce from URL: /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env
2022-07-06T04:46:37.863Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:46:37.863Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env
2022-07-06T04:46:38.145Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:46:38.146Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env e862a10f-f679-4c4c-9a73-6a01cf04a7ce 2098
2022-07-06T04:46:38.146Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-06T04:46:38.146Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env
2022-07-06T04:46:38.146Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:46:38.147Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:38.149Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:38.149Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082798146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:46:38.249Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:38.250Z||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-07-06T04:46:38.250Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:38.293Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:38.293Z||pool-45-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:39.149Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 43d3c14b-fc84-45b6-9132-7521d364b01d
2022-07-06T04:46:39.150Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d9f81d7e-558e 0 5ea49398-6208-4778-b9a6-8c0c2fd63a71 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-07-06T04:46:39.167Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55b93eca, org.onap.sdc.toscaparser.api.parameters.Input@2cb7868b, org.onap.sdc.toscaparser.api.parameters.Input@4fa12c8, org.onap.sdc.toscaparser.api.parameters.Input@6d9dc32d, org.onap.sdc.toscaparser.api.parameters.Input@714eef3a]
2022-07-06T04:46:39.168Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.169Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:39.169Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-06T04:46:39.169Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 023aa547-99bc-4434-b8c7-30c09ea607e7
2022-07-06T04:46:39.169Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 023aa547-99bc-4434-b8c7-30c09ea607e7 matches Tosca VF Customization UUID: 023aa547-99bc-4434-b8c7-30c09ea607e7
2022-07-06T04:46:39.169Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 023aa547-99bc-4434-b8c7-30c09ea607e7  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-07-06T04:46:39.171Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.172Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:39.172Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 023aa547-99bc-4434-b8c7-30c09ea607e7: {\"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-07-06T04:46:39.172Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36e2a7cd
2022-07-06T04:46:39.172Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.173Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:46:39.173Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 561a97d0-dc67-4eca-a73c-88aec6beefc1
2022-07-06T04:46:39.173Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 561a97d0-dc67-4eca-a73c-88aec6beefc1
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-07-06T04:46:39.175Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.175Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:39.175Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:39.175Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.176Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:39.176Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:39.176Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.176Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:39.176Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:39.176Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-06T04:46:39.177Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:39.177Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:46:39.177Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:46:39.177Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:39.178Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:39.178Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:46:39.178Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:39.178Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:46:39.178Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:39.178Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2b68ad0d-a79b-449d-9b68-70f5396bb011
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-07-06T04:46:39.180Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.180Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:39.181Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:39.181Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.181Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:39.181Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:39.181Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:46:39.182Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:39.182Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:39.182Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:46:39.182Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:39.182Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:39.182Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-06T04:46:39.182Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-06T04:46:39.183Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:39.183Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-06T04:46:39.183Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:39.183Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cfee0eb1-9e6c-470a-8b96-f2ac618a11d3
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-07-06T04:46:39.185Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.185Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:39.185Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:39.185Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.185Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is not matching search criteria
2022-07-06T04:46:39.186Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-06T04:46:39.186Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-06T04:46:39.186Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:39.186Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:39.186Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-06T04:46:39.186Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-06T04:46:39.186Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-06T04:46:39.187Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-06T04:46:39.187Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-06T04:46:39.187Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-06T04:46:39.187Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-06T04:46:39.187Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-06T04:46:39.187Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d134cc0a-9512-4dc3-9c21-f0534fb13e1a
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-07-06T04:46:39.189Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.189Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:39.189Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:46:39.190Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.190Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Node template vFW d9f81d7e-558e 0 is matching search criteria
2022-07-06T04:46:39.190Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9f81d7e-558e 0] matching following query criteria: sdcType=VF, customizationUUID=023aa547-99bc-4434-b8c7-30c09ea607e7
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-07-06T04:46:39.192Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.192Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:39.192Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 43d3c14b-fc84-45b6-9132-7521d364b01d: vFW d9f81d7e-558e
2022-07-06T04:46:39.192Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.192Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:39.193Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.193Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:39.193Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.193Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:39.193Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.193Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:39.194Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:46:39.194Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-06 04-45-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:46:39.194Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-07-06 04-45-06 
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-07-06T04:46:39.353Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d9f81d7e-558e 5ea49398-6208-4778-b9a6-8c0c2fd63a71 1 ASDC deployResourceStructure
2022-07-06T04:46:39.353Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json ASDC sendASDCNotification
2022-07-06T04:46:39.353Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json
2022-07-06T04:46:39.353Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:46:39.353Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:39.355Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:39.356Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082799353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:46:39.456Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:39.456Z||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-07-06T04:46:39.457Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:39.479Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:39.480Z||pool-46-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:40.357Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-06T04:46:40.357Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml
2022-07-06T04:46:40.357Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:46:40.357Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:40.359Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:40.359Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082800357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T04:46:40.459Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:40.460Z||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-07-06T04:46:40.460Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:40.484Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:40.485Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:41.360Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-06T04:46:41.361Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env
2022-07-06T04:46:41.361Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:46:41.361Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:41.363Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:41.363Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082801360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-06T04:46:41.463Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:41.464Z||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-07-06T04:46:41.464Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:41.489Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:41.489Z||pool-48-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:42.364Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar ASDC sendASDCNotification
2022-07-06T04:46:42.364Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar
2022-07-06T04:46:42.364Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:46:42.365Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:46:42.367Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:46:42.367Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082802363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:46:42.467Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:46:42.468Z||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-07-06T04:46:42.468Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:46:42.527Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:46:42.528Z||pool-49-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:46:43.367Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:46:43.378Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:46:43.380Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:46:43.380Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:46:43.380Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:47:13.380Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:47:13.391Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:47:13.393Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:47:13.393Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:47:13.393Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:47:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:47:21.980Z||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-07-06T04:47:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:47:22.158Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:47:22.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:47:22.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082779121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:47:22.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:47:43.394Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:47:43.404Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:47:43.405Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:47:43.405Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:47:43.405Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:48:13.406Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:48:13.416Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:48:13.418Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:48:13.418Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:48:13.418Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:48:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:48:21.980Z||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-07-06T04:48:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:48:22.014Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:48:22.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:48:22.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082779812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:48:22.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:48:43.418Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:48:43.429Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:48:43.434Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:48:43.434Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:48:43.434Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:49:13.434Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:49:13.445Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:49:13.447Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:49:13.447Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:49:13.447Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:49:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:49:21.980Z||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-07-06T04:49:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:49:22.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:49:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082779121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082779812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082786528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082779121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082779812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082786528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082779121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082779812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082786523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082786528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082779121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082779812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082786926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082786528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082786523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082779121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082779812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082786926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082786523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082786528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082781976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657082779121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082779812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082786926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082786523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082786528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082786926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082792055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082792108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082786528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082786523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082786926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082786523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082786926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082794601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082786523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082786926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "cds",
  "timestamp": 1657082795610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-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-07-06T04:49:22.539Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48b77510-e3d2-4304-8a8f-0bc878a459b4
2022-07-06T04:49:22.540Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b77510-e3d2-4304-8a8f-0bc878a459b4 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-07-06T04:49:22.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082795359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082795509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082794539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082794968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657082796367,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:49:22.556Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48b77510-e3d2-4304-8a8f-0bc878a459b4
2022-07-06T04:49:22.556Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b77510-e3d2-4304-8a8f-0bc878a459b4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T04:49:22.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082796859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082795942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082795973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.564Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082798146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.564Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "policy-id",
  "timestamp": 1657082796977,
  "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-07-06T04:49:22.568Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48b77510-e3d2-4304-8a8f-0bc878a459b4
2022-07-06T04:49:22.568Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b77510-e3d2-4304-8a8f-0bc878a459b4 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-07-06T04:49:22.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082797321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082799353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082798351,
  "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-07-06T04:49:22.580Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48b77510-e3d2-4304-8a8f-0bc878a459b4
2022-07-06T04:49:22.580Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b77510-e3d2-4304-8a8f-0bc878a459b4 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-07-06T04:49:22.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082800357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657082799356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082801360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657082802363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082803117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082802046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082803117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082802046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vfwd9f81d7e558e0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082803117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082802046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082803117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082802046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082803117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082802046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/resourceInstances/vfwd9f81d7e558e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082803117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082802046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082803117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082802046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:49:22.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082811006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082815123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082817033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "clamp",
  "timestamp": 1657082818037,
  "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-07-06T04:49:22.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48b77510-e3d2-4304-8a8f-0bc878a459b4
2022-07-06T04:49:22.596Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b77510-e3d2-4304-8a8f-0bc878a459b4 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-07-06T04:49:22.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082821568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220706044506/1.0/artifacts/service-Vfw20220706044506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:49:22.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:49:22.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:49:22.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "aai-ml",
  "timestamp": 1657082822573,
  "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-07-06T04:49:22.607Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48b77510-e3d2-4304-8a8f-0bc878a459b4
2022-07-06T04:49:22.607Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b77510-e3d2-4304-8a8f-0bc878a459b4 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-07-06T04:49:43.447Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:49:43.458Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:49:43.460Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:49:43.460Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T04:49:43.460Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T04:49:43.461Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T04:49:43.461Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:49:43.461Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:49:43.461Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:49:43.461Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:49:43.461Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:49:43.461Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:49:43.461Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:49:43.466Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T04:50:13.466Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4 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-07-06T04:50:13.473Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48b77510-e3d2-4304-8a8f-0bc878a459b4 and serviceModelVersionId: 43d3c14b-fc84-45b6-9132-7521d364b01d
2022-07-06T04:50:13.473Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09626e86-8bbf-450b-aefc-38210e97013a
2022-07-06T04:50:13.474Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09626e86-8bbf-450b-aefc-38210e97013a/model-vers/model-ver/43d3c14b-fc84-45b6-9132-7521d364b01d?depth=0
2022-07-06T04:50:13.477Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T04:50:13.519Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09626e86-8bbf-450b-aefc-38210e97013a/model-vers/model-ver/43d3c14b-fc84-45b6-9132-7521d364b01d?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-07-06T04:50:13.520Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09626e86-8bbf-450b-aefc-38210e97013a/model-vers/model-ver/43d3c14b-fc84-45b6-9132-7521d364b01d?depth=0|INFO|500||Invoke
2022-07-06T04:50:13.541Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09626e86-8bbf-450b-aefc-38210e97013a/model-vers/model-ver/43d3c14b-fc84-45b6-9132-7521d364b01d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T04:50:13.739Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09626e86-8bbf-450b-aefc-38210e97013a/model-vers/model-ver/43d3c14b-fc84-45b6-9132-7521d364b01d?depth=0|INFO|500||InvokeReturn
2022-07-06T04:50:13.740Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09626e86-8bbf-450b-aefc-38210e97013a/model-vers/model-ver/43d3c14b-fc84-45b6-9132-7521d364b01d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-04:50:11:859-5762], vertex-id=[135352], Content-Length=[0], Date=[Wed, 06 Jul 2022 04:50:11 GMT], Content-Type=[application/json]}
2022-07-06T04:50:13.740Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-07-06T04:50:13.740Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T04:50:13.740Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T04:50:13.745Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T04:50:13.745Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48b77510-e3d2-4304-8a8f-0bc878a459b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T04:50:13.745Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T04:50:13.745Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:50:13.747Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:50:13.747Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083013745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:50:13.847Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:50:13.848Z||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-07-06T04:50:13.848Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:50:13.865Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:50:13.865Z||pool-50-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-07-06T04:50:14.760Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:50:14.761Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:50:14.761Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:50:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:50:21.980Z||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-07-06T04:50:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:50:22.616Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:50:22.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-06T04:50:22.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48b77510-e3d2-4304-8a8f-0bc878a459b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083013745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:50:22.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:50:25.074Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:50:25.075Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:50:25.075Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:50:25.075Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:50:34.627Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:50:34.628Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:50:34.629Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:50:34.629Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:50:44.182Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:50:44.183Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:50:44.183Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:50:44.183Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:50:53.736Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:51:21.976Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:51:21.978Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:51:21.978Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:51:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:51:21.979Z||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-07-06T04:51:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:51:31.521Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:51:31.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:52:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:52:21.979Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:52:21.979Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:52:21.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:52:21.980Z||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-07-06T04:52:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:52:31.540Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:52:31.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:53:21.976Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:53:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:53:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:53:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:53:21.980Z||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-07-06T04:53:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:53:31.524Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:53:31.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:54:21.976Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:54:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:54:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:54:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:54:21.980Z||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-07-06T04:54:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:54:31.617Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:54:31.639Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:55:21.976Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:55:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:55:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:55:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:55:21.980Z||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-07-06T04:55:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:55:31.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:55:31.609Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:56:21.976Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:56:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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-07-06T04:56:21.977Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:56:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:56:21.979Z||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-07-06T04:56:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:56:22.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:56:22.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083349812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "cds",
  "timestamp": 1657083356529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083346525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "policy-id",
  "timestamp": 1657083346926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083349812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:56:22.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "policy-id",
  "timestamp": 1657083346926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:56:22.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "cds",
  "timestamp": 1657083356529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:56:22.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083346525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "policy-id",
  "timestamp": 1657083357978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "cds",
  "timestamp": 1657083360174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:56:22.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:56:22.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083359446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:56:22.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:56:22.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "policy-id",
  "timestamp": 1657083358984,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:56:22.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:56:22.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "cds",
  "timestamp": 1657083361180,
  "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-07-06T04:56:22.213Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d958cb6-127d-488d-9d90-b923fc86881a
2022-07-06T04:56:22.214Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d958cb6-127d-488d-9d90-b923fc86881a 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-07-06T04:56:22.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083361040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:56:22.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:56:22.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "policy-id",
  "timestamp": 1657083359987,
  "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-07-06T04:56:22.228Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d958cb6-127d-488d-9d90-b923fc86881a
2022-07-06T04:56:22.228Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d958cb6-127d-488d-9d90-b923fc86881a 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-07-06T04:56:22.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083359121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083362044,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:56:22.240Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d958cb6-127d-488d-9d90-b923fc86881a
2022-07-06T04:56:22.240Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d958cb6-127d-488d-9d90-b923fc86881a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T04:56:22.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083359121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "aai-ml",
  "timestamp": 1657083373117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "clamp",
  "timestamp": 1657083372050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "aai-ml",
  "timestamp": 1657083373117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:56:22.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "clamp",
  "timestamp": 1657083372050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:56:22.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:56:22.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "aai-ml",
  "timestamp": 1657083376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:56:22.251Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:56:22.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "aai-ml",
  "timestamp": 1657083380889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:56:22.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:56:22.615Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:56:22.616Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T04:56:22.616Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d958cb6-127d-488d-9d90-b923fc86881a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5de806d7-7db3-42cd-9ea7-1c1989e2b133","serviceDescription":"service","serviceInvariantUUID":"b61c29d0-4bc0-449e-8e67-1ec5e45f55b6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"87213527-2821-4052-8bb9-64bf6c352483","resourceInvariantUUID":"b0c4f280-6a5a-42ed-9e8d-eef8fff3b4d3","resourceCustomizationUUID":"7ee1d3ee-7ff7-41a6-8b24-fb5eaecd9600","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":"MTk5ZWYxNDZhYTk5MzkxYzUxNTEwMmU3NWZlYjllNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42a38867-49af-42eb-98fe-85ce456f8d95","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWRkZjg1YThlYWU4NzMxNzAzYTIxZDQ2Yjc0NmMyOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9ed1e48-7605-4c4f-9c1d-bfeecc2115ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T04:56:22.620Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:56:22.620Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:56:22.624Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:56:22.624Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083381976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:56:22.724Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:56:22.725Z||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-07-06T04:56:22.726Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:56:22.745Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:56:22.745Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:56:23.625Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:56:23.626Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:56:23.628Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:56:23.628Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083381976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:56:23.728Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:56:23.729Z||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-07-06T04:56:23.729Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:56:23.792Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:56:23.793Z||pool-52-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:56:24.629Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5de806d7-7db3-42cd-9ea7-1c1989e2b133",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b61c29d0-4bc0-449e-8e67-1ec5e45f55b6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7ee1d3ee-7ff7-41a6-8b24-fb5eaecd9600",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "87213527-2821-4052-8bb9-64bf6c352483",
      "resourceInvariantUUID": "b0c4f280-6a5a-42ed-9e8d-eef8fff3b4d3",
      "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": "ZWRkZjg1YThlYWU4NzMxNzAzYTIxZDQ2Yjc0NmMyOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9ed1e48-7605-4c4f-9c1d-bfeecc2115ee"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T04:56:24.630Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T04:56:24.630Z|48b77510-e3d2-4304-8a8f-0bc878a459b4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5de806d7-7db3-42cd-9ea7-1c1989e2b133 ASDC
2022-07-06T04:56:24.630Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3d958cb6-127d-488d-9d90-b923fc86881a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5de806d7-7db3-42cd-9ea7-1c1989e2b133
ServiceInvariantUUID:b61c29d0-4bc0-449e-8e67-1ec5e45f55b6
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:f9ed1e48-7605-4c4f-9c1d-bfeecc2115ee
ArtifactChecksum:ZWRkZjg1YThlYWU4NzMxNzAzYTIxZDQ2Yjc0NmMyOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7ee1d3ee-7ff7-41a6-8b24-fb5eaecd9600
ResourceInvariantUUID:b0c4f280-6a5a-42ed-9e8d-eef8fff3b4d3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:87213527-2821-4052-8bb9-64bf6c352483
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-06T04:56:24.631Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5de806d7-7db3-42cd-9ea7-1c1989e2b133 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-07-06T04:56:24.654Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:56:24.655Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:56:24.655Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:56:24.655Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9ed1e48-7605-4c4f-9c1d-bfeecc2115ee from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-06T04:56:24.655Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:56:24.655Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-06T04:56:24.794Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:56:24.797Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f9ed1e48-7605-4c4f-9c1d-bfeecc2115ee 52502
2022-07-06T04:56:24.797Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-06T04:56:24.797Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-06T04:56:24.797Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:56:24.798Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:56:24.800Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:56:24.800Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083384797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:56:24.900Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:56:24.901Z||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-07-06T04:56:24.901Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:56:24.919Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:56:24.919Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:56:25.801Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:56:25.802Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:56:25.803Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f9ed1e48-7605-4c4f-9c1d-bfeecc2115ee, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T04:56:25.803Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-06T04:56:25.803Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T04:56:25.803Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T04:56:25.983Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15269466051996411518/Definitions/service-BasicNetwork-template.yml
2022-07-06T04:56:26.462Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T04:56:26.463Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:56:26.463Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T04:56:26.463Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-06T04:56:26.463Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.463Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.463Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.463Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.464Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-06T04:56:26.464Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.464Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.464Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.464Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:56:26.464Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.464Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.465Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-06T04:56:26.465Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:56:26.465Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:56:26.465Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.465Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.465Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-06T04:56:26.465Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:56:26.466Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:56:26.466Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.466Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.466Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.466Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.466Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.467Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.467Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.467Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.467Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.467Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.467Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5de806d7-7db3-42cd-9ea7-1c1989e2b133
Model Version:NULL
Model InvariantUuid:b61c29d0-4bc0-449e-8e67-1ec5e45f55b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b0c4f280-6a5a-42ed-9e8d-eef8fff3b4d3
Model UUID:df6e24bf-d9a5-4a9b-aff2-8e358a65c61a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7ee1d3ee-7ff7-41a6-8b24-fb5eaecd9600
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-07-06T04:56:26.474Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 87213527-2821-4052-8bb9-64bf6c352483
2022-07-06T04:56:26.474Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||No resources found for Service: 5de806d7-7db3-42cd-9ea7-1c1989e2b133
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-07-06T04:56:26.481Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||
2022-07-06T04:56:26.481Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-06T04:56:26.482Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5de806d7-7db3-42cd-9ea7-1c1989e2b133
2022-07-06T04:56:26.482Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5de806d7-7db3-42cd-9ea7-1c1989e2b133
2022-07-06T04:56:26.482Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-06T04:56:26.482Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.486Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@658c4b9f, org.onap.sdc.toscaparser.api.parameters.Input@1a196ecf, org.onap.sdc.toscaparser.api.parameters.Input@32c6b561, org.onap.sdc.toscaparser.api.parameters.Input@5a910040, org.onap.sdc.toscaparser.api.parameters.Input@5dc6683e]
2022-07-06T04:56:26.487Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.488Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.488Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.488Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.488Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5de806d7-7db3-42cd-9ea7-1c1989e2b133: Generic NeutronNet
2022-07-06T04:56:26.488Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.489Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.489Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.489Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||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-07-06T04:56:26.516Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.516Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.516Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.516Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.517Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:56:26.517Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:56:26.517Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-06T04:56:26.559Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-06T04:56:26.559Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-06T04:56:26.559Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-06T04:56:26.559Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:56:26.559Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:56:26.561Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:56:26.561Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083386559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:56:26.661Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:56:26.662Z||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-07-06T04:56:26.663Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:56:26.716Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:56:26.717Z||pool-54-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:56:27.562Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d958cb6-127d-488d-9d90-b923fc86881a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:56:27.574Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d958cb6-127d-488d-9d90-b923fc86881a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:56:27.576Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:56:27.577Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:56:27.577Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:56:57.577Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d958cb6-127d-488d-9d90-b923fc86881a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:56:57.589Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d958cb6-127d-488d-9d90-b923fc86881a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:56:57.592Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:56:57.592Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:56:57.592Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:57:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:57:21.980Z||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-07-06T04:57:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:57:22.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:57:22.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:57:22.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "aai-ml",
  "timestamp": 1657083381894,
  "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-07-06T04:57:22.074Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d958cb6-127d-488d-9d90-b923fc86881a
2022-07-06T04:57:22.075Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d958cb6-127d-488d-9d90-b923fc86881a 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-07-06T04:57:27.592Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d958cb6-127d-488d-9d90-b923fc86881a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:57:27.602Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d958cb6-127d-488d-9d90-b923fc86881a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:57:27.604Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:57:27.604Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T04:57:27.604Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T04:57:27.605Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T04:57:27.605Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:57:27.605Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:57:27.605Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:57:27.605Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:57:27.605Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T04:57:27.605Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T04:57:27.609Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T04:57:57.610Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d958cb6-127d-488d-9d90-b923fc86881a 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-07-06T04:57:57.625Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d958cb6-127d-488d-9d90-b923fc86881a and serviceModelVersionId: 5de806d7-7db3-42cd-9ea7-1c1989e2b133
2022-07-06T04:57:57.625Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b61c29d0-4bc0-449e-8e67-1ec5e45f55b6
2022-07-06T04:57:57.626Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?depth=0
2022-07-06T04:57:57.632Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T04:57:57.687Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?depth=0|INFO|500||Invoke
2022-07-06T04:57:57.687Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d958cb6-127d-488d-9d90-b923fc86881a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e80fec02-356c-4205-a027-5f81a7057aca], X-ECOMP-RequestID=[3d958cb6-127d-488d-9d90-b923fc86881a], X-TransactionId=[], X-ONAP-RequestID=[3d958cb6-127d-488d-9d90-b923fc86881a], Content-Type=[application/merge-patch+json]}
2022-07-06T04:57:57.710Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T04:57:57.983Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?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/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-04:57:56:018-7445], vertex-id=[196760], Content-Length=[0], Date=[Wed, 06 Jul 2022 04:57:56 GMT], Content-Type=[application/json]}
2022-07-06T04:57:57.983Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T04:57:57.984Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b61c29d0-4bc0-449e-8e67-1ec5e45f55b6/model-vers/model-ver/5de806d7-7db3-42cd-9ea7-1c1989e2b133?depth=0|INFO|500||InvokeReturn
2022-07-06T04:57:57.984Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T04:57:57.984Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T04:57:57.989Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T04:57:57.990Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d958cb6-127d-488d-9d90-b923fc86881a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T04:57:57.990Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T04:57:57.990Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:57:57.993Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:57:57.993Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083477990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T04:57:58.094Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:57:58.101Z||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-07-06T04:57:58.101Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:57:58.165Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:57:58.167Z||pool-55-thread-1|||||INFO|500||cambria reply ok (72 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-07-06T04:57:59.011Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:57:59.012Z|3d958cb6-127d-488d-9d90-b923fc86881a|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-07-06T04:57:59.012Z|3d958cb6-127d-488d-9d90-b923fc86881a|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:57:59.692Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:57:59.695Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T04:57:59.695Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5be35d06-505f-4298-84e9-bd52f9b30a25","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"544d91e0-3ae4-466f-89f7-20cbd2551f99","serviceDescription":"service","serviceInvariantUUID":"6e5fdbc4-a3de-438a-9ade-0f89abb85422","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37188b68-418d-4c1f-af10-9eaf075a8e5a","resourceInvariantUUID":"bad5503f-5792-490e-b259-0d93fce3522b","resourceCustomizationUUID":"3344fe98-896a-4b40-a01a-3477335f678b","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":"NjdhNGJiYjAzNDg5NjE0MDRlYWYxMjdmYmYxNTRjZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e552d114-4daf-4a98-af8e-26a523c8d0eb","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":"ZDdkZDRmYzE2NDFhYTY5YTRlMTRhNjA3NTI0ZTg3NjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f0c56cd-6682-4ec8-93af-0e34596fa3be","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":"0d05b439-189a-4525-a507-d8ed4c6e8235","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":"5fca6595-e175-439e-8f5f-8be7f11e370a","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":"8c15dbe6-99e9-453f-b15f-27db62a68c1a","artifactVersion":"2","generatedFromUUID":"0d05b439-189a-4525-a507-d8ed4c6e8235"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDkxODI5ZDNlZWFiZDVmMTJjYTc0MjVjNzk1YzA5ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e91c67e1-1ef0-4ed9-8c4b-40b33f5f68a8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDA1NDQ0YjZhNjljODExNWRiOThmZGRiMTZjNGEyMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59002a85-30c3-40f2-bda8-49b926cf4755","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T04:57:59.705Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:57:59.707Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:57:59.712Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:57:59.712Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:57:59.812Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:57:59.813Z||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-07-06T04:57:59.813Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:57:59.875Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:57:59.875Z||pool-56-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:00.713Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:58:00.714Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:00.716Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:00.717Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:58:00.817Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:58:00.817Z||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-07-06T04:58:00.818Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:00.848Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:00.849Z||pool-57-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:01.717Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:58:01.718Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:01.720Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:01.720Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:58:01.820Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:01.821Z||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-07-06T04:58:01.821Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:01.860Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:01.861Z||pool-58-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:58:02.721Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:58:02.721Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:02.723Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:02.723Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:02.823Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:02.824Z||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-07-06T04:58:02.825Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:02.839Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:02.840Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:58:03.724Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:58:03.725Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:03.727Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:03.727Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-06T04:58:03.827Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:03.828Z||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-07-06T04:58:03.828Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:03.847Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:03.847Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:04.733Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:58:04.733Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:04.737Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:04.737Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:04.837Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:04.838Z||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-07-06T04:58:04.838Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:04.855Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:04.856Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:05.738Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T04:58:05.739Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:05.741Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:05.741Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:58:05.842Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:58:05.843Z||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-07-06T04:58:05.843Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:05.894Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:05.894Z||pool-62-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:06.743Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "544d91e0-3ae4-466f-89f7-20cbd2551f99",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6e5fdbc4-a3de-438a-9ade-0f89abb85422",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3344fe98-896a-4b40-a01a-3477335f678b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "37188b68-418d-4c1f-af10-9eaf075a8e5a",
      "resourceInvariantUUID": "bad5503f-5792-490e-b259-0d93fce3522b",
      "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": "ZDdkZDRmYzE2NDFhYTY5YTRlMTRhNjA3NTI0ZTg3NjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9f0c56cd-6682-4ec8-93af-0e34596fa3be",
          "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": "0d05b439-189a-4525-a507-d8ed4c6e8235",
          "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": "8c15dbe6-99e9-453f-b15f-27db62a68c1a",
            "generatedFromUUID": "0d05b439-189a-4525-a507-d8ed4c6e8235"
          },
          "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": "8c15dbe6-99e9-453f-b15f-27db62a68c1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDA1NDQ0YjZhNjljODExNWRiOThmZGRiMTZjNGEyMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59002a85-30c3-40f2-bda8-49b926cf4755"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T04:58:06.745Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T04:58:06.745Z|3d958cb6-127d-488d-9d90-b923fc86881a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 544d91e0-3ae4-466f-89f7-20cbd2551f99 ASDC
2022-07-06T04:58:06.746Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5be35d06-505f-4298-84e9-bd52f9b30a25
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:544d91e0-3ae4-466f-89f7-20cbd2551f99
ServiceInvariantUUID:6e5fdbc4-a3de-438a-9ade-0f89abb85422
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:59002a85-30c3-40f2-bda8-49b926cf4755
ArtifactChecksum:MDA1NDQ0YjZhNjljODExNWRiOThmZGRiMTZjNGEyMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3344fe98-896a-4b40-a01a-3477335f678b
ResourceInvariantUUID:bad5503f-5792-490e-b259-0d93fce3522b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:37188b68-418d-4c1f-af10-9eaf075a8e5a
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:9f0c56cd-6682-4ec8-93af-0e34596fa3be
ArtifactChecksum:ZDdkZDRmYzE2NDFhYTY5YTRlMTRhNjA3NTI0ZTg3NjA=
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:0d05b439-189a-4525-a507-d8ed4c6e8235
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:8c15dbe6-99e9-453f-b15f-27db62a68c1a
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:8c15dbe6-99e9-453f-b15f-27db62a68c1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-06T04:58:06.746Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 544d91e0-3ae4-466f-89f7-20cbd2551f99 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-07-06T04:58:06.784Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:58:06.785Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:58:06.785Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:58:06.786Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59002a85-30c3-40f2-bda8-49b926cf4755 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-06T04:58:06.786Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:58:06.786Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-06T04:58:06.912Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:58:06.916Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 59002a85-30c3-40f2-bda8-49b926cf4755 71065
2022-07-06T04:58:06.916Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-06T04:58:06.916Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-06T04:58:06.916Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:58:06.917Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:06.919Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:06.919Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083486916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:07.019Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:07.019Z||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-07-06T04:58:07.020Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:07.034Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:07.034Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:07.919Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T04:58:07.921Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T04:58:07.921Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 59002a85-30c3-40f2-bda8-49b926cf4755, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-06T04:58:07.921Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-06T04:58:07.922Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-06T04:58:07.922Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-06T04:58:08.065Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13306794749220393169/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-07-06T04:58:09.210Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T04:58:09.210Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:58:09.210Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-06T04:58:09.210Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-06T04:58:09.210Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T04:58:09.211Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.212Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:09.212Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:09.212Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:58:09.212Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:58:09.212Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.213Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:09.213Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:09.213Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T04:58:09.213Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T04:58:09.213Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.213Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:09.213Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.213Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-06T04:58:09.214Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-06T04:58:09.214Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-06T04:58:09.214Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-06T04:58:09.214Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-06T04:58:09.214Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T04:58:09.214Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.214Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:58:09.214Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.215Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:09.215Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:58:09.215Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.215Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:09.215Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:58:09.215Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.215Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:09.216Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:58:09.216Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.216Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-06T04:58:09.216Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-06T04:58:09.216Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-06T04:58:09.216Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66715242-6e5f-456a-8f00-ad1cda117f5a
2022-07-06T04:58:09.216Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.217Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:09.217Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.217Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:09.217Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.217Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:09.217Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:09.217Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:09.217Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:544d91e0-3ae4-466f-89f7-20cbd2551f99
Model Version:NULL
Model InvariantUuid:6e5fdbc4-a3de-438a-9ade-0f89abb85422
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9378b563-1335-4bd8-b6bd-81835a23cff6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bad5503f-5792-490e-b259-0d93fce3522b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3344fe98-896a-4b40-a01a-3477335f678b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1c52406e-f461-499c-997e-df5415202d1c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:199fd106-be6e-4581-bf0d-3f2009f3b3f0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:66715242-6e5f-456a-8f00-ad1cda117f5a
ModelInvariantUuid:8d58f0ec-caf0-4e02-9da1-e63985a8cb3f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ea9bd145-8932-4745-adba-fe9cb5d775ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:50ee5f43-45df-4012-965e-07eab6b39de0
ModelInvariantUuid:b7c0a378-f41b-4353-9dd0-b2c58bb27ce2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:ee96f532-06bf-49fb-864e-2513050bdb15
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-07-06T04:58:09.225Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 37188b68-418d-4c1f-af10-9eaf075a8e5a
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-07-06T04:58:09.227Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-07-06T04:58:09.227Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37188b68-418d-4c1f-af10-9eaf075a8e5a
2022-07-06T04:58:09.228Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f0c56cd-6682-4ec8-93af-0e34596fa3be from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-06T04:58:09.228Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:58:09.228Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.307Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:58:09.309Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9f0c56cd-6682-4ec8-93af-0e34596fa3be 787
2022-07-06T04:58:09.310Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.311Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:09.311Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:58:09.311Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:09.313Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:09.313Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083489310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:09.413Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:09.414Z||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-07-06T04:58:09.415Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:09.433Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:09.433Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:10.315Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1c52406e-f461-499c-997e-df5415202d1c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "199fd106-be6e-4581-bf0d-3f2009f3b3f0",
    "vfModuleModelCustomizationUUID": "3624687f-a4a3-4f38-8599-140896d9b094",
    "isBase": true,
    "artifacts": [
      "0d05b439-189a-4525-a507-d8ed4c6e8235",
      "8c15dbe6-99e9-453f-b15f-27db62a68c1a"
    ],
    "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-07-06T04:58:10.321Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:199fd106-be6e-4581-bf0d-3f2009f3b3f0
VfModuleModelInvariantUUID:1c52406e-f461-499c-997e-df5415202d1c
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d05b439-189a-4525-a507-d8ed4c6e8235
,
8c15dbe6-99e9-453f-b15f-27db62a68c1a

}
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-07-06T04:58:10.323Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1c52406e-f461-499c-997e-df5415202d1c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "199fd106-be6e-4581-bf0d-3f2009f3b3f0",
    "vfModuleModelCustomizationUUID": "3624687f-a4a3-4f38-8599-140896d9b094",
    "isBase": true,
    "artifacts": [
      "0d05b439-189a-4525-a507-d8ed4c6e8235",
      "8c15dbe6-99e9-453f-b15f-27db62a68c1a"
    ],
    "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-07-06T04:58:10.323Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:199fd106-be6e-4581-bf0d-3f2009f3b3f0
VfModuleModelInvariantUUID:1c52406e-f461-499c-997e-df5415202d1c
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d05b439-189a-4525-a507-d8ed4c6e8235
,
8c15dbe6-99e9-453f-b15f-27db62a68c1a

}
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-07-06T04:58:10.324Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d05b439-189a-4525-a507-d8ed4c6e8235 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-06T04:58:10.324Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:58:10.324Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:10.449Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:58:10.450Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0d05b439-189a-4525-a507-d8ed4c6e8235 5033
2022-07-06T04:58:10.450Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:10.450Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:10.450Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:58:10.451Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:10.452Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:10.453Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083490450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:10.553Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:10.553Z||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-07-06T04:58:10.554Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:10.584Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:10.584Z||pool-65-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:11.453Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c15dbe6-99e9-453f-b15f-27db62a68c1a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-06T04:58:11.454Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T04:58:11.454Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:11.626Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T04:58:11.626Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8c15dbe6-99e9-453f-b15f-27db62a68c1a 903
2022-07-06T04:58:11.626Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:11.626Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:11.627Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T04:58:11.627Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:11.628Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:11.628Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083491626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:11.728Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T04:58:11.729Z||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-07-06T04:58:11.729Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:11.747Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:11.747Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:12.629Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 544d91e0-3ae4-466f-89f7-20cbd2551f99
2022-07-06T04:58:12.629Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 37188b68-418d-4c1f-af10-9eaf075a8e5a 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-07-06T04:58:12.642Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327e3e77, org.onap.sdc.toscaparser.api.parameters.Input@4c60db1, org.onap.sdc.toscaparser.api.parameters.Input@695dfb10, org.onap.sdc.toscaparser.api.parameters.Input@3ed4e087, org.onap.sdc.toscaparser.api.parameters.Input@7d1afcac]
2022-07-06T04:58:12.643Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.644Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:12.644Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-06T04:58:12.644Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3344fe98-896a-4b40-a01a-3477335f678b
2022-07-06T04:58:12.644Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3344fe98-896a-4b40-a01a-3477335f678b matches Tosca VF Customization UUID: 3344fe98-896a-4b40-a01a-3477335f678b
2022-07-06T04:58:12.644Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3344fe98-896a-4b40-a01a-3477335f678b  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-07-06T04:58:12.646Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.646Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:12.647Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3344fe98-896a-4b40-a01a-3477335f678b: {\"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-07-06T04:58:12.647Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56cf2bcf
2022-07-06T04:58:12.647Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.647Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T04:58:12.647Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3624687f-a4a3-4f38-8599-140896d9b094
2022-07-06T04:58:12.647Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3624687f-a4a3-4f38-8599-140896d9b094
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-07-06T04:58:12.650Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.650Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:12.650Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:58:12.650Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.651Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:12.651Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:58:12.651Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.651Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-06T04:58:12.651Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-06T04:58:12.651Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-06T04:58:12.652Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66715242-6e5f-456a-8f00-ad1cda117f5a
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-07-06T04:58:12.654Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.654Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:12.654Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T04:58:12.654Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.654Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-06T04:58:12.655Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3344fe98-896a-4b40-a01a-3477335f678b
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-07-06T04:58:12.656Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.656Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:12.656Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 544d91e0-3ae4-466f-89f7-20cbd2551f99: basic_vm
2022-07-06T04:58:12.657Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.657Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:12.657Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.657Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:12.657Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.657Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:12.657Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.657Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:12.658Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T04:58:12.658Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T04:58:12.658Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:12.730Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 37188b68-418d-4c1f-af10-9eaf075a8e5a 1 ASDC deployResourceStructure
2022-07-06T04:58:12.730Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:12.730Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:12.730Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:58:12.731Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:12.732Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:12.733Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083492730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:58:12.833Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:12.833Z||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-07-06T04:58:12.834Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:12.849Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:12.850Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:58:13.734Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:13.734Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:13.734Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:58:13.735Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:13.737Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:13.737Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083493734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T04:58:13.837Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:13.838Z||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-07-06T04:58:13.838Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:13.852Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:13.853Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-06T04:58:14.738Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:14.738Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||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-07-06T04:58:14.739Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:58:14.739Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:14.741Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:14.741Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083494738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-06T04:58:14.841Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:14.842Z||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-07-06T04:58:14.842Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:14.858Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:14.858Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:15.745Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-06T04:58:15.745Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-06T04:58:15.745Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T04:58:15.745Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T04:58:15.749Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T04:58:15.749Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083495744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:58:15.849Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T04:58:15.850Z||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-07-06T04:58:15.851Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:15.878Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:15.878Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-06T04:58:16.750Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:58:16.761Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:58:16.763Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:58:16.763Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:58:16.763Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:58:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:58:21.980Z||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-07-06T04:58:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:58:22.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:58:22.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "clamp",
  "timestamp": 1657083381112,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083381976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "clamp",
  "timestamp": 1657083382133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083381976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "clamp",
  "timestamp": 1657083383136,
  "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-07-06T04:58:22.026Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d958cb6-127d-488d-9d90-b923fc86881a
2022-07-06T04:58:22.027Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d958cb6-127d-488d-9d90-b923fc86881a 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-07-06T04:58:22.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083384797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:22.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083386559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083416529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083419121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083416529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083419121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083416529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083419121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083416529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083419121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083416529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083419121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083416529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083419121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083416529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083419121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083431273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:22.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "cds",
  "timestamp": 1657083432279,
  "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-07-06T04:58:22.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5be35d06-505f-4298-84e9-bd52f9b30a25
2022-07-06T04:58:22.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be35d06-505f-4298-84e9-bd52f9b30a25 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-07-06T04:58:22.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083434528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083434926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083435852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083435932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "policy-id",
  "timestamp": 1657083436934,
  "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-07-06T04:58:22.063Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5be35d06-505f-4298-84e9-bd52f9b30a25
2022-07-06T04:58:22.063Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be35d06-505f-4298-84e9-bd52f9b30a25 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-07-06T04:58:22.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083437254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:22.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083438281,
  "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-07-06T04:58:22.076Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5be35d06-505f-4298-84e9-bd52f9b30a25
2022-07-06T04:58:22.076Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be35d06-505f-4298-84e9-bd52f9b30a25 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-07-06T04:58:22.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083439285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T04:58:22.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083433283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083441097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:22.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:58:22.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:58:22.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:58:46.763Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:58:46.774Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:58:46.776Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:58:46.776Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:58:46.776Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:59:16.776Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:59:16.787Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:59:16.789Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:59:16.789Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:59:16.790Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T04:59:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T04:59:21.980Z||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-07-06T04:59:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T04:59:22.043Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T04:59:22.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T04:59:22.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T04:59:22.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T04:59:46.790Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:59:46.801Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T04:59:46.804Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T04:59:46.804Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T04:59:46.804Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T05:00:16.804Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:00:16.814Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:00:16.816Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:00:16.816Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T05:00:16.817Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T05:00:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:00:21.981Z||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-07-06T05:00:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:00:22.011Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:00:22.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083443219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "cds",
  "timestamp": 1657083444228,
  "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-07-06T05:00:22.560Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60d25c80-6928-49af-baee-4980cc6aa2ac
2022-07-06T05:00:22.560Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d25c80-6928-49af-baee-4980cc6aa2ac 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-07-06T05:00:22.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083442152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083444127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "clamp",
  "timestamp": 1657083445130,
  "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-07-06T05:00:22.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5be35d06-505f-4298-84e9-bd52f9b30a25
2022-07-06T05:00:22.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be35d06-505f-4298-84e9-bd52f9b30a25 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-07-06T05:00:22.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083446529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083426926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083447672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083446529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083447755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083447122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083446529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "aai-ml",
  "timestamp": 1657083448761,
  "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-07-06T05:00:22.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5be35d06-505f-4298-84e9-bd52f9b30a25
2022-07-06T05:00:22.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be35d06-505f-4298-84e9-bd52f9b30a25 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-07-06T05:00:22.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083448127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.601Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083439121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083426523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083446529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083450004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "policy-id",
  "timestamp": 1657083449129,
  "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-07-06T05:00:22.608Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60d25c80-6928-49af-baee-4980cc6aa2ac
2022-07-06T05:00:22.608Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d25c80-6928-49af-baee-4980cc6aa2ac 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-07-06T05:00:22.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083449412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083446529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083451008,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:00:22.622Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5be35d06-505f-4298-84e9-bd52f9b30a25
2022-07-06T05:00:22.622Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5be35d06-505f-4298-84e9-bd52f9b30a25 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T05:00:22.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083446529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083450665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083450132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083446529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083451759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083450132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083446529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083450132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083452970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083455711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083450132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083454035,
  "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-07-06T05:00:22.641Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60d25c80-6928-49af-baee-4980cc6aa2ac
2022-07-06T05:00:22.641Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d25c80-6928-49af-baee-4980cc6aa2ac 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-07-06T05:00:22.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083432046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "cds",
  "timestamp": 1657083456720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-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-07-06T05:00:22.659Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e9fdbdd-f537-4928-9799-a05285e8504e
2022-07-06T05:00:22.659Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9fdbdd-f537-4928-9799-a05285e8504e 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-07-06T05:00:22.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083450132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083455039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083450132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083433117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083456044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083450132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083456044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083450132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083459140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083439812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083456044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083459038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083456044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083461257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083460042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083459121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083456044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "policy-id",
  "timestamp": 1657083461045,
  "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-07-06T05:00:22.679Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e9fdbdd-f537-4928-9799-a05285e8504e
2022-07-06T05:00:22.679Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9fdbdd-f537-4928-9799-a05285e8504e 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-07-06T05:00:22.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083459121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083456044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083459121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083463495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083456044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083459121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083464502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:00:22.694Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60d25c80-6928-49af-baee-4980cc6aa2ac
2022-07-06T05:00:22.695Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d25c80-6928-49af-baee-4980cc6aa2ac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T05:00:22.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657083456044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083459121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083464123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083466018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083459121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "aai-ml",
  "timestamp": 1657083467021,
  "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-07-06T05:00:22.708Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60d25c80-6928-49af-baee-4980cc6aa2ac
2022-07-06T05:00:22.708Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d25c80-6928-49af-baee-4980cc6aa2ac 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-07-06T05:00:22.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083459121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083466132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.716Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083459121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "clamp",
  "timestamp": 1657083467135,
  "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-07-06T05:00:22.720Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60d25c80-6928-49af-baee-4980cc6aa2ac
2022-07-06T05:00:22.720Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60d25c80-6928-49af-baee-4980cc6aa2ac 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-07-06T05:00:22.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083468023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083467967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083468023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083468138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083469812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083468023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083469178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083468138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083469812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083468023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657083470183,
  "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-07-06T05:00:22.733Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8e9fdbdd-f537-4928-9799-a05285e8504e
2022-07-06T05:00:22.733Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9fdbdd-f537-4928-9799-a05285e8504e 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-07-06T05:00:22.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083468138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083469812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083468023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083468138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083469812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083468023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083468138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083469812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083468023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083468138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083469812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083468023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083468138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083469812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083477051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083468138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083469812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d958cb6-127d-488d-9d90-b923fc86881a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083477990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083478848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083480705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657083481710,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:00:22.749Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e9fdbdd-f537-4928-9799-a05285e8504e
2022-07-06T05:00:22.750Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9fdbdd-f537-4928-9799-a05285e8504e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T05:00:22.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083482008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "aai-ml",
  "timestamp": 1657083483010,
  "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-07-06T05:00:22.761Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e9fdbdd-f537-4928-9799-a05285e8504e
2022-07-06T05:00:22.761Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9fdbdd-f537-4928-9799-a05285e8504e 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-07-06T05:00:22.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083482126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083485134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083486916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "clamp",
  "timestamp": 1657083486139,
  "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-07-06T05:00:22.773Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e9fdbdd-f537-4928-9799-a05285e8504e
2022-07-06T05:00:22.773Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9fdbdd-f537-4928-9799-a05285e8504e 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-07-06T05:00:22.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083489310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083490450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083491626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083492730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083493734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083494738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083495744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:00:22.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:00:46.817Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:00:46.829Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:00:46.831Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:00:46.831Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T05:00:46.831Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T05:00:46.831Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T05:00:46.831Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:00:46.831Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:00:46.831Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:00:46.831Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:00:46.832Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:00:46.832Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:00:46.832Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:00:46.836Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T05:01:16.836Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5be35d06-505f-4298-84e9-bd52f9b30a25 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-07-06T05:01:16.841Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5be35d06-505f-4298-84e9-bd52f9b30a25 and serviceModelVersionId: 544d91e0-3ae4-466f-89f7-20cbd2551f99
2022-07-06T05:01:16.841Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e5fdbc4-a3de-438a-9ade-0f89abb85422
2022-07-06T05:01:16.842Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?depth=0
2022-07-06T05:01:16.846Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T05:01:16.888Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?depth=0|INFO|500||Invoke
2022-07-06T05:01:16.888Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5be35d06-505f-4298-84e9-bd52f9b30a25], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[602e0e64-14d8-4ace-bafe-96f31f1d28d5], X-ECOMP-RequestID=[5be35d06-505f-4298-84e9-bd52f9b30a25], X-TransactionId=[], X-ONAP-RequestID=[5be35d06-505f-4298-84e9-bd52f9b30a25], Content-Type=[application/merge-patch+json]}
2022-07-06T05:01:16.912Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T05:01:17.452Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?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/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-05:01:15:231-99529], vertex-id=[204856], Content-Length=[0], Date=[Wed, 06 Jul 2022 05:01:15 GMT], Content-Type=[application/json]}
2022-07-06T05:01:17.453Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T05:01:17.453Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5fdbc4-a3de-438a-9ade-0f89abb85422/model-vers/model-ver/544d91e0-3ae4-466f-89f7-20cbd2551f99?depth=0|INFO|500||InvokeReturn
2022-07-06T05:01:17.454Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T05:01:17.454Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T05:01:17.459Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T05:01:17.460Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5be35d06-505f-4298-84e9-bd52f9b30a25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T05:01:17.460Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T05:01:17.460Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:17.462Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:17.462Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083677460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:01:17.562Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:17.563Z||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-07-06T05:01:17.563Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:17.662Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:17.662Z||pool-71-thread-1|||||INFO|500||cambria reply ok (99 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-07-06T05:01:18.473Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T05:01:18.474Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"60d25c80-6928-49af-baee-4980cc6aa2ac","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"80fd3aad-c8df-4845-bdec-0849d66e6fd1","serviceDescription":"service","serviceInvariantUUID":"b0356126-9b0e-4125-982f-1450dc77c859","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45bd4b6a-cbb2-49f2-b9c9-5608525769d0","resourceInvariantUUID":"8da1c0ac-0846-4a77-86fd-190dd1b22e56","resourceCustomizationUUID":"1c419013-b9f7-4ccc-bf58-1d752d8c6fa6","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":"YjBhZGNkYmNiNWYxZGM1NjlmZDg4NDk1MTkzYTExYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb601cc8-b9e7-4ff5-9709-33795bcebd57","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":"689128e4-c9ca-467b-bd83-369b7997652d","artifactVersion":"2","generatedFromUUID":"847be7d4-8f08-46ee-83fd-4a4fc0136623"},{"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":"847be7d4-8f08-46ee-83fd-4a4fc0136623","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":"YmVlMDRlMGYyZmY4MWNmZTFkMjRiOGVmZjI4ZjcwMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e6555ca5-014e-43aa-b94e-a3b3b63a7f46","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":"a7de2dda-145b-4fad-b05f-197679c1d1b1","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":"f9b3d324-460d-4e95-a485-df94a03f824e","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":"0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215","artifactVersion":"2","generatedFromUUID":"a7de2dda-145b-4fad-b05f-197679c1d1b1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTUwYWUyMmQwNDBiODgzYWFjY2VlNTBkZThkMmZlZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ad69344-0d9c-4c3f-892f-8f2735e9c9ab","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTExMDljODM0ODI3ZTBjZWI1NzgwYzdkM2M0NTc4ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec750701-3a18-43c4-ad8a-04e65aac62a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T05:01:18.474Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:18.474Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:18.476Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:18.477Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:01:18.577Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:18.578Z||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-07-06T05:01:18.578Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:18.673Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:18.673Z||pool-72-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:01:19.477Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:19.477Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:19.481Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:19.481Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-06T05:01:19.581Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:19.581Z||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-07-06T05:01:19.582Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:19.614Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:19.615Z||pool-73-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:20.482Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:20.484Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:20.485Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:20.486Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-06T05:01:20.586Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:20.587Z||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-07-06T05:01:20.587Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:20.603Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:20.603Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:21.486Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:21.487Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:21.489Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:21.489Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:01:21.589Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:21.590Z||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-07-06T05:01:21.590Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:21.671Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:21.672Z||pool-75-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:01:21.980Z||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-07-06T05:01:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:22.490Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:22.490Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:22.493Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:22.493Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:01:22.593Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:22.594Z||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-07-06T05:01:22.594Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:22.631Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:22.631Z||pool-76-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:22.660Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:22.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:01:22.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5be35d06-505f-4298-84e9-bd52f9b30a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083677460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:01:22.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:01:22.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:01:22.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:01:22.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:01:23.493Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:23.494Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:23.496Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:23.496Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:01:23.596Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:23.598Z||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-07-06T05:01:23.598Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:23.636Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:23.637Z||pool-77-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:24.497Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:24.498Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:24.502Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:24.502Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-06T05:01:24.602Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:01:24.603Z||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-07-06T05:01:24.604Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:24.618Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:24.618Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:25.503Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:25.504Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:25.506Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:25.506Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:01:25.606Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:25.607Z||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-07-06T05:01:25.607Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:25.664Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:25.665Z||pool-79-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:01:26.507Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:01:26.508Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:26.510Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:26.510Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:01:26.610Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:01:26.611Z||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-07-06T05:01:26.611Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:26.639Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:26.639Z||pool-80-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:01:27.512Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "80fd3aad-c8df-4845-bdec-0849d66e6fd1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b0356126-9b0e-4125-982f-1450dc77c859",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1c419013-b9f7-4ccc-bf58-1d752d8c6fa6",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "45bd4b6a-cbb2-49f2-b9c9-5608525769d0",
      "resourceInvariantUUID": "8da1c0ac-0846-4a77-86fd-190dd1b22e56",
      "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": "689128e4-c9ca-467b-bd83-369b7997652d",
          "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": "847be7d4-8f08-46ee-83fd-4a4fc0136623",
          "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": "YmVlMDRlMGYyZmY4MWNmZTFkMjRiOGVmZjI4ZjcwMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e6555ca5-014e-43aa-b94e-a3b3b63a7f46",
          "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": "a7de2dda-145b-4fad-b05f-197679c1d1b1",
          "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": "0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215",
            "generatedFromUUID": "a7de2dda-145b-4fad-b05f-197679c1d1b1"
          },
          "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": "0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTExMDljODM0ODI3ZTBjZWI1NzgwYzdkM2M0NTc4ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec750701-3a18-43c4-ad8a-04e65aac62a6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T05:01:27.512Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T05:01:27.513Z|5be35d06-505f-4298-84e9-bd52f9b30a25|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 80fd3aad-c8df-4845-bdec-0849d66e6fd1 ASDC
2022-07-06T05:01:27.513Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:60d25c80-6928-49af-baee-4980cc6aa2ac
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:80fd3aad-c8df-4845-bdec-0849d66e6fd1
ServiceInvariantUUID:b0356126-9b0e-4125-982f-1450dc77c859
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:ec750701-3a18-43c4-ad8a-04e65aac62a6
ArtifactChecksum:OTExMDljODM0ODI3ZTBjZWI1NzgwYzdkM2M0NTc4ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1c419013-b9f7-4ccc-bf58-1d752d8c6fa6
ResourceInvariantUUID:8da1c0ac-0846-4a77-86fd-190dd1b22e56
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:45bd4b6a-cbb2-49f2-b9c9-5608525769d0
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:689128e4-c9ca-467b-bd83-369b7997652d
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:847be7d4-8f08-46ee-83fd-4a4fc0136623
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:e6555ca5-014e-43aa-b94e-a3b3b63a7f46
ArtifactChecksum:YmVlMDRlMGYyZmY4MWNmZTFkMjRiOGVmZjI4ZjcwMDM=
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:a7de2dda-145b-4fad-b05f-197679c1d1b1
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:0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215
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:0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-06T05:01:27.514Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80fd3aad-c8df-4845-bdec-0849d66e6fd1 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-07-06T05:01:27.570Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:01:27.571Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T05:01:27.571Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T05:01:27.572Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec750701-3a18-43c4-ad8a-04e65aac62a6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-06T05:01:27.572Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T05:01:27.572Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-06T05:01:27.982Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T05:01:27.986Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ec750701-3a18-43c4-ad8a-04e65aac62a6 68955
2022-07-06T05:01:27.986Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-06T05:01:27.986Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-06T05:01:27.987Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:01:27.987Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:27.989Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:27.989Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083687986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:01:28.089Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:28.090Z||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-07-06T05:01:28.090Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:28.127Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:28.127Z||pool-81-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:28.990Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:01:28.991Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T05:01:28.991Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec750701-3a18-43c4-ad8a-04e65aac62a6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-06T05:01:28.992Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-06T05:01:28.992Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-06T05:01:28.992Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-06T05:01:29.120Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17465334736381914461/Definitions/service-BasicCnf-template.yml
2022-07-06T05:01:30.237Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T05:01:30.237Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T05:01:30.237Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-06T05:01:30.237Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-06T05:01:30.238Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:30.238Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:30.238Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-06T05:01:30.238Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:30.238Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T05:01:30.238Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.238Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:30.238Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:30.239Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T05:01:30.239Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:01:30.239Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.239Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:30.239Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:30.239Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T05:01:30.239Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:01:30.239Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.240Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:30.240Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.240Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-06T05:01:30.240Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-06T05:01:30.240Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-06T05:01:30.240Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T05:01:30.240Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.240Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T05:01:30.241Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.241Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:30.241Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:01:30.241Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.241Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:30.241Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:01:30.241Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.242Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:30.242Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:01:30.242Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.242Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-06T05:01:30.242Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-06T05:01:30.242Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5b7054be-6747-4a00-9430-7932ea574412
2022-07-06T05:01:30.242Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.242Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:30.243Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.243Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:30.243Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.243Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:30.243Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:30.243Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:30.243Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:80fd3aad-c8df-4845-bdec-0849d66e6fd1
Model Version:NULL
Model InvariantUuid:b0356126-9b0e-4125-982f-1450dc77c859
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:922a7d19-2b58-46fc-8828-6f4ada5e5007
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8da1c0ac-0846-4a77-86fd-190dd1b22e56
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1c419013-b9f7-4ccc-bf58-1d752d8c6fa6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d0967498-8c01-4b86-9526-fef995111626
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3445c32c-b8ce-4335-b343-8962ad62b6ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5b7054be-6747-4a00-9430-7932ea574412
ModelInvariantUuid:58cda20b-b2e1-471d-a8c8-d044acf07ab4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d1eb9905-e633-4751-9542-a9e2d9566346
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:01845c36-547e-4391-9c1b-05c41651f854
ModelInvariantUuid:b22c88b6-dc31-4fd2-801c-611538c4466e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2ba57cda-80a0-4963-b976-8a7cfecd3ac8
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-07-06T05:01:30.250Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 45bd4b6a-cbb2-49f2-b9c9-5608525769d0
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-07-06T05:01:30.253Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-07-06T05:01:30.253Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45bd4b6a-cbb2-49f2-b9c9-5608525769d0
2022-07-06T05:01:30.254Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 689128e4-c9ca-467b-bd83-369b7997652d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-06T05:01:30.254Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T05:01:30.254Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:30.370Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T05:01:30.370Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 689128e4-c9ca-467b-bd83-369b7997652d 12
2022-07-06T05:01:30.370Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:30.371Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:30.371Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:01:30.371Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:30.373Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:30.373Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083690370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:01:30.473Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:30.474Z||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-07-06T05:01:30.474Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:30.497Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:30.498Z||pool-82-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:01:31.374Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 847be7d4-8f08-46ee-83fd-4a4fc0136623 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-06T05:01:31.374Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T05:01:31.374Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:31.534Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T05:01:31.534Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 847be7d4-8f08-46ee-83fd-4a4fc0136623 2688
2022-07-06T05:01:31.534Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:31.535Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:31.535Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:01:31.535Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:31.537Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:31.537Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083691534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:01:31.637Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:31.638Z||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-07-06T05:01:31.638Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:31.662Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:31.662Z||pool-83-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:32.538Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6555ca5-014e-43aa-b94e-a3b3b63a7f46 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-06T05:01:32.538Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T05:01:32.539Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:32.821Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T05:01:32.821Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e6555ca5-014e-43aa-b94e-a3b3b63a7f46 828
2022-07-06T05:01:32.821Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:32.821Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:32.822Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:01:32.822Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:32.824Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:32.824Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083692821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:01:32.924Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:32.925Z||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-07-06T05:01:32.925Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:32.953Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:32.954Z||pool-84-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:33.825Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d0967498-8c01-4b86-9526-fef995111626",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3445c32c-b8ce-4335-b343-8962ad62b6ab",
    "vfModuleModelCustomizationUUID": "2f371c29-7417-4987-a373-fbaab3535b64",
    "isBase": true,
    "artifacts": [
      "847be7d4-8f08-46ee-83fd-4a4fc0136623",
      "a7de2dda-145b-4fad-b05f-197679c1d1b1",
      "0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215"
    ],
    "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-07-06T05:01:33.828Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3445c32c-b8ce-4335-b343-8962ad62b6ab
VfModuleModelInvariantUUID:d0967498-8c01-4b86-9526-fef995111626
VfModuleModelDescription:NULL
Artifacts UUID List:{
847be7d4-8f08-46ee-83fd-4a4fc0136623
,
a7de2dda-145b-4fad-b05f-197679c1d1b1
,
0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215

}
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-07-06T05:01:33.830Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d0967498-8c01-4b86-9526-fef995111626",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3445c32c-b8ce-4335-b343-8962ad62b6ab",
    "vfModuleModelCustomizationUUID": "2f371c29-7417-4987-a373-fbaab3535b64",
    "isBase": true,
    "artifacts": [
      "847be7d4-8f08-46ee-83fd-4a4fc0136623",
      "a7de2dda-145b-4fad-b05f-197679c1d1b1",
      "0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215"
    ],
    "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-07-06T05:01:33.830Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3445c32c-b8ce-4335-b343-8962ad62b6ab
VfModuleModelInvariantUUID:d0967498-8c01-4b86-9526-fef995111626
VfModuleModelDescription:NULL
Artifacts UUID List:{
847be7d4-8f08-46ee-83fd-4a4fc0136623
,
a7de2dda-145b-4fad-b05f-197679c1d1b1
,
0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215

}
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-07-06T05:01:33.830Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a7de2dda-145b-4fad-b05f-197679c1d1b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-06T05:01:33.830Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T05:01:33.830Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:34.111Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T05:01:34.112Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a7de2dda-145b-4fad-b05f-197679c1d1b1 1164
2022-07-06T05:01:34.112Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:34.112Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:34.112Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:01:34.112Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:34.114Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:34.114Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083694112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:01:34.214Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:34.215Z||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-07-06T05:01:34.215Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:34.255Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:34.256Z||pool-85-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:01:35.115Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-06T05:01:35.116Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T05:01:35.116Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:35.308Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T05:01:35.308Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0d27dfbe-dac2-4eaa-a3f1-edc90f8c1215 200
2022-07-06T05:01:35.309Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:35.309Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:35.309Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:01:35.309Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:35.311Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:35.311Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083695309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:01:35.411Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:35.412Z||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-07-06T05:01:35.412Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:35.456Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:35.456Z||pool-86-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:36.312Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 80fd3aad-c8df-4845-bdec-0849d66e6fd1
2022-07-06T05:01:36.312Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 45bd4b6a-cbb2-49f2-b9c9-5608525769d0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-07-06T05:01:36.321Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T05:01:36.328Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6720794, org.onap.sdc.toscaparser.api.parameters.Input@21f9067a, org.onap.sdc.toscaparser.api.parameters.Input@cb2e59f, org.onap.sdc.toscaparser.api.parameters.Input@6e35b34c, org.onap.sdc.toscaparser.api.parameters.Input@78ed47b9]
2022-07-06T05:01:36.329Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.329Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:36.329Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-06T05:01:36.330Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1c419013-b9f7-4ccc-bf58-1d752d8c6fa6
2022-07-06T05:01:36.330Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c419013-b9f7-4ccc-bf58-1d752d8c6fa6 matches Tosca VF Customization UUID: 1c419013-b9f7-4ccc-bf58-1d752d8c6fa6
2022-07-06T05:01:36.330Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1c419013-b9f7-4ccc-bf58-1d752d8c6fa6  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-07-06T05:01:36.331Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.332Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:36.332Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1c419013-b9f7-4ccc-bf58-1d752d8c6fa6: {\"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-07-06T05:01:36.332Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49a7a865
2022-07-06T05:01:36.333Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.333Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T05:01:36.333Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f371c29-7417-4987-a373-fbaab3535b64
2022-07-06T05:01:36.333Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f371c29-7417-4987-a373-fbaab3535b64
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-07-06T05:01:36.335Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.335Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:36.335Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:01:36.336Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.336Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:36.336Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:01:36.336Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.336Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-06T05:01:36.337Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-06T05:01:36.337Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5b7054be-6747-4a00-9430-7932ea574412
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-07-06T05:01:36.338Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.339Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:36.339Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:01:36.339Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.339Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-06T05:01:36.340Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1c419013-b9f7-4ccc-bf58-1d752d8c6fa6
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-07-06T05:01:36.341Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.341Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:36.341Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 80fd3aad-c8df-4845-bdec-0849d66e6fd1: basic_cnf
2022-07-06T05:01:36.342Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.342Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:36.342Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.342Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:36.342Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.343Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:36.343Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.343Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:36.343Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:01:36.343Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:01:36.344Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:36.412Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 45bd4b6a-cbb2-49f2-b9c9-5608525769d0 1 ASDC deployResourceStructure
2022-07-06T05:01:36.413Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:36.413Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:36.413Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-06T05:01:36.413Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:36.415Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:36.415Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083696412,
  "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-07-06T05:01:36.516Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:36.517Z||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-07-06T05:01:36.517Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:36.595Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:36.595Z||pool-87-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:37.417Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:37.417Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:37.417Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-06T05:01:37.417Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:37.419Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:37.419Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083697416,
  "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-07-06T05:01:37.520Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:37.521Z||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-07-06T05:01:37.521Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:37.582Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:37.582Z||pool-88-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:01:38.420Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:38.421Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:38.421Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:01:38.421Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:38.423Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:38.423Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083698420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:01:38.523Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:38.524Z||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-07-06T05:01:38.524Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:38.688Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:38.688Z||pool-89-thread-1|||||INFO|500||cambria reply ok (164 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:01:39.424Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:39.424Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:39.424Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:01:39.425Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:39.427Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:39.427Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083699424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:01:39.527Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:39.528Z||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-07-06T05:01:39.528Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:39.585Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:39.586Z||pool-90-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:40.428Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:40.428Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||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-07-06T05:01:40.428Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:01:40.429Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:40.430Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:40.430Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083700428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-06T05:01:40.531Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:40.532Z||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-07-06T05:01:40.532Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:40.583Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:40.584Z||pool-91-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:41.431Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-06T05:01:41.432Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-06T05:01:41.432Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:01:41.433Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:01:41.435Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:01:41.435Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083701431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:01:41.535Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:01:41.536Z||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-07-06T05:01:41.536Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:01:41.582Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:01:41.583Z||pool-92-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:01:42.435Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60d25c80-6928-49af-baee-4980cc6aa2ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:01:42.445Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60d25c80-6928-49af-baee-4980cc6aa2ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:01:42.447Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:01:42.447Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T05:01:42.447Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T05:01:42.447Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T05:01:42.447Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:01:42.447Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:01:42.447Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:01:42.448Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:01:42.448Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:01:42.448Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:01:42.448Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:01:42.452Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T05:02:12.453Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60d25c80-6928-49af-baee-4980cc6aa2ac 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-07-06T05:02:12.462Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60d25c80-6928-49af-baee-4980cc6aa2ac and serviceModelVersionId: 80fd3aad-c8df-4845-bdec-0849d66e6fd1
2022-07-06T05:02:12.462Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0356126-9b0e-4125-982f-1450dc77c859
2022-07-06T05:02:12.463Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?depth=0
2022-07-06T05:02:12.466Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T05:02:12.503Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?depth=0|INFO|500||Invoke
2022-07-06T05:02:12.503Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60d25c80-6928-49af-baee-4980cc6aa2ac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ec3fb37-e9f6-4c8b-88f5-d5a3d5cbb93c], X-ECOMP-RequestID=[60d25c80-6928-49af-baee-4980cc6aa2ac], X-TransactionId=[], X-ONAP-RequestID=[60d25c80-6928-49af-baee-4980cc6aa2ac], Content-Type=[application/merge-patch+json]}
2022-07-06T05:02:12.524Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T05:02:12.741Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?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/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-05:02:10:836-48237], vertex-id=[208952], Content-Length=[0], Date=[Wed, 06 Jul 2022 05:02:10 GMT], Content-Type=[application/json]}
2022-07-06T05:02:12.741Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T05:02:12.742Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0356126-9b0e-4125-982f-1450dc77c859/model-vers/model-ver/80fd3aad-c8df-4845-bdec-0849d66e6fd1?depth=0|INFO|500||InvokeReturn
2022-07-06T05:02:12.742Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T05:02:12.743Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T05:02:12.748Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T05:02:12.748Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60d25c80-6928-49af-baee-4980cc6aa2ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T05:02:12.748Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T05:02:12.749Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:12.751Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:12.751Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083732748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:02:12.851Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:02:12.852Z||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-07-06T05:02:12.852Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:12.879Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:12.879Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 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-07-06T05:02:13.763Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-06T05:02:13.763Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e9fdbdd-f537-4928-9799-a05285e8504e","serviceName":"Demo_pNF_8YfAyhMWtz9OGkanzteH","serviceVersion":"1.0","serviceUUID":"13b5193b-97d4-474e-9478-34f9e2d92bed","serviceDescription":"catalog service description","serviceInvariantUUID":"9470066e-f81f-488d-a5c1-2667081c626c","resources":[{"resourceInstanceName":"pNF 1812dfbd-c281 0","resourceName":"pNF 1812dfbd-c281","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5d3de2a9-e0a9-48ef-bf79-5cf5b7e6e4c6","resourceInvariantUUID":"b7d6b4af-819e-48f6-b227-60fab326a06f","resourceCustomizationUUID":"4c1929da-0021-4753-beab-99260df4e70e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml","artifactChecksum":"YjcxNWVmOTRjYTNjYmE1MmJiZGZhMTBhNzkxOGQ1MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"584398c3-7f4b-4e30-a175-a3e91383c5d4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar","artifactChecksum":"NjRhODUwZTE2YmRhMzdiZDUwMGQ2YzFjZWRlOGU1MmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b4d9a8ff-1c98-421f-85f5-8c03182fe45d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7954ade8-5e14-489c-9823-8e6698f56c3b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml","artifactChecksum":"OGE5ZGI1NDAyODA3NzJiMGQ5MzAxNTY5NjdiN2VjOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b3b9aa8-b0ee-4d3e-8ca7-dba65f3c8089","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e70df78-2827-42bf-92bd-7e118c42159d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb78858b-7c01-46c1-b989-98f7f375b503","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml","artifactChecksum":"NGUzZDE5NGRiMTMyZmE4ZTIxNWM3YTgwMjljYmYzN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac629cfa-204d-48ad-bd92-6f47a1503720","artifactVersion":"1"},{"artifactName":"service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar","artifactChecksum":"NjNkMWRhMjNkMTlhYmQ3MTE2MWI1MWVkMzFmMWVhOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"513a5c57-1ee4-46f6-8fc0-00b6bfb33764","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T05:02:13.764Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:02:13.764Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:13.767Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:13.767Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:02:13.867Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:02:13.868Z||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-07-06T05:02:13.868Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:13.882Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:13.883Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:02:14.768Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:02:14.768Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:14.770Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:14.770Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:02:14.871Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-06T05:02:14.871Z||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-07-06T05:02:14.872Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:14.967Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:14.967Z||pool-95-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:02:15.771Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:02:15.771Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:15.773Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:15.773Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:02:15.873Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:02:15.874Z||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-07-06T05:02:15.874Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:15.997Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:15.998Z||pool-96-thread-1|||||INFO|500||cambria reply ok (124 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:02:16.774Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:02:16.774Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:16.776Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:16.776Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:02:16.876Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:02:16.877Z||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-07-06T05:02:16.877Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:16.976Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:16.976Z||pool-97-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:02:17.776Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:02:17.777Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:17.779Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:17.779Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:02:17.879Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:02:17.880Z||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-07-06T05:02:17.880Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:17.980Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:17.980Z||pool-98-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:02:18.779Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:02:18.780Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:18.782Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:18.782Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:02:18.882Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:02:18.883Z||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-07-06T05:02:18.883Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:18.965Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:18.965Z||pool-99-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:02:19.783Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:02:19.783Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:19.785Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:19.785Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:02:19.885Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:02:19.886Z||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-07-06T05:02:19.886Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:19.949Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:19.949Z||pool-100-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:02:20.786Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:02:20.786Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:20.788Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:20.788Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:02:20.888Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:02:20.889Z||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-07-06T05:02:20.889Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:20.969Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:20.970Z||pool-101-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:02:21.789Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "serviceName": "Demo_pNF_8YfAyhMWtz9OGkanzteH",
  "serviceVersion": "1.0",
  "serviceUUID": "13b5193b-97d4-474e-9478-34f9e2d92bed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9470066e-f81f-488d-a5c1-2667081c626c",
  "resources": [
    {
      "resourceInstanceName": "pNF 1812dfbd-c281 0",
      "resourceCustomizationUUID": "4c1929da-0021-4753-beab-99260df4e70e",
      "resourceName": "pNF 1812dfbd-c281",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5d3de2a9-e0a9-48ef-bf79-5cf5b7e6e4c6",
      "resourceInvariantUUID": "b7d6b4af-819e-48f6-b227-60fab326a06f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
      "artifactChecksum": "NjNkMWRhMjNkMTlhYmQ3MTE2MWI1MWVkMzFmMWVhOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "513a5c57-1ee4-46f6-8fc0-00b6bfb33764"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T05:02:21.789Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T05:02:21.789Z|60d25c80-6928-49af-baee-4980cc6aa2ac|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13b5193b-97d4-474e-9478-34f9e2d92bed ASDC
2022-07-06T05:02:21.790Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8e9fdbdd-f537-4928-9799-a05285e8504e
ServiceName:Demo_pNF_8YfAyhMWtz9OGkanzteH
ServiceVersion:1.0
ServiceUUID:13b5193b-97d4-474e-9478-34f9e2d92bed
ServiceInvariantUUID:9470066e-f81f-488d-a5c1-2667081c626c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
ArtifactUUID:513a5c57-1ee4-46f6-8fc0-00b6bfb33764
ArtifactChecksum:NjNkMWRhMjNkMTlhYmQ3MTE2MWI1MWVkMzFmMWVhOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1812dfbd-c281 0
ResourceCustomizationUUID:4c1929da-0021-4753-beab-99260df4e70e
ResourceInvariantUUID:b7d6b4af-819e-48f6-b227-60fab326a06f
ResourceName:pNF 1812dfbd-c281
ResourceType:PNF
ResourceUUID:5d3de2a9-e0a9-48ef-bf79-5cf5b7e6e4c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-06T05:02:21.790Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13b5193b-97d4-474e-9478-34f9e2d92bed 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-07-06T05:02:21.810Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:02:21.810Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T05:02:21.810Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T05:02:21.811Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 513a5c57-1ee4-46f6-8fc0-00b6bfb33764 from URL: /sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:21.811Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-06T05:02:21.811Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:02:21.980Z||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-07-06T05:02:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:22.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:22.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-06T05:02:22.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:02:22.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:02:22.539Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-06T05:02:22.548Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar 513a5c57-1ee4-46f6-8fc0-00b6bfb33764 82636
2022-07-06T05:02:22.549Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar ASDC sendASDCNotification
2022-07-06T05:02:22.549Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:22.549Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:02:22.549Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:22.551Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:22.551Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083742549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:02:22.651Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:02:22.652Z||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-07-06T05:02:22.652Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:22.722Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:22.723Z||pool-102-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:02:23.551Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:02:23.552Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-06T05:02:23.552Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 513a5c57-1ee4-46f6-8fc0-00b6bfb33764, URL: /sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar to file: /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:23.553Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:23.553Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:23.553Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:23.647Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13141376335023787341/Definitions/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml
2022-07-06T05:02:24.314Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1812dfbd-c281 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-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.315Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.316Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-06T05:02:24.316Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.316Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.316Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Node template pNF 1812dfbd-c281 0 is matching search criteria
2022-07-06T05:02:24.316Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T05:02:24.316Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 1812dfbd-c281 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:02:24.316Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.317Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.317Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Node template pNF 1812dfbd-c281 0 is matching search criteria
2022-07-06T05:02:24.317Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-06T05:02:24.317Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 1812dfbd-c281 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:02:24.317Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.317Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.317Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.317Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.318Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.318Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.318Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.318Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.318Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.318Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.318Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8YfAyhMWtz9OGkanzteH
Description:catalog service description
Model UUID:13b5193b-97d4-474e-9478-34f9e2d92bed
Model Version:NULL
Model InvariantUuid:9470066e-f81f-488d-a5c1-2667081c626c
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-07-06T05:02:24.326Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5d3de2a9-e0a9-48ef-bf79-5cf5b7e6e4c6
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-07-06T05:02:24.328Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||pNF 1812dfbd-c281 0
2022-07-06T05:02:24.328Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5d3de2a9-e0a9-48ef-bf79-5cf5b7e6e4c6
2022-07-06T05:02:24.329Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 13b5193b-97d4-474e-9478-34f9e2d92bed
2022-07-06T05:02:24.329Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 13b5193b-97d4-474e-9478-34f9e2d92bed
2022-07-06T05:02:24.329Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1812dfbd-c281 0 5d3de2a9-e0a9-48ef-bf79-5cf5b7e6e4c6 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-07-06T05:02:24.333Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67ed70dd, org.onap.sdc.toscaparser.api.parameters.Input@1cb727d9, org.onap.sdc.toscaparser.api.parameters.Input@7c13986c, org.onap.sdc.toscaparser.api.parameters.Input@1bc14dd4, org.onap.sdc.toscaparser.api.parameters.Input@17a6ade9]
2022-07-06T05:02:24.333Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.333Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.333Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 13b5193b-97d4-474e-9478-34f9e2d92bed: pNF 1812dfbd-c281
2022-07-06T05:02:24.333Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 5d3de2a9-e0a9-48ef-bf79-5cf5b7e6e4c6
2022-07-06T05:02:24.333Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:02:24.334Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8YfAyhMWtz9OGkanzteH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:02:24.334Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4c1929da-0021-4753-beab-99260df4e70e is the same as notified resource customizationUUID: 4c1929da-0021-4753-beab-99260df4e70e
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-07-06T05:02:24.369Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1812dfbd-c281 5d3de2a9-e0a9-48ef-bf79-5cf5b7e6e4c6 0 ASDC deployResourceStructure
2022-07-06T05:02:24.369Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar ASDC sendASDCNotification
2022-07-06T05:02:24.369Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar
2022-07-06T05:02:24.369Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:02:24.369Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:24.371Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:24.371Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083744369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:02:24.471Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:02:24.472Z||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-07-06T05:02:24.473Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:24.493Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:24.493Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:02:25.372Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e9fdbdd-f537-4928-9799-a05285e8504e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:02:25.382Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e9fdbdd-f537-4928-9799-a05285e8504e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:02:25.384Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:02:25.384Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T05:02:25.384Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T05:02:25.384Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T05:02:25.384Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:02:25.384Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:02:25.385Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:02:25.385Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:02:25.385Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:02:25.385Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:02:25.385Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:02:25.385Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:02:25.389Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T05:02:55.389Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e9fdbdd-f537-4928-9799-a05285e8504e 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-07-06T05:02:55.396Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e9fdbdd-f537-4928-9799-a05285e8504e and serviceModelVersionId: 13b5193b-97d4-474e-9478-34f9e2d92bed
2022-07-06T05:02:55.396Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9470066e-f81f-488d-a5c1-2667081c626c
2022-07-06T05:02:55.397Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?depth=0
2022-07-06T05:02:55.400Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T05:02:55.438Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?depth=0|INFO|500||Invoke
2022-07-06T05:02:55.438Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e9fdbdd-f537-4928-9799-a05285e8504e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de680f5f-3b61-49a9-a7d4-f0ff4b55a796], X-ECOMP-RequestID=[8e9fdbdd-f537-4928-9799-a05285e8504e], X-TransactionId=[], X-ONAP-RequestID=[8e9fdbdd-f537-4928-9799-a05285e8504e], Content-Type=[application/merge-patch+json]}
2022-07-06T05:02:55.461Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T05:02:55.604Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?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/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-05:02:53:771-94664], vertex-id=[233664], Content-Length=[0], Date=[Wed, 06 Jul 2022 05:02:53 GMT], Content-Type=[application/json]}
2022-07-06T05:02:55.605Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T05:02:55.605Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9470066e-f81f-488d-a5c1-2667081c626c/model-vers/model-ver/13b5193b-97d4-474e-9478-34f9e2d92bed?depth=0|INFO|500||InvokeReturn
2022-07-06T05:02:55.606Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T05:02:55.607Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T05:02:55.613Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-06T05:02:55.614Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e9fdbdd-f537-4928-9799-a05285e8504e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T05:02:55.614Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T05:02:55.614Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:02:55.616Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:02:55.616Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083775614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:02:55.716Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:02:55.717Z||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-07-06T05:02:55.717Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:02:55.778Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:02:55.778Z||pool-104-thread-1|||||INFO|500||cambria reply ok (62 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-07-06T05:02:56.626Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:02:56.627Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:02:56.627Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:03:07.079Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:03:07.080Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:03:07.080Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:03:07.080Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:03:16.697Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:03:16.697Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:03:16.698Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:03:16.698Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:03:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:03:21.980Z||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-07-06T05:03:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:03:22.091Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:03:22.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-06T05:03:22.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083687986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083690370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083691534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083692821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083694112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083695309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083696412,
  "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-07-06T05:03:22.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083697416,
  "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-07-06T05:03:22.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083698420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083699424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083700428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083701431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60d25c80-6928-49af-baee-4980cc6aa2ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083732748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/resourceInstances/pnf1812dfbdc2810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:03:22.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:22.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:03:22.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083479011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:03:22.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:03:26.331Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:03:26.332Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:03:26.333Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:03:26.333Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:03:35.890Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:03:35.891Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:03:35.892Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:03:35.892Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:03:45.444Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:03:45.445Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:03:45.445Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:03:45.445Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:03:54.997Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:04:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:04:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:04:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:04:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:04:21.979Z||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-07-06T05:04:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:04:22.649Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:04:22.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-06T05:04:22.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083742549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:04:22.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:04:22.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-06T05:04:22.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083744369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8yfayhmwtz9ogkanzteh/1.0/artifacts/service-DemoPnf8yfayhmwtz9ogkanzteh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:04:22.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:04:22.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-06T05:04:22.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9fdbdd-f537-4928-9799-a05285e8504e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657083775614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:04:22.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:04:31.579Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:05:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:05:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:05:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:05:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:05:21.980Z||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-07-06T05:05:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:05:31.573Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:05:31.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:06:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:06:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:06:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:06:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:06:21.979Z||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-07-06T05:06:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:06:31.535Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:06:31.539Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:07:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:07:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:07:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:07:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:07:21.980Z||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-07-06T05:07:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:07:31.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:07:31.542Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:08:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:08:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:08:21.983Z||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-07-06T05:08:21.983Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:08:21.984Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:08:21.984Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:08:31.582Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:08:31.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:09:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:09:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:09:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:09:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:09:21.979Z||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-07-06T05:09:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:09:31.524Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:09:31.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:10:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:10:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:10:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:10:21.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:10:21.980Z||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-07-06T05:10:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:10:31.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:10:31.554Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:11:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:11:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:11:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:11:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:11:21.979Z||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-07-06T05:11:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:11:31.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:11:31.543Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:12:21.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:12:21.977Z||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-07-06T05:12:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:12:21.988Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:12:21.989Z||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-07-06T05:12:21.990Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:12:31.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:12:31.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:13:21.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:13:21.978Z||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-07-06T05:13:21.978Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:13:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:13:21.980Z||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-07-06T05:13:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:13:31.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:13:31.608Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:14:21.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:14:21.977Z||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-07-06T05:14:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:14:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:14:21.979Z||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-07-06T05:14:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:14:31.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:14:31.588Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:21.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:15:21.977Z||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-07-06T05:15:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:15:21.979Z||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-07-06T05:15:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:22.270Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:22.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084499121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084499121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084499121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084499121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084499121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084499121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084499121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084499121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084516061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084516259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:15:22.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084517263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084517435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "policy-id",
  "timestamp": 1657084518266,
  "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-07-06T05:15:22.303Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5044b615-0533-481c-8158-c2cfd8115e5d
2022-07-06T05:15:22.303Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5044b615-0533-481c-8158-c2cfd8115e5d 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-07-06T05:15:22.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084520450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:22.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084518664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084519688,
  "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-07-06T05:15:22.317Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5044b615-0533-481c-8158-c2cfd8115e5d
2022-07-06T05:15:22.317Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5044b615-0533-481c-8158-c2cfd8115e5d 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-07-06T05:15:22.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:15:22.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:15:22.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:22.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-06T05:15:22.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5044b615-0533-481c-8158-c2cfd8115e5d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e1ab942b-5008-49bd-a2c0-1631340d2dad","serviceDescription":"service","serviceInvariantUUID":"8781f1b3-e26d-4698-be17-5e93ee2bd943","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eb44cab4-5762-4b2b-9609-383785687d2c","resourceInvariantUUID":"3720d426-9205-49ca-b96e-37c359bced57","resourceCustomizationUUID":"24b5621d-0930-4427-a4d6-6fce73f0b428","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":"ZGFlMTIwN2FiYmYzYTE0ZGNhYjZmZmE4MzJiNjU2YmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"520f0879-d999-48e4-b8b2-27220c6724d3","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":"MTBkY2RlZGViMDNmM2NmOGNhOWRmODgwMGYyMWFmYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28a110f3-8457-4028-bb40-96e4513afd27","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":"7f8bc831-ad22-4cf5-bda8-db5122863a52","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":"e7ff2a26-8b2e-4090-b9bc-f6f22cb960f5","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":"28647f3d-a050-48cc-bb81-ff0ce9915f05","artifactVersion":"2","generatedFromUUID":"7f8bc831-ad22-4cf5-bda8-db5122863a52"},{"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":"MDQwOGFmMWRmY2FiNzU1ZDhmOTYyZjRhNmEyODY4YTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b0be7753-7481-419b-b412-bce1ee165b99","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":"ZGMwM2UwYTFiYmY3NGY4ZDY0YzJhZDhhNjBjYjBmODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2df8ee0-745a-47b0-875e-022d60df2edc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzA0NDhmMDE0MjE2YjA4MGNmZGY1ODNlNzRmYzRlMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c84dfb0-ceec-4498-af2e-8410442cf79a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T05:15:22.696Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:15:22.696Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:22.701Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:22.701Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:22.800Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:15:22.801Z||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-07-06T05:15:22.801Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:22.822Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:22.822Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:23.701Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:15:23.702Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:23.704Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:23.704Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:15:23.804Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:23.805Z||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-07-06T05:15:23.806Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:23.828Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:23.828Z||pool-106-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:24.704Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:15:24.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:24.707Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:24.707Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:15:24.807Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:24.808Z||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-07-06T05:15:24.808Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:24.837Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:24.837Z||pool-107-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:25.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:15:25.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:25.716Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:25.716Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:25.815Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:15:25.816Z||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-07-06T05:15:25.816Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:25.849Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:25.850Z||pool-108-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:15:26.717Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:15:26.717Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:26.731Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:26.731Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-06T05:15:26.819Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-07-06T05:15:26.822Z||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-07-06T05:15:26.823Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:26.842Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:26.842Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:27.732Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:15:27.732Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:27.735Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:27.735Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:27.835Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:27.835Z||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-07-06T05:15:27.835Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:27.874Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:27.874Z||pool-110-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:28.735Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:15:28.736Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:28.737Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:28.738Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:15:28.838Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:28.838Z||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-07-06T05:15:28.839Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:28.875Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:28.876Z||pool-111-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:29.739Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:15:29.739Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:29.741Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:29.741Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:15:29.842Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-06T05:15:29.843Z||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-07-06T05:15:29.843Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:29.872Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:29.872Z||pool-112-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:30.742Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e1ab942b-5008-49bd-a2c0-1631340d2dad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8781f1b3-e26d-4698-be17-5e93ee2bd943",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "24b5621d-0930-4427-a4d6-6fce73f0b428",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eb44cab4-5762-4b2b-9609-383785687d2c",
      "resourceInvariantUUID": "3720d426-9205-49ca-b96e-37c359bced57",
      "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": "MTBkY2RlZGViMDNmM2NmOGNhOWRmODgwMGYyMWFmYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "28a110f3-8457-4028-bb40-96e4513afd27",
          "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": "7f8bc831-ad22-4cf5-bda8-db5122863a52",
          "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": "28647f3d-a050-48cc-bb81-ff0ce9915f05",
            "generatedFromUUID": "7f8bc831-ad22-4cf5-bda8-db5122863a52"
          },
          "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": "28647f3d-a050-48cc-bb81-ff0ce9915f05",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzA0NDhmMDE0MjE2YjA4MGNmZGY1ODNlNzRmYzRlMWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c84dfb0-ceec-4498-af2e-8410442cf79a"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T05:15:30.743Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T05:15:30.744Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e1ab942b-5008-49bd-a2c0-1631340d2dad ASDC
2022-07-06T05:15:30.745Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5044b615-0533-481c-8158-c2cfd8115e5d
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e1ab942b-5008-49bd-a2c0-1631340d2dad
ServiceInvariantUUID:8781f1b3-e26d-4698-be17-5e93ee2bd943
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:6c84dfb0-ceec-4498-af2e-8410442cf79a
ArtifactChecksum:MzA0NDhmMDE0MjE2YjA4MGNmZGY1ODNlNzRmYzRlMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:24b5621d-0930-4427-a4d6-6fce73f0b428
ResourceInvariantUUID:3720d426-9205-49ca-b96e-37c359bced57
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:eb44cab4-5762-4b2b-9609-383785687d2c
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:28a110f3-8457-4028-bb40-96e4513afd27
ArtifactChecksum:MTBkY2RlZGViMDNmM2NmOGNhOWRmODgwMGYyMWFmYjM=
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:7f8bc831-ad22-4cf5-bda8-db5122863a52
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:28647f3d-a050-48cc-bb81-ff0ce9915f05
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:28647f3d-a050-48cc-bb81-ff0ce9915f05
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-06T05:15:30.745Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1ab942b-5008-49bd-a2c0-1631340d2dad 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-07-06T05:15:30.783Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:15:30.784Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:15:30.784Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:15:30.784Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c84dfb0-ceec-4498-af2e-8410442cf79a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-06T05:15:30.784Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:15:30.785Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-06T05:15:30.908Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:15:30.911Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6c84dfb0-ceec-4498-af2e-8410442cf79a 78808
2022-07-06T05:15:30.912Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-06T05:15:30.912Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-06T05:15:30.912Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:15:30.912Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:30.914Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:30.914Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084530912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:31.014Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:15:31.015Z||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-07-06T05:15:31.015Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:31.080Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:31.080Z||pool-113-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:31.915Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:15:31.916Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:15:31.916Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6c84dfb0-ceec-4498-af2e-8410442cf79a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-06T05:15:31.917Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-06T05:15:31.917Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-06T05:15:31.917Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-06T05:15:32.073Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10694887439238444746/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-07-06T05:15:33.267Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-BasicVmMacro-csar.csar
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-BasicVmMacro-csar.csar
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-BasicVmMacro-csar.csar
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-BasicVmMacro-csar.csar
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-BasicVmMacro-csar.csar
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-BasicVmMacro-csar.csar
2022-07-06T05:15:33.268Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-BasicVmMacro-csar.csar
2022-07-06T05:15:33.269Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-BasicVmMacro-csar.csar
2022-07-06T05:15:33.269Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-06T05:15:33.269Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.269Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:33.269Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:33.269Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-06T05:15:33.269Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:15:33.270Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.270Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:33.270Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:33.270Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-06T05:15:33.270Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:15:33.270Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.270Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:33.270Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.271Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-06T05:15:33.271Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-06T05:15:33.271Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-06T05:15:33.271Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-06T05:15:33.271Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-06T05:15:33.271Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T05:15:33.271Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.271Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T05:15:33.272Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.272Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:33.272Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:15:33.272Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.272Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:33.272Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:15:33.272Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.273Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:33.273Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:15:33.273Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.273Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-06T05:15:33.273Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-06T05:15:33.273Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-06T05:15:33.273Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=020b9707-8b21-46af-a731-dae9adad944f
2022-07-06T05:15:33.273Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.274Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:33.274Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.274Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:33.274Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.274Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:33.274Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:33.274Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:33.274Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e1ab942b-5008-49bd-a2c0-1631340d2dad
Model Version:NULL
Model InvariantUuid:8781f1b3-e26d-4698-be17-5e93ee2bd943
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:76757840-340b-4b20-967f-a83817000c74
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3720d426-9205-49ca-b96e-37c359bced57
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:24b5621d-0930-4427-a4d6-6fce73f0b428
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0617c3c1-1960-4d71-bcdf-5fe21258e856
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4827b701-e851-4c95-b557-68063f3ba667
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:020b9707-8b21-46af-a731-dae9adad944f
ModelInvariantUuid:9f19427a-d541-4482-98aa-81a1f6f04865
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0755fc3e-8966-468c-8656-40ec213f369d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:97672665-b692-45cf-9f35-a5c5b47a9f7a
ModelInvariantUuid:3d791f07-ca77-4a4f-aa08-c051887b9af1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b5ab5c89-3661-40fb-9edf-75ab3e93a97f
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-07-06T05:15:33.281Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: eb44cab4-5762-4b2b-9609-383785687d2c
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-07-06T05:15:33.285Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-07-06T05:15:33.285Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eb44cab4-5762-4b2b-9609-383785687d2c
2022-07-06T05:15:33.287Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28a110f3-8457-4028-bb40-96e4513afd27 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-06T05:15:33.287Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:15:33.287Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:33.458Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:15:33.458Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 28a110f3-8457-4028-bb40-96e4513afd27 792
2022-07-06T05:15:33.458Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:33.458Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:33.459Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:15:33.459Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:33.461Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:33.461Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084533458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:33.561Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:33.562Z||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-07-06T05:15:33.562Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:33.648Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:33.648Z||pool-114-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:34.461Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0617c3c1-1960-4d71-bcdf-5fe21258e856",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4827b701-e851-4c95-b557-68063f3ba667",
    "vfModuleModelCustomizationUUID": "a07001c4-1810-4f88-9948-4f73fb09573e",
    "isBase": true,
    "artifacts": [
      "7f8bc831-ad22-4cf5-bda8-db5122863a52",
      "28647f3d-a050-48cc-bb81-ff0ce9915f05"
    ],
    "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-07-06T05:15:34.465Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4827b701-e851-4c95-b557-68063f3ba667
VfModuleModelInvariantUUID:0617c3c1-1960-4d71-bcdf-5fe21258e856
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f8bc831-ad22-4cf5-bda8-db5122863a52
,
28647f3d-a050-48cc-bb81-ff0ce9915f05

}
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-07-06T05:15:34.467Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0617c3c1-1960-4d71-bcdf-5fe21258e856",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4827b701-e851-4c95-b557-68063f3ba667",
    "vfModuleModelCustomizationUUID": "a07001c4-1810-4f88-9948-4f73fb09573e",
    "isBase": true,
    "artifacts": [
      "7f8bc831-ad22-4cf5-bda8-db5122863a52",
      "28647f3d-a050-48cc-bb81-ff0ce9915f05"
    ],
    "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-07-06T05:15:34.467Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4827b701-e851-4c95-b557-68063f3ba667
VfModuleModelInvariantUUID:0617c3c1-1960-4d71-bcdf-5fe21258e856
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f8bc831-ad22-4cf5-bda8-db5122863a52
,
28647f3d-a050-48cc-bb81-ff0ce9915f05

}
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-07-06T05:15:34.467Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7f8bc831-ad22-4cf5-bda8-db5122863a52 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-06T05:15:34.467Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:15:34.468Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:34.674Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:15:34.675Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7f8bc831-ad22-4cf5-bda8-db5122863a52 5033
2022-07-06T05:15:34.675Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:34.675Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:34.675Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:15:34.676Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:34.678Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:34.678Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084534675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:34.778Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:34.778Z||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-07-06T05:15:34.779Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:34.892Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:34.893Z||pool-115-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:35.678Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28647f3d-a050-48cc-bb81-ff0ce9915f05 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-06T05:15:35.678Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:15:35.679Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:35.854Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:15:35.854Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 28647f3d-a050-48cc-bb81-ff0ce9915f05 903
2022-07-06T05:15:35.854Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:35.854Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:35.855Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:15:35.855Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:35.856Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:35.857Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084535854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:15:35.957Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:35.957Z||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-07-06T05:15:35.958Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:36.076Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:36.077Z||pool-116-thread-1|||||INFO|500||cambria reply ok (119 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:15:36.857Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e1ab942b-5008-49bd-a2c0-1631340d2dad
2022-07-06T05:15:36.857Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 eb44cab4-5762-4b2b-9609-383785687d2c 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-07-06T05:15:36.869Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4344ca29, org.onap.sdc.toscaparser.api.parameters.Input@1e885b9d, org.onap.sdc.toscaparser.api.parameters.Input@458165a, org.onap.sdc.toscaparser.api.parameters.Input@2fa7197d, org.onap.sdc.toscaparser.api.parameters.Input@4a578b22]
2022-07-06T05:15:36.871Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.871Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:36.871Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-06T05:15:36.871Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 24b5621d-0930-4427-a4d6-6fce73f0b428
2022-07-06T05:15:36.871Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 24b5621d-0930-4427-a4d6-6fce73f0b428 matches Tosca VF Customization UUID: 24b5621d-0930-4427-a4d6-6fce73f0b428
2022-07-06T05:15:36.871Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 24b5621d-0930-4427-a4d6-6fce73f0b428  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-07-06T05:15:36.874Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.874Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:36.874Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 24b5621d-0930-4427-a4d6-6fce73f0b428: {\"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-07-06T05:15:36.874Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@450adcd3
2022-07-06T05:15:36.875Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.875Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T05:15:36.875Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a07001c4-1810-4f88-9948-4f73fb09573e
2022-07-06T05:15:36.875Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a07001c4-1810-4f88-9948-4f73fb09573e
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-07-06T05:15:36.877Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.877Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:36.877Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:15:36.878Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.878Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:36.878Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:15:36.878Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.878Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-06T05:15:36.878Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-06T05:15:36.878Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-06T05:15:36.879Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=020b9707-8b21-46af-a731-dae9adad944f
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-07-06T05:15:36.881Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.881Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:36.881Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:15:36.881Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.881Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-06T05:15:36.881Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=24b5621d-0930-4427-a4d6-6fce73f0b428
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-07-06T05:15:36.883Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.883Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:36.883Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e1ab942b-5008-49bd-a2c0-1631340d2dad: basic_vm_macro
2022-07-06T05:15:36.883Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.883Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:36.883Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.884Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:36.884Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.884Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:36.884Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.884Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:36.884Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:15:36.884Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:15:36.885Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:36.971Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro eb44cab4-5762-4b2b-9609-383785687d2c 1 ASDC deployResourceStructure
2022-07-06T05:15:36.971Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:36.971Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:36.972Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:15:36.972Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:36.973Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:36.974Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084536971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:15:37.074Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:37.074Z||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-07-06T05:15:37.075Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:37.184Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:37.184Z||pool-117-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:15:37.974Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:37.974Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:37.975Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:15:37.975Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:37.977Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:37.977Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084537974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:15:38.077Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:15:38.078Z||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-07-06T05:15:38.078Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:38.145Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:38.145Z||pool-118-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:15:38.978Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:38.979Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||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-07-06T05:15:38.979Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:15:38.979Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:38.981Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:38.981Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084538978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-06T05:15:39.081Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:39.082Z||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-07-06T05:15:39.082Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:39.288Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:39.289Z||pool-119-thread-1|||||INFO|500||cambria reply ok (208 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:15:39.981Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-06T05:15:39.982Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-06T05:15:39.982Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:15:39.982Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:15:39.984Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:15:39.984Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084539981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:15:40.084Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:15:40.085Z||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-07-06T05:15:40.085Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:15:40.146Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:15:40.146Z||pool-120-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:15:40.985Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:15:40.994Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:15:40.996Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:15:40.997Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T05:15:40.997Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T05:16:10.997Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:16:11.016Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:16:11.018Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:16:11.018Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T05:16:11.018Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T05:16:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:16:21.980Z||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-07-06T05:16:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:16:22.133Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:16:22.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:16:22.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084520694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:16:22.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:16:41.018Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:16:41.029Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:16:41.031Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:16:41.031Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T05:16:41.031Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T05:17:11.031Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:17:11.044Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:17:11.046Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:17:11.046Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T05:17:11.046Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T05:17:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:17:21.981Z||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-07-06T05:17:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:17:22.046Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:17:22.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:17:22.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084522000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:17:22.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:17:41.046Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:17:41.058Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:17:41.059Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:17:41.059Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T05:17:41.060Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T05:18:11.061Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:18:11.086Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:18:11.087Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:18:11.088Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-06T05:18:11.088Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-06T05:18:21.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:18:21.981Z||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-07-06T05:18:21.981Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:18:22.029Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:18:22.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "cds",
  "timestamp": 1657084523233,
  "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-07-06T05:18:22.072Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5044b615-0533-481c-8158-c2cfd8115e5d
2022-07-06T05:18:22.072Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5044b615-0533-481c-8158-c2cfd8115e5d 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-07-06T05:18:22.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084528812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084519121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "aai-ml",
  "timestamp": 1657084530393,
  "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-07-06T05:18:22.106Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5044b615-0533-481c-8158-c2cfd8115e5d
2022-07-06T05:18:22.106Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5044b615-0533-481c-8158-c2cfd8115e5d 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-07-06T05:18:22.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084529581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084530912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084531168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084530585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084506523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084532172,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:18:22.124Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5044b615-0533-481c-8158-c2cfd8115e5d
2022-07-06T05:18:22.125Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5044b615-0533-481c-8158-c2cfd8115e5d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T05:18:22.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084511528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "policy-id",
  "timestamp": 1657084531588,
  "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-07-06T05:18:22.145Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ced57e38-9972-478f-87c9-da2298460e61
2022-07-06T05:18:22.145Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced57e38-9972-478f-87c9-da2298460e61 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-07-06T05:18:22.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084531916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084533458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084534548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.156Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084532288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084533194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084534675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "cds",
  "timestamp": 1657084536072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:18:22.165Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ced57e38-9972-478f-87c9-da2298460e61
2022-07-06T05:18:22.165Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced57e38-9972-478f-87c9-da2298460e61 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-07-06T05:18:22.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084534487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084535854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084536971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084535922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084536291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084537974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084536991,
  "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-07-06T05:18:22.184Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ced57e38-9972-478f-87c9-da2298460e61
2022-07-06T05:18:22.184Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced57e38-9972-478f-87c9-da2298460e61 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-07-06T05:18:22.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "clamp",
  "timestamp": 1657084537295,
  "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-07-06T05:18:22.195Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5044b615-0533-481c-8158-c2cfd8115e5d
2022-07-06T05:18:22.195Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5044b615-0533-481c-8158-c2cfd8115e5d 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-07-06T05:18:22.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084538978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084537995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084539981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084513117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084541614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084519812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084543424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084545679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.210Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084546683,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:18:22.215Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ced57e38-9972-478f-87c9-da2298460e61
2022-07-06T05:18:22.215Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced57e38-9972-478f-87c9-da2298460e61 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T05:18:22.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:18:22.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084512046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:18:22.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:18:22.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084549295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "aai-ml",
  "timestamp": 1657084550299,
  "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-07-06T05:18:22.228Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ced57e38-9972-478f-87c9-da2298460e61
2022-07-06T05:18:22.228Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced57e38-9972-478f-87c9-da2298460e61 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-07-06T05:18:22.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084551289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:18:22.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084557068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:18:22.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:18:22.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:18:22.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "clamp",
  "timestamp": 1657084558072,
  "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-07-06T05:18:22.240Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ced57e38-9972-478f-87c9-da2298460e61
2022-07-06T05:18:22.240Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced57e38-9972-478f-87c9-da2298460e61 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-07-06T05:18:41.088Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:18:41.103Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:18:41.106Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:18:41.106Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T05:18:41.106Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T05:18:41.106Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T05:18:41.106Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:18:41.106Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:18:41.106Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:18:41.106Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:18:41.107Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:18:41.107Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:18:41.107Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:18:41.111Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T05:19:11.111Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5044b615-0533-481c-8158-c2cfd8115e5d 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-07-06T05:19:11.121Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5044b615-0533-481c-8158-c2cfd8115e5d and serviceModelVersionId: e1ab942b-5008-49bd-a2c0-1631340d2dad
2022-07-06T05:19:11.121Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8781f1b3-e26d-4698-be17-5e93ee2bd943
2022-07-06T05:19:11.123Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?depth=0
2022-07-06T05:19:11.133Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T05:19:11.194Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?depth=0|INFO|500||Invoke
2022-07-06T05:19:11.194Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5044b615-0533-481c-8158-c2cfd8115e5d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db6e1a5d-24d3-4a20-8c8a-813278b8be94], X-ECOMP-RequestID=[5044b615-0533-481c-8158-c2cfd8115e5d], X-TransactionId=[], X-ONAP-RequestID=[5044b615-0533-481c-8158-c2cfd8115e5d], Content-Type=[application/merge-patch+json]}
2022-07-06T05:19:11.220Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T05:19:11.312Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?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/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-05:19:09:528-13952], vertex-id=[254000], Content-Length=[0], Date=[Wed, 06 Jul 2022 05:19:09 GMT], Content-Type=[application/json]}
2022-07-06T05:19:11.312Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T05:19:11.313Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8781f1b3-e26d-4698-be17-5e93ee2bd943/model-vers/model-ver/e1ab942b-5008-49bd-a2c0-1631340d2dad?depth=0|INFO|500||InvokeReturn
2022-07-06T05:19:11.313Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T05:19:11.314Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-07-06T05:19:11.319Z|5044b615-0533-481c-8158-c2cfd8115e5d|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-07-06T05:19:11.319Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5044b615-0533-481c-8158-c2cfd8115e5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T05:19:11.319Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T05:19:11.319Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:11.322Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:11.322Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084751319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:19:11.422Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:11.423Z||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-07-06T05:19:11.423Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:11.443Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:11.443Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-06T05:19:12.333Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-06T05:19:12.334Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ced57e38-9972-478f-87c9-da2298460e61","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"594a51a9-1622-49ae-a064-52894e1a042c","serviceDescription":"service","serviceInvariantUUID":"2d56a6d6-0e3c-418b-9729-88c562ae76a7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6849fb80-a275-40d6-8522-113c929005f5","resourceInvariantUUID":"e55c8bae-9629-4c94-a7fb-baf020e9b484","resourceCustomizationUUID":"e949ae02-fd05-466b-99b3-380af1566490","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OWU2YjdlY2Q2MTc3NWZmYjNhYTJmNTg0MjEwZDAyODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"889ab21a-42ee-4e56-bd0b-dec7ff8184ac","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZjllYTQyN2UyMjQ0MzY0NGEyYzFmMzhkZTE5NmNlODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5c65c6f7-c832-41e8-b406-db16309c39f0","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f44e9582-d3ab-48b0-94b9-3f040e8b66cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8a837cbc-7859-4b17-9e22-49bd5eabdc7f","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa33a4da-8d38-472f-869f-e9c551407e5d","artifactVersion":"2","generatedFromUUID":"189de6c5-9f79-450c-a012-37ec8df3bbfa"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0","artifactVersion":"2","generatedFromUUID":"f44e9582-d3ab-48b0-94b9-3f040e8b66cc"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"189de6c5-9f79-450c-a012-37ec8df3bbfa","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"280bfc47-a29b-463d-ae55-e4cc0d03f8b6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YzY5ZTdkYzNmZDY3YmEwNWQ4OWE3MzQ3NzUxZjhlODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3362aec2-2ecb-4f4e-95ca-596d92301d05","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmVjNDFiOTY3ZmFiYjA2NmE1YWIzNTRhMTY4OTQ0MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"940af90b-77c7-4fe2-a919-492fb42b6206","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T05:19:12.335Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:12.335Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:12.337Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:12.337Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:12.437Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:12.437Z||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-07-06T05:19:12.438Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:12.454Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:12.454Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:19:13.337Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:13.338Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:13.340Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:13.340Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:19:13.440Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:13.441Z||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-07-06T05:19:13.442Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:13.458Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:13.458Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:14.341Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:14.341Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:14.343Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:14.343Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:19:14.443Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:14.444Z||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-07-06T05:19:14.445Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:14.477Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:14.477Z||pool-124-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:15.344Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:15.344Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:15.348Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:15.349Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:15.448Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:19:15.449Z||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-07-06T05:19:15.449Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:15.500Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:15.501Z||pool-125-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:19:16.349Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:16.350Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:16.353Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:16.353Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-06T05:19:16.453Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:16.454Z||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-07-06T05:19:16.454Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:16.555Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:16.556Z||pool-126-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:17.353Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:17.354Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:17.356Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:17.356Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-06T05:19:17.456Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:17.457Z||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-07-06T05:19:17.457Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:17.479Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:17.480Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:19:18.357Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:18.357Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:18.359Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:18.359Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-06T05:19:18.459Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:18.460Z||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-07-06T05:19:18.460Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:18.488Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:18.488Z||pool-128-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:19:19.360Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:19.361Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:19.365Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:19.365Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:19.468Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-06T05:19:19.469Z||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-07-06T05:19:19.469Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:19.570Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:19.570Z||pool-129-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:20.366Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:20.366Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:20.369Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:20.369Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:20.469Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:20.470Z||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-07-06T05:19:20.470Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:20.544Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:20.545Z||pool-130-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:21.369Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:19:21.370Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:21.372Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:21.372Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:19:21.472Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:21.473Z||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-07-06T05:19:21.473Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:21.550Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:21.551Z||pool-131-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:19:21.980Z||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-07-06T05:19:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:22.190Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:22.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:19:22.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084633117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084632046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084639812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084639121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084651148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:22.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084652855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:22.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084652791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:22.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084652197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:22.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084646528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:19:22.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084654741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:22.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084653307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:22.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657084653217,
  "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-07-06T05:19:22.234Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9848658f-5f7d-45c3-aa9d-c186cc0e30d5
2022-07-06T05:19:22.234Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 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-07-06T05:19:22.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084656498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:22.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657084655747,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:19:22.246Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9848658f-5f7d-45c3-aa9d-c186cc0e30d5
2022-07-06T05:19:22.246Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T05:19:22.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084654341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:22.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:19:22.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657084646525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:19:22.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "clamp",
  "timestamp": 1657084655344,
  "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-07-06T05:19:22.259Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9848658f-5f7d-45c3-aa9d-c186cc0e30d5
2022-07-06T05:19:22.259Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 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-07-06T05:19:22.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084646928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:19:22.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:19:22.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "cds",
  "timestamp": 1657084657807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:19:22.270Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9848658f-5f7d-45c3-aa9d-c186cc0e30d5
2022-07-06T05:19:22.270Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 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-07-06T05:19:22.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084657044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084658798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084658050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "aai-ml",
  "timestamp": 1657084659801,
  "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-07-06T05:19:22.282Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9848658f-5f7d-45c3-aa9d-c186cc0e30d5
2022-07-06T05:19:22.282Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 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-07-06T05:19:22.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:19:22.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "policy-id",
  "timestamp": 1657084659053,
  "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-07-06T05:19:22.292Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9848658f-5f7d-45c3-aa9d-c186cc0e30d5
2022-07-06T05:19:22.292Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 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-07-06T05:19:22.373Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "594a51a9-1622-49ae-a064-52894e1a042c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2d56a6d6-0e3c-418b-9729-88c562ae76a7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e949ae02-fd05-466b-99b3-380af1566490",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6849fb80-a275-40d6-8522-113c929005f5",
      "resourceInvariantUUID": "e55c8bae-9629-4c94-a7fb-baf020e9b484",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZjllYTQyN2UyMjQ0MzY0NGEyYzFmMzhkZTE5NmNlODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5c65c6f7-c832-41e8-b406-db16309c39f0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f44e9582-d3ab-48b0-94b9-3f040e8b66cc",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0",
            "generatedFromUUID": "f44e9582-d3ab-48b0-94b9-3f040e8b66cc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fa33a4da-8d38-472f-869f-e9c551407e5d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "189de6c5-9f79-450c-a012-37ec8df3bbfa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZmVjNDFiOTY3ZmFiYjA2NmE1YWIzNTRhMTY4OTQ0MTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "940af90b-77c7-4fe2-a919-492fb42b6206"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T05:19:22.374Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T05:19:22.375Z|5044b615-0533-481c-8158-c2cfd8115e5d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 594a51a9-1622-49ae-a064-52894e1a042c ASDC
2022-07-06T05:19:22.375Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ced57e38-9972-478f-87c9-da2298460e61
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:594a51a9-1622-49ae-a064-52894e1a042c
ServiceInvariantUUID:2d56a6d6-0e3c-418b-9729-88c562ae76a7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:940af90b-77c7-4fe2-a919-492fb42b6206
ArtifactChecksum:ZmVjNDFiOTY3ZmFiYjA2NmE1YWIzNTRhMTY4OTQ0MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e949ae02-fd05-466b-99b3-380af1566490
ResourceInvariantUUID:e55c8bae-9629-4c94-a7fb-baf020e9b484
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:6849fb80-a275-40d6-8522-113c929005f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:5c65c6f7-c832-41e8-b406-db16309c39f0
ArtifactChecksum:ZjllYTQyN2UyMjQ0MzY0NGEyYzFmMzhkZTE5NmNlODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:f44e9582-d3ab-48b0-94b9-3f040e8b66cc
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:fa33a4da-8d38-472f-869f-e9c551407e5d
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:189de6c5-9f79-450c-a012-37ec8df3bbfa
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-06T05:19:22.376Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 594a51a9-1622-49ae-a064-52894e1a042c 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-07-06T05:19:22.403Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:19:22.404Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:19:22.404Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:19:22.404Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 940af90b-77c7-4fe2-a919-492fb42b6206 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:22.404Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:19:22.405Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:22.688Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:19:22.696Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 940af90b-77c7-4fe2-a919-492fb42b6206 158202
2022-07-06T05:19:22.696Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-06T05:19:22.696Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:22.696Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:19:22.697Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:22.698Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:22.699Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084762696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:22.799Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:22.799Z||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-07-06T05:19:22.800Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:22.821Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:22.821Z||pool-132-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:19:23.699Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:19:23.700Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:19:23.700Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 940af90b-77c7-4fe2-a919-492fb42b6206, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:23.701Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-06T05:19:23.702Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:23.702Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:23.866Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11094518909965541197/Definitions/service-BasicCnfMacro-template.yml
2022-07-06T05:19:25.070Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T05:19:25.071Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-06T05:19:25.071Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:25.071Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-06T05:19:25.071Z|ced57e38-9972-478f-87c9-da2298460e61|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-BasicCnfMacro-csar.csar
2022-07-06T05:19:25.071Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:25.072Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:25.072Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:25.072Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-06T05:19:25.072Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.072Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:25.073Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:25.073Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-06T05:19:25.073Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:19:25.073Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.073Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:25.073Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:25.074Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-06T05:19:25.074Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:19:25.074Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.074Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:25.074Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.074Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-06T05:19:25.074Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-06T05:19:25.075Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-06T05:19:25.075Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-06T05:19:25.075Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.075Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T05:19:25.075Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.075Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:25.075Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:19:25.076Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.076Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:25.076Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:19:25.076Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.076Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:25.077Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:19:25.077Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.077Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:25.077Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:19:25.077Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.077Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-06T05:19:25.077Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-06T05:19:25.078Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=92fc13fd-a8e3-4a88-a4e8-f82579fea5b2
2022-07-06T05:19:25.078Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.078Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:25.078Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.078Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:25.078Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.078Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:25.079Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:25.079Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:25.079Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:594a51a9-1622-49ae-a064-52894e1a042c
Model Version:NULL
Model InvariantUuid:2d56a6d6-0e3c-418b-9729-88c562ae76a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:ce65e77c-a0dc-41b6-9afb-8bc1711d398a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e55c8bae-9629-4c94-a7fb-baf020e9b484
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e949ae02-fd05-466b-99b3-380af1566490
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d18b6ae7-c884-4256-a31f-dac1c9792aa9
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:1ed8050b-89ad-4eb7-a32d-3e6ca3748190
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ece094f3-f0f8-4e45-bd4d-2c5bff21e0b9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:89fbf1ec-03c3-41ee-9ecc-be3286fc5502
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:92fc13fd-a8e3-4a88-a4e8-f82579fea5b2
ModelInvariantUuid:c86ab0e1-b77b-4bb0-9874-4588d4285a6b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d1512fda-1101-4aa8-a6c3-d5a3303ff33e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:7b9a79fa-5711-4fc8-aa29-2c69a33b2726
ModelInvariantUuid:b34537ed-6960-4180-bbd8-ecf7fc40fbf0
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e581d8b5-3f63-41eb-b0ea-d9b81b1ceeaf
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-07-06T05:19:25.086Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6849fb80-a275-40d6-8522-113c929005f5
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-07-06T05:19:25.089Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-07-06T05:19:25.089Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6849fb80-a275-40d6-8522-113c929005f5
2022-07-06T05:19:25.089Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5c65c6f7-c832-41e8-b406-db16309c39f0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-06T05:19:25.090Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:19:25.090Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-06T05:19:25.211Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:19:25.211Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5c65c6f7-c832-41e8-b406-db16309c39f0 1565
2022-07-06T05:19:25.211Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-06T05:19:25.211Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-06T05:19:25.212Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:19:25.212Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:25.214Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:25.214Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084765211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:25.314Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:25.315Z||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-07-06T05:19:25.315Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:25.335Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:25.336Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:19:26.215Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ece094f3-f0f8-4e45-bd4d-2c5bff21e0b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89fbf1ec-03c3-41ee-9ecc-be3286fc5502",
    "vfModuleModelCustomizationUUID": "39dc07dd-bc01-4a4a-bb74-51731c09bb3f",
    "isBase": true,
    "artifacts": [
      "f44e9582-d3ab-48b0-94b9-3f040e8b66cc",
      "498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "d18b6ae7-c884-4256-a31f-dac1c9792aa9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ed8050b-89ad-4eb7-a32d-3e6ca3748190",
    "vfModuleModelCustomizationUUID": "b9f4fd13-29f3-426f-abc1-70c20b196e0d",
    "isBase": false,
    "artifacts": [
      "189de6c5-9f79-450c-a012-37ec8df3bbfa"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-06T05:19:26.219Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89fbf1ec-03c3-41ee-9ecc-be3286fc5502
VfModuleModelInvariantUUID:ece094f3-f0f8-4e45-bd4d-2c5bff21e0b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f44e9582-d3ab-48b0-94b9-3f040e8b66cc
,
498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:1ed8050b-89ad-4eb7-a32d-3e6ca3748190
VfModuleModelInvariantUUID:d18b6ae7-c884-4256-a31f-dac1c9792aa9
VfModuleModelDescription:NULL
Artifacts UUID List:{
189de6c5-9f79-450c-a012-37ec8df3bbfa

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

isBase:false


}

2022-07-06T05:19:26.222Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ece094f3-f0f8-4e45-bd4d-2c5bff21e0b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89fbf1ec-03c3-41ee-9ecc-be3286fc5502",
    "vfModuleModelCustomizationUUID": "39dc07dd-bc01-4a4a-bb74-51731c09bb3f",
    "isBase": true,
    "artifacts": [
      "f44e9582-d3ab-48b0-94b9-3f040e8b66cc",
      "498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "d18b6ae7-c884-4256-a31f-dac1c9792aa9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ed8050b-89ad-4eb7-a32d-3e6ca3748190",
    "vfModuleModelCustomizationUUID": "b9f4fd13-29f3-426f-abc1-70c20b196e0d",
    "isBase": false,
    "artifacts": [
      "189de6c5-9f79-450c-a012-37ec8df3bbfa"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-06T05:19:26.222Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89fbf1ec-03c3-41ee-9ecc-be3286fc5502
VfModuleModelInvariantUUID:ece094f3-f0f8-4e45-bd4d-2c5bff21e0b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f44e9582-d3ab-48b0-94b9-3f040e8b66cc
,
498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:1ed8050b-89ad-4eb7-a32d-3e6ca3748190
VfModuleModelInvariantUUID:d18b6ae7-c884-4256-a31f-dac1c9792aa9
VfModuleModelDescription:NULL
Artifacts UUID List:{
189de6c5-9f79-450c-a012-37ec8df3bbfa

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

isBase:false


}

2022-07-06T05:19:26.222Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f44e9582-d3ab-48b0-94b9-3f040e8b66cc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-06T05:19:26.222Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:19:26.222Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-06T05:19:26.333Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:19:26.333Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f44e9582-d3ab-48b0-94b9-3f040e8b66cc 914
2022-07-06T05:19:26.334Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-06T05:19:26.334Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-06T05:19:26.334Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:19:26.334Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:26.336Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:26.336Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084766333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:26.436Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:26.437Z||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-07-06T05:19:26.437Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:26.460Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:26.460Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:19:27.336Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fa33a4da-8d38-472f-869f-e9c551407e5d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-06T05:19:27.337Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:19:27.337Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-06T05:19:27.455Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:19:27.455Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env fa33a4da-8d38-472f-869f-e9c551407e5d 12
2022-07-06T05:19:27.456Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-06T05:19:27.456Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-06T05:19:27.456Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:19:27.456Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:27.458Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:27.458Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084767456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:27.558Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:27.559Z||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-07-06T05:19:27.559Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:27.591Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:27.591Z||pool-135-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:28.458Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-06T05:19:28.459Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:19:28.459Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-06T05:19:28.605Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:19:28.605Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 498ebaad-ae94-43a4-bf2c-2d7db2ceb5d0 96
2022-07-06T05:19:28.606Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-06T05:19:28.606Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-06T05:19:28.606Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:19:28.606Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:28.608Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:28.608Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084768606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:28.708Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:28.709Z||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-07-06T05:19:28.709Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:28.762Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:28.762Z||pool-136-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:29.608Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 189de6c5-9f79-450c-a012-37ec8df3bbfa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-06T05:19:29.609Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:19:29.609Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-06T05:19:29.707Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:19:29.708Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 189de6c5-9f79-450c-a012-37ec8df3bbfa 20206
2022-07-06T05:19:29.708Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-06T05:19:29.717Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-06T05:19:29.717Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:19:29.717Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:29.720Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:29.720Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084769708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:19:29.820Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:29.821Z||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-07-06T05:19:29.822Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:29.845Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:29.845Z||pool-137-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:30.723Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 594a51a9-1622-49ae-a064-52894e1a042c
2022-07-06T05:19:30.724Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6849fb80-a275-40d6-8522-113c929005f5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-06T05:19:30.733Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6dc5847, org.onap.sdc.toscaparser.api.parameters.Input@71cd331c, org.onap.sdc.toscaparser.api.parameters.Input@2217ad97, org.onap.sdc.toscaparser.api.parameters.Input@48303db4, org.onap.sdc.toscaparser.api.parameters.Input@2cca5a95]
2022-07-06T05:19:30.735Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.735Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:30.736Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-06T05:19:30.736Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e949ae02-fd05-466b-99b3-380af1566490
2022-07-06T05:19:30.736Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e949ae02-fd05-466b-99b3-380af1566490 matches Tosca VF Customization UUID: e949ae02-fd05-466b-99b3-380af1566490
2022-07-06T05:19:30.736Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e949ae02-fd05-466b-99b3-380af1566490  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-07-06T05:19:30.738Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.739Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:30.739Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e949ae02-fd05-466b-99b3-380af1566490: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-06T05:19:30.740Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62f7f484
2022-07-06T05:19:30.740Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.740Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-06T05:19:30.740Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9f4fd13-29f3-426f-abc1-70c20b196e0d
2022-07-06T05:19:30.741Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9f4fd13-29f3-426f-abc1-70c20b196e0d
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-07-06T05:19:30.743Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.743Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:30.743Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:19:30.744Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.744Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:30.744Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-06T05:19:30.744Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.745Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-06T05:19:30.745Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e949ae02-fd05-466b-99b3-380af1566490
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-07-06T05:19:30.747Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.747Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:30.747Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 594a51a9-1622-49ae-a064-52894e1a042c: basic_cnf_macro
2022-07-06T05:19:30.748Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.748Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:30.748Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.748Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:30.749Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.749Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:30.749Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.750Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:30.750Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:19:30.750Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:19:30.750Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-06T05:19:30.781Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6849fb80-a275-40d6-8522-113c929005f5 2 ASDC deployResourceStructure
2022-07-06T05:19:30.782Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-06T05:19:30.782Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-06T05:19:30.782Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:19:30.782Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:30.784Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:30.784Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084770782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:30.885Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:30.885Z||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-07-06T05:19:30.885Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:30.901Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:30.901Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:31.785Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-06T05:19:31.786Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-06T05:19:31.786Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:19:31.786Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:31.788Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:31.788Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084771785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:31.888Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:31.889Z||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-07-06T05:19:31.889Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:31.909Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:31.909Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:32.789Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-06T05:19:32.789Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-07-06T05:19:32.789Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-06T05:19:32.790Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:32.792Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:32.792Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084772789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-06T05:19:32.893Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-06T05:19:32.894Z||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-07-06T05:19:32.894Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:32.912Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:32.912Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:19:33.793Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-06T05:19:33.793Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-06T05:19:33.794Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:19:33.794Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:33.796Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:33.796Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084773793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:33.896Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:33.897Z||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-07-06T05:19:33.897Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:33.926Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:33.927Z||pool-141-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:34.797Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-06T05:19:34.797Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-06T05:19:34.797Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-06T05:19:34.797Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:34.799Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:34.799Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084774797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-06T05:19:34.899Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:19:34.900Z||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-07-06T05:19:34.900Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:34.918Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:34.918Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:35.800Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-06T05:19:35.800Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-06T05:19:35.800Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:19:35.801Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:19:35.803Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:19:35.803Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084775800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:19:35.903Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:19:35.903Z||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-07-06T05:19:35.904Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:19:35.929Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:19:35.929Z||pool-143-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:19:36.804Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ced57e38-9972-478f-87c9-da2298460e61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:19:36.813Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ced57e38-9972-478f-87c9-da2298460e61
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:19:36.816Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:19:36.816Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T05:19:36.816Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T05:19:36.816Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T05:19:36.816Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:19:36.816Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:19:36.817Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:19:36.817Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:19:36.817Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:19:36.817Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:19:36.817Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:19:36.822Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T05:20:06.822Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ced57e38-9972-478f-87c9-da2298460e61 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-07-06T05:20:06.829Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ced57e38-9972-478f-87c9-da2298460e61 and serviceModelVersionId: 594a51a9-1622-49ae-a064-52894e1a042c
2022-07-06T05:20:06.829Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d56a6d6-0e3c-418b-9729-88c562ae76a7
2022-07-06T05:20:06.830Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?depth=0
2022-07-06T05:20:06.834Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T05:20:06.872Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?depth=0|INFO|500||Invoke
2022-07-06T05:20:06.872Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ced57e38-9972-478f-87c9-da2298460e61], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90cd1759-0d29-4398-9638-d5dbe4fd8255], X-ECOMP-RequestID=[ced57e38-9972-478f-87c9-da2298460e61], X-TransactionId=[], X-ONAP-RequestID=[ced57e38-9972-478f-87c9-da2298460e61], Content-Type=[application/merge-patch+json]}
2022-07-06T05:20:06.891Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T05:20:06.974Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?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/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220706-05:20:05:197-77057], vertex-id=[557224], Content-Length=[0], Date=[Wed, 06 Jul 2022 05:20:05 GMT], Content-Type=[application/json]}
2022-07-06T05:20:06.974Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-06T05:20:06.975Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d56a6d6-0e3c-418b-9729-88c562ae76a7/model-vers/model-ver/594a51a9-1622-49ae-a064-52894e1a042c?depth=0|INFO|500||InvokeReturn
2022-07-06T05:20:06.975Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T05:20:06.975Z|ced57e38-9972-478f-87c9-da2298460e61|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-07-06T05:20:06.979Z|ced57e38-9972-478f-87c9-da2298460e61|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-07-06T05:20:06.979Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ced57e38-9972-478f-87c9-da2298460e61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T05:20:06.979Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T05:20:06.980Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:06.981Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:06.981Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084806979,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:20:07.081Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:07.082Z||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-07-06T05:20:07.082Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:07.131Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:07.131Z||pool-144-thread-1|||||INFO|500||cambria reply ok (49 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-07-06T05:20:07.995Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:20:07.995Z|ced57e38-9972-478f-87c9-da2298460e61|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-07-06T05:20:07.995Z|ced57e38-9972-478f-87c9-da2298460e61|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:12.496Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:12.497Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-06T05:20:12.497Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9848658f-5f7d-45c3-aa9d-c186cc0e30d5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"00c03708-aa06-4a3b-9427-18babdade523","serviceDescription":"service","serviceInvariantUUID":"fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2d3608d8-5b79-4d05-82a2-d0adf119127c","resourceInvariantUUID":"a994165b-af5f-4237-bbaf-bb3f754f15f8","resourceCustomizationUUID":"c9d33957-b411-4776-a7bf-125dce92e897","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YzA4MzFiZWMwN2Q0ZDQ4ZDY5MTU2MTRkNWE3NDU3NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee1633bb-7ab8-4124-87ae-72b7e366d489","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54d2d2f6-d6c6-40c7-ba4c-fbcd97742492","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"731fe507-3d71-4b46-9be3-d6c0c41a750b","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YjMzN2E4ZjY4MGIwYjc5YTQwMmE4ZDUxYzI3NWU4OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c03a28f2-6e5d-48d5-8382-b2bbd92c168a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6861529-ae40-4667-a2b1-403a278f8c5e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50ed47b0-2d6a-4f2e-9228-1dce5dda14df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81e927ac-a650-45ab-ae8d-bc1624437337","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ODk4MWI0Yjg1OGU3NTliZTc4YTZmYWU4YmU5NDZjMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed4d8a23-4c06-4011-ac43-2bbf669bfd66","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWJiNWQzMzJiOThlMjgzYTc1ZThlMDgxYTkyYjZlMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0d736e0-28e9-4c94-a92b-0cb104dc16a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-06T05:20:12.499Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:12.500Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:12.502Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:12.502Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:12.602Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:12.603Z||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-07-06T05:20:12.603Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:12.698Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:12.698Z||pool-145-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:13.503Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:13.503Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:13.505Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:13.505Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:13.605Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:20:13.606Z||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-07-06T05:20:13.607Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:13.703Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:13.703Z||pool-146-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:14.506Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:14.506Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:14.509Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:14.509Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:14.609Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:14.610Z||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-07-06T05:20:14.610Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:14.667Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:14.667Z||pool-147-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:15.509Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:15.509Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:15.511Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:15.511Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:15.612Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:20:15.612Z||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-07-06T05:20:15.612Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:15.760Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:15.760Z||pool-148-thread-1|||||INFO|500||cambria reply ok (148 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:16.512Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:16.512Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:16.514Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:16.514Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:16.614Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:16.615Z||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-07-06T05:20:16.615Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:16.771Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:16.772Z||pool-149-thread-1|||||INFO|500||cambria reply ok (158 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:17.515Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:17.515Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:17.517Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:17.517Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:17.618Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:17.618Z||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-07-06T05:20:17.619Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:17.669Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:17.669Z||pool-150-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-07-06T05:20:18.518Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:18.518Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:18.520Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:18.520Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:18.620Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-06T05:20:18.621Z||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-07-06T05:20:18.622Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:18.772Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:18.773Z||pool-151-thread-1|||||INFO|500||cambria reply ok (152 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:19.521Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:19.521Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:19.533Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:19.533Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:19.623Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-07-06T05:20:19.624Z||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-07-06T05:20:19.624Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:19.757Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:19.758Z||pool-152-thread-1|||||INFO|500||cambria reply ok (134 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:20.533Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-06T05:20:20.534Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:20.536Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:20.536Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:20:20.636Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:20.637Z||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-07-06T05:20:20.637Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:20.739Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:20.739Z||pool-153-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:21.537Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "00c03708-aa06-4a3b-9427-18babdade523",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c9d33957-b411-4776-a7bf-125dce92e897",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2d3608d8-5b79-4d05-82a2-d0adf119127c",
      "resourceInvariantUUID": "a994165b-af5f-4237-bbaf-bb3f754f15f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZWJiNWQzMzJiOThlMjgzYTc1ZThlMDgxYTkyYjZlMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c0d736e0-28e9-4c94-a92b-0cb104dc16a5"
    }
  ],
  "workloadContext": "Production"
}
2022-07-06T05:20:21.537Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-06T05:20:21.537Z|ced57e38-9972-478f-87c9-da2298460e61|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 00c03708-aa06-4a3b-9427-18babdade523 ASDC
2022-07-06T05:20:21.537Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9848658f-5f7d-45c3-aa9d-c186cc0e30d5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:00c03708-aa06-4a3b-9427-18babdade523
ServiceInvariantUUID:fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:c0d736e0-28e9-4c94-a92b-0cb104dc16a5
ArtifactChecksum:ZWJiNWQzMzJiOThlMjgzYTc1ZThlMDgxYTkyYjZlMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c9d33957-b411-4776-a7bf-125dce92e897
ResourceInvariantUUID:a994165b-af5f-4237-bbaf-bb3f754f15f8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:2d3608d8-5b79-4d05-82a2-d0adf119127c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-06T05:20:21.537Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00c03708-aa06-4a3b-9427-18babdade523 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-07-06T05:20:21.562Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:20:21.562Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:20:21.562Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:20:21.563Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0d736e0-28e9-4c94-a92b-0cb104dc16a5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-06T05:20:21.563Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-06T05:20:21.563Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-06T05:20:21.769Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-06T05:20:21.774Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c0d736e0-28e9-4c94-a92b-0cb104dc16a5 105652
2022-07-06T05:20:21.774Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-06T05:20:21.774Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-06T05:20:21.775Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-06T05:20:21.775Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:21.777Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:21.777Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084821774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:20:21.877Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:21.878Z||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-07-06T05:20:21.878Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:21.970Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:21.971Z||pool-154-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:20:21.980Z||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-07-06T05:20:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:22.137Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:22.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5044b615-0533-481c-8158-c2cfd8115e5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084751319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:20:22.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:20:22.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:22.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-06T05:20:22.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-06T05:20:22.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:22.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-06T05:20:22.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-06T05:20:22.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-06T05:20:22.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:22.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:20:22.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:20:22.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084521976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:20:22.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:20:22.778Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-06T05:20:22.779Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-06T05:20:22.779Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c0d736e0-28e9-4c94-a92b-0cb104dc16a5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-06T05:20:22.780Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-06T05:20:22.780Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-06T05:20:22.781Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-06T05:20:22.881Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14704740689293397425/Definitions/service-TestPnfMacro-template.yml
2022-07-06T05:20:23.604Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-TestPnfMacro-csar.csar
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-TestPnfMacro-csar.csar
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-TestPnfMacro-csar.csar
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-TestPnfMacro-csar.csar
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-TestPnfMacro-csar.csar
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-TestPnfMacro-csar.csar
2022-07-06T05:20:23.605Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-06T05:20:23.606Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.606Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.606Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-06T05:20:23.606Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-06T05:20:23.606Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:20:23.606Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.607Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.607Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-06T05:20:23.609Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-06T05:20:23.609Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-06T05:20:23.609Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.609Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.609Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.610Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.610Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.610Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.610Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.610Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.611Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.611Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.611Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:00c03708-aa06-4a3b-9427-18babdade523
Model Version:NULL
Model InvariantUuid:fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31
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-07-06T05:20:23.617Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2d3608d8-5b79-4d05-82a2-d0adf119127c
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-07-06T05:20:23.619Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-07-06T05:20:23.619Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2d3608d8-5b79-4d05-82a2-d0adf119127c
2022-07-06T05:20:23.619Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 00c03708-aa06-4a3b-9427-18babdade523
2022-07-06T05:20:23.619Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 00c03708-aa06-4a3b-9427-18babdade523
2022-07-06T05:20:23.619Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2d3608d8-5b79-4d05-82a2-d0adf119127c 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-07-06T05:20:23.624Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c3169c5, org.onap.sdc.toscaparser.api.parameters.Input@220f0bb6, org.onap.sdc.toscaparser.api.parameters.Input@b952a88, org.onap.sdc.toscaparser.api.parameters.Input@2c996d7a, org.onap.sdc.toscaparser.api.parameters.Input@6b21566d]
2022-07-06T05:20:23.624Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.624Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.624Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 00c03708-aa06-4a3b-9427-18babdade523: test-pnf
2022-07-06T05:20:23.624Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2d3608d8-5b79-4d05-82a2-d0adf119127c
2022-07-06T05:20:23.624Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-06T05:20:23.625Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-06T05:20:23.625Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||Resource customization UUID: c9d33957-b411-4776-a7bf-125dce92e897 is the same as notified resource customizationUUID: c9d33957-b411-4776-a7bf-125dce92e897
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-07-06T05:20:23.656Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2d3608d8-5b79-4d05-82a2-d0adf119127c 0 ASDC deployResourceStructure
2022-07-06T05:20:23.656Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-06T05:20:23.656Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-06T05:20:23.657Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-06T05:20:23.657Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:23.658Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:23.659Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084823656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:20:23.759Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:23.759Z||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-07-06T05:20:23.760Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:23.843Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:23.844Z||pool-155-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-07-06T05:20:24.659Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9848658f-5f7d-45c3-aa9d-c186cc0e30d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:20:24.674Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9848658f-5f7d-45c3-aa9d-c186cc0e30d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-06T05:20:24.679Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-06T05:20:24.679Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-06T05:20:24.679Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-06T05:20:24.679Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-06T05:20:24.680Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:20:24.680Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:20:24.680Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:20:24.680Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:20:24.680Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:20:24.681Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:20:24.681Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-06T05:20:24.681Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-06T05:20:24.716Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-06T05:20:54.717Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 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-07-06T05:20:54.722Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 and serviceModelVersionId: 00c03708-aa06-4a3b-9427-18babdade523
2022-07-06T05:20:54.723Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31
2022-07-06T05:20:54.723Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31/model-vers/model-ver/00c03708-aa06-4a3b-9427-18babdade523?depth=0
2022-07-06T05:20:54.727Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-06T05:20:54.763Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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/fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31/model-vers/model-ver/00c03708-aa06-4a3b-9427-18babdade523?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-07-06T05:20:54.766Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31/model-vers/model-ver/00c03708-aa06-4a3b-9427-18babdade523?depth=0|INFO|500||Invoke
2022-07-06T05:20:54.788Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31/model-vers/model-ver/00c03708-aa06-4a3b-9427-18babdade523?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-06T05:20:54.891Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31/model-vers/model-ver/00c03708-aa06-4a3b-9427-18babdade523?depth=0|INFO|500||InvokeReturn
2022-07-06T05:20:54.892Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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/fd3d47bb-75a8-4ac8-865b-8aa3c9d5fd31/model-vers/model-ver/00c03708-aa06-4a3b-9427-18babdade523?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-05:20:53:106-95273], vertex-id=[532600], Content-Length=[0], Date=[Wed, 06 Jul 2022 05:20:53 GMT], Content-Type=[application/json]}
2022-07-06T05:20:54.893Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-06T05:20:54.893Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-06T05:20:54.894Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:20:54.897Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:20:54.898Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9848658f-5f7d-45c3-aa9d-c186cc0e30d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-06T05:20:54.898Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-06T05:20:54.898Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-06T05:20:54.900Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-06T05:20:54.900Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084854898,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:20:55.000Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-06T05:20:55.001Z||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-07-06T05:20:55.002Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:20:55.048Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:20:55.048Z||pool-156-thread-1|||||INFO|500||cambria reply ok (47 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-07-06T05:20:55.912Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:20:55.913Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:20:55.913Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:21:05.517Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:21:05.519Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:21:05.519Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:21:05.519Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:21:15.105Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:21:15.106Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:21:15.107Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:21:15.107Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:21:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:21:21.980Z||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-07-06T05:21:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:21:22.027Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:21:22.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084762696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:21:22.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084765211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084766333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084767456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084768606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084769708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:21:22.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084770782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084771785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084772789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084773793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-06T05:21:22.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084774797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084775800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ced57e38-9972-478f-87c9-da2298460e61",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084806979,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:21:22.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084807995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-06T05:21:22.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:21:22.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084821774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-06T05:21:22.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:21:24.727Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:21:24.728Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:21:24.728Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:21:24.728Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:21:34.304Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:21:34.304Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:21:34.305Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:21:34.305Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:21:43.877Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:22:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:22:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:22:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:22:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:22:21.979Z||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-07-06T05:22:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:22:22.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:22:22.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:22:22.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084823656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-06T05:22:22.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:22:22.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-06T05:22:22.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9848658f-5f7d-45c3-aa9d-c186cc0e30d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657084854898,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-06T05:22:22.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-06T05:22:31.576Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:23:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:23:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:23:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:23:21.979Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:23:21.979Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:23:21.980Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:23:31.642Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:23:31.651Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:24:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:24:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:24:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:24:21.979Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:24:21.979Z||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-07-06T05:24:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:24:31.556Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:24:31.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:25:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:25:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:25:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:25:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:25:21.980Z||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-07-06T05:25:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:25:31.557Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:25:31.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:26:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:26:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:26:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:26:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:26:21.980Z||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-07-06T05:26:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:26:31.535Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:26:31.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:27:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:27:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:27:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:27:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:27:21.980Z||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-07-06T05:27:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:27:31.535Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:27:31.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:28:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:28:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:28:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:28:21.979Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:28:21.979Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:28:21.980Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:28:31.530Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:28:31.537Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:29:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:29:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:29:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:29:21.979Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:29:21.980Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:29:21.980Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:29:31.556Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:29:31.557Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:30:21.976Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:30:21.979Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:30:21.979Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:30:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:30:21.979Z||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-07-06T05:30:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:30:31.548Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:30:31.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:31:21.977Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:31:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:31:21.978Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:31:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:31:21.979Z||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-07-06T05:31:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:31:31.527Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:31:31.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:32:21.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:32:21.977Z||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-07-06T05:32:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:32:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:32:21.980Z||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-07-06T05:32:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:32:31.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:32:31.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:33:21.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:33:21.977Z||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-07-06T05:33:21.977Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:33:21.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:33:21.980Z||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-07-06T05:33:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:33:31.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:33:31.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:34:21.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:34:21.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:34:21.977Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:34:21.979Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:34:21.980Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:34:21.980Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:34:31.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:34:31.552Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:35:21.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:35:21.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:35:21.977Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:35:21.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:35:21.979Z||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-07-06T05:35:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:35:31.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:35:31.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:36:21.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:36:21.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:36:21.977Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:36:21.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:36:21.980Z||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-07-06T05:36:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:36:31.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:36:31.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:37:21.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:37:21.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:37:21.977Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:37:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:37:21.979Z||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-07-06T05:37:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:37:31.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:37:31.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:38:21.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:38:21.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-06T05:38:21.977Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:38:21.979Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:38:21.979Z||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-07-06T05:38:21.979Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:38:31.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:38:31.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:39:21.976Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:39:21.977Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:39:21.977Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:39:21.979Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:39:21.980Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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-07-06T05:39:21.980Z|8e9fdbdd-f537-4928-9799-a05285e8504e|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:39:31.527Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:39:31.533Z|8e9fdbdd-f537-4928-9799-a05285e8504e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:40:21.976Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:40:21.977Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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-07-06T05:40:21.977Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:40:21.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-06T05:40:21.979Z||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-07-06T05:40:21.980Z||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 iYhyGfPZpQpjKoJ4) ...
2022-07-06T05:40:31.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-06T05:40:31.535Z|9848658f-5f7d-45c3-aa9d-c186cc0e30d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK