Results

By type

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

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

2022-06-18T05:26:54.491Z||main|||||INFO|500||The following profiles are active: basic
2022-06-18T05:27:05.677Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-18T05:27:05.678Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-18T05:27:05.812Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-18T05:27:10.076Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-18T05:27:10.458Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-18T05:27:10.936Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-18T05:27:10.946Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-18T05:27:11.077Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-18T05:27:11.312Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-18T05:27:11.994Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-18T05:27:13.706Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-18T05:27:16.155Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-18T05:27:16.212Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-18T05:27:16.729Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-18T05:27:16.952Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-18T05:27:18.096Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-18T05:27:19.136Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-18T05:27:19.154Z||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$$7b5c92.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-18T05:27:19.155Z||main|||||WARN|500||The sdc end point is not alive
2022-06-18T05:27:22.309Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-18T05:27:25.174Z||main|||||WARN|500||---
2022-06-18T05:27:25.174Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-18T05:27:25.175Z||main|||||WARN|500||---
2022-06-18T05:27:25.676Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-18T05:27:30.700Z||main|||||INFO|500||Started Application in 39.211 seconds (JVM running for 41.295)
2022-06-18T05:27:30.711Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-18T05:27:30.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-18T05:27:30.726Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-18T05:27:30.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-18T05:27:30.800Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35ee0aec-f654-46d4-8ae3-e375226e27cb url= /sdc/v1/artifactTypes
2022-06-18T05:27:30.801Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-18T05:27:31.900Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.12.189] 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$$d15a1816.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-18T05:27:31.904Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7baf0daa
2022-06-18T05:27:31.905Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-18T05:27:31.930Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-18T05:27:31.932Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-18T05:27:31.935Z||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$$d15a1816.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-18T05:28:20.685Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-18T05:28:20.686Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-18T05:28:20.687Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-18T05:28:20.690Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-18T05:28:20.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0bf178c7-55de-4ab3-b38b-68ea1e6dbe0d url= /sdc/v1/artifactTypes
2022-06-18T05:28:20.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-18T05:28:21.727Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.12.189] 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$$d15a1816.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-18T05:28:21.728Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24f5ebc3
2022-06-18T05:28:21.728Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-18T05:28:21.728Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-18T05:28:21.729Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-18T05:28:21.729Z||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$$d15a1816.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-18T05:29:10.685Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-18T05:29:10.685Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-18T05:29:10.686Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-18T05:29:10.688Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-18T05:29:10.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf351dd9-d7f3-44c1-8df1-795ceabd4fc7 url= /sdc/v1/artifactTypes
2022-06-18T05:29:10.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-18T05:29:11.744Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.12.189] 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$$d15a1816.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-18T05:29:11.745Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d10e5ad
2022-06-18T05:29:11.745Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-18T05:29:11.745Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-18T05:29:11.746Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-18T05:29:11.746Z||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$$d15a1816.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-18T05:30:00.685Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-18T05:30:00.689Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-18T05:30:00.690Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-18T05:30:00.692Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-18T05:30:00.697Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91c94a06-f98d-48f2-aadb-f95da595d1ce url= /sdc/v1/artifactTypes
2022-06-18T05:30:00.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-18T05:30:01.730Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.12.189] 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$$d15a1816.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-18T05:30:01.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55d73fad
2022-06-18T05:30:01.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-18T05:30:01.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-18T05:30:01.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-18T05:30:01.734Z||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$$d15a1816.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-18T05:30:50.685Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-18T05:30:50.687Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-18T05:30:50.687Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-18T05:30:50.690Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-18T05:30:50.696Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f961bb9c-4eb8-4951-bdc6-107e01ec06e2 url= /sdc/v1/artifactTypes
2022-06-18T05:30:50.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-18T05:30:50.894Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-18T05:30:50.902Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-18T05:30:50.924Z||scheduling-1|||||DEBUG|500||create keys
2022-06-18T05:30:50.931Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-18T05:30:50.990Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:30:51.009Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 71f55e33-90da-4b01-a572-fd9ecf4e6761 url= /sdc/v1/registerForDistribution
2022-06-18T05:30:51.188Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 71f55e33-90da-4b01-a572-fd9ecf4e6761 url= /sdc/v1/registerForDistribution
2022-06-18T05:30:51.189Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-18T05:30:51.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:30:51.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:30:51.205Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-18T05:30:51.207Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:30:51.208Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:30:51.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:30:51.209Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:31:01.647Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:31:01.725Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:31:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:31:51.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:31:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:31:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:31:51.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:31:51.201Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:32:00.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:32:00.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:32:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:32:51.197Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:32:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:32:51.203Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:32:51.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:32:51.205Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:33:00.792Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:33:00.793Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:33:51.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:33:51.197Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:33:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:33:51.199Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:33:51.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:33:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:34:00.775Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:34:00.777Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:34:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:34:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:34:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:34:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:34:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:34:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:35:00.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:35:00.783Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:35:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:35:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:35:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:35:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:35:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:35:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:36:00.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:36:00.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:36:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:36:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:36:51.198Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:36:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:36:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:36:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:37:00.786Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:37:00.794Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:37:02.794Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-18T05:37:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:37:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:37:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:37:51.199Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:37:51.201Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:37:51.201Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:38:00.754Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:38:00.754Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:38:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:38:51.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:38:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:38:51.198Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:38:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:38:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:39:00.769Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:39:00.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:39:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:39:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:39:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:39:51.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:39:51.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:39:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:40:00.796Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:40:00.808Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:40:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:40:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:40:51.196Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:40:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:40:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:40:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:41:00.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:41:00.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:41:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:41:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:41:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:41:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:41:51.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:41:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:42:00.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:42:00.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:42:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:42:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:42:51.198Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:42:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:42:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:42:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:43:00.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:43:00.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:43:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:43:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:43:51.198Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:43:51.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:43:51.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:43:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:44:00.766Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:44:00.767Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:44:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:44:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:44:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:44:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:44:51.201Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:44:51.202Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:45:00.789Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:45:00.791Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:45:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:45:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:45:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:45:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:45:51.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:45:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:46:00.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:46:00.781Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:46:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:46:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:46:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:46:51.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:46:51.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:46:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:47:00.751Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:47:00.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:47:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:47:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:47:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:47:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:47:51.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:47:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:48:00.756Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:48:00.757Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:48:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:48:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:48:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:48:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:48:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:48:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:49:00.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:49:00.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:49:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:49:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:49:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:49:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:49:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:49:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:50:00.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:50:00.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:50:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:50:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:50:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:50:51.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:50:51.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:50:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:51:00.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:51:00.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:51:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:51:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:51:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:51:51.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:51:51.199Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:51:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:52:00.759Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:52:00.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:52:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:52:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:52:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:52:51.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:52:51.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:52:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:53:00.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:53:00.773Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:53:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:53:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:53:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:53:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:53:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:53:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:54:00.763Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:54:00.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:54:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:54:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:54:51.196Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:54:51.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:54:51.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:54:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:55:00.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:55:00.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:55:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:55:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:55:51.196Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:55:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:55:51.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:55:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:56:00.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:56:00.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:56:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:56:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:56:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:56:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:56:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:56:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:57:00.755Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:57:00.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:57:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:57:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:57:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:57:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:57:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:57:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:58:00.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:58:00.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:58:51.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:58:51.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:58:51.202Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:58:51.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:58:51.202Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:58:51.202Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T05:59:00.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:59:00.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:59:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:59:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:59:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T05:59:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:59:51.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:59:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:00:00.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:00:00.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:00:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:00:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:00:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:00:51.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:00:51.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:00:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:01:00.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:01:00.772Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:01:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:01:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:01:51.196Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:01:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:01:51.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:01:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:02:00.774Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:02:00.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:02:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:02:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:02:51.196Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:02:51.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:02:51.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:02:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:03:00.764Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:03:00.764Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:03:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:03:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:03:51.196Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:03:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:03:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:03:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:04:00.756Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:04:00.756Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:04:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:04:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:04:51.196Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:04:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:04:51.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:04:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:05:00.758Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:05:00.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:05:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:05:51.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:05:51.198Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:05:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:05:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:05:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:06:00.762Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:06:00.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:06:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:06:51.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:06:51.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:06:51.198Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:06:51.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:06:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:07:00.782Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:07:00.786Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:07:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:07:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:07:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:07:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:07:51.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:07:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:08:00.758Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:08:00.759Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:08:51.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:08:51.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:08:51.197Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:08:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:08:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:08:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:09:00.757Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:09:00.757Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:09:51.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:09:51.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:09:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:09:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:09:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:09:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:10:00.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:10:00.774Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:10:51.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:10:51.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:10:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:10:51.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:10:51.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:10:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:11:00.786Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:11:00.786Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:11:51.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:11:51.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:11:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:11:51.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:11:51.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:11:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:12:00.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:12:00.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:12:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:12:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:12:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:12:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:12:51.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:12:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:13:00.759Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:13:00.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:13:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:13:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:13:51.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:13:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:13:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:13:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:14:00.776Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:14:00.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:14:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:14:51.196Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:14:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:14:51.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:14:51.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:14:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:15:00.767Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:15:00.769Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:15:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:15:51.196Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:15:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:15:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:15:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:15:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:16:00.762Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:16:00.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:16:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:16:51.196Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:16:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:16:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:16:51.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:16:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:17:00.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:17:00.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:17:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:17:51.196Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:17:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:17:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:17:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:17:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:18:00.754Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:18:00.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:18:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:18:51.196Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:18:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:18:51.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:18:51.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:18:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:19:00.765Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:19:00.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:19:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:19:51.197Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:19:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:19:51.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:19:51.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:19:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:00.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:00.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:20:51.197Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:20:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:20:51.201Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:20:51.202Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:51.338Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:51.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533227049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533228963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533230459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533232379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533232498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533227049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533228963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533232379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533230459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533232498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533227049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533230459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533228963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533232379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533232498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533227049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533228963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533230459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533232379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533232498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533227049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533228963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533230459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533232379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533232498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533227049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533228963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533230459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533232379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533232498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533227049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533230459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533228963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533232379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533232498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533241000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:20:51.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533241200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:20:51.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533241502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:20:51.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533241517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:20:51.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "cds",
  "timestamp": 1655533242221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:20:51.616Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eeb01ea4-84c4-4dd6-8638-c877e074fe0f
2022-06-18T06:20:51.637Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb01ea4-84c4-4dd6-8638-c877e074fe0f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:20:51.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533242512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:20:51.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533242100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:20:51.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "policy-id",
  "timestamp": 1655533243516,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:20:51.677Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eeb01ea4-84c4-4dd6-8638-c877e074fe0f
2022-06-18T06:20:51.677Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb01ea4-84c4-4dd6-8638-c877e074fe0f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:20:51.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533243249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:20:51.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533244346,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:20:51.694Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eeb01ea4-84c4-4dd6-8638-c877e074fe0f
2022-06-18T06:20:51.694Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb01ea4-84c4-4dd6-8638-c877e074fe0f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T06:20:51.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533244903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:20:51.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533245351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:20:51.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:20:51.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533246489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533246489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:20:51.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533246489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533246489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:20:51.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:51.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:20:51.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"eeb01ea4-84c4-4dd6-8638-c877e074fe0f","serviceName":"vFW 2022-06-18 06-19-01","serviceVersion":"1.0","serviceUUID":"14e9c4e8-b4f1-412d-8a28-485c8e4f34de","serviceDescription":"catalog service description","serviceInvariantUUID":"beced5e3-12f4-4a40-8464-07369d82a5a4","resources":[{"resourceInstanceName":"vFW a947a853-af17 0","resourceName":"vFW a947a853-af17","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b810c57b-403d-408e-a568-3c0b0358f2ba","resourceInvariantUUID":"559ac245-9087-4f88-92ba-aad79fd22876","resourceCustomizationUUID":"9b86eac8-1662-49f3-ac7c-cf4aa1ada13c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml","artifactChecksum":"ZGE0MGZiOTM1YWZjN2FlY2M4MjI0ZDBmOGMyNjgzYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4000e36-77b5-46bc-8fbe-984311ea8384","artifactVersion":"1"},{"artifactName":"vfwa947a853af170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json","artifactChecksum":"YzRkZTlhY2NiYzA4NzVkOTJlYjdjYmU3YjE2OTUyN2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cdf1576e-1f40-4d60-b25f-3804d66f6208","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ed25aac3-3a62-4aad-8f00-a665155b8b22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml","artifactChecksum":"YWExYzg3OTUyZmU0YjI4ZjJhODU2YjJjZDY3NWY5MWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1bbf0b1c-d456-4b47-9dcb-a55d15e07f87","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cbc9b96c-95d7-4a63-88d1-e6fd48856fb6","artifactVersion":"2","generatedFromUUID":"ed25aac3-3a62-4aad-8f00-a665155b8b22"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220618061901-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml","artifactChecksum":"ZTNkYmFjZDE2ODA5ODBhYzhhYTY4ZTcyOWY2NDhkMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a227273-186a-4cdf-a934-f786df4ba736","artifactVersion":"1"},{"artifactName":"service-Vfw20220618061901-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar","artifactChecksum":"ZWMxOWYwZTdlNWJjMDYxNjQzNDhjYjA2NDBkNjMxZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ccffdc1-7d00-4baf-a6b1-5546ca9bb323","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T06:20:51.851Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:20:51.859Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:20:51.874Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:20:51.874Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:51.974Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-18T06:20:51.979Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:20:51.979Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:52.056Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:52.057Z||pool-3-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:20:52.881Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:20:52.882Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:20:52.884Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:20:52.885Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:20:52.985Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:20:52.986Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:20:52.986Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:53.005Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:53.006Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:20:53.885Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:20:53.886Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:20:53.889Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:20:53.889Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:20:53.989Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:20:53.990Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:20:53.990Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:54.007Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:54.008Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:20:54.889Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:20:54.891Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:20:54.893Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:20:54.894Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:54.994Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:20:54.995Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:20:54.995Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:55.017Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:55.018Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:20:55.894Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:20:55.895Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:20:55.897Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:20:55.897Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T06:20:55.997Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:20:55.998Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:20:55.998Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:56.022Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:56.023Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:20:56.898Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:20:56.899Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:20:56.902Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:20:56.902Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:20:57.002Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:20:57.003Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:20:57.004Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:57.021Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:57.021Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:20:57.904Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:20:57.908Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:20:57.912Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:20:57.912Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:20:58.012Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:20:58.013Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:20:58.013Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:58.029Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:58.030Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:20:58.915Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "serviceName": "vFW 2022-06-18 06-19-01",
  "serviceVersion": "1.0",
  "serviceUUID": "14e9c4e8-b4f1-412d-8a28-485c8e4f34de",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "beced5e3-12f4-4a40-8464-07369d82a5a4",
  "resources": [
    {
      "resourceInstanceName": "vFW a947a853-af17 0",
      "resourceCustomizationUUID": "9b86eac8-1662-49f3-ac7c-cf4aa1ada13c",
      "resourceName": "vFW a947a853-af17",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b810c57b-403d-408e-a568-3c0b0358f2ba",
      "resourceInvariantUUID": "559ac245-9087-4f88-92ba-aad79fd22876",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa947a853af170_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
          "artifactChecksum": "YzRkZTlhY2NiYzA4NzVkOTJlYjdjYmU3YjE2OTUyN2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cdf1576e-1f40-4d60-b25f-3804d66f6208",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ed25aac3-3a62-4aad-8f00-a665155b8b22",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cbc9b96c-95d7-4a63-88d1-e6fd48856fb6",
            "generatedFromUUID": "ed25aac3-3a62-4aad-8f00-a665155b8b22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cbc9b96c-95d7-4a63-88d1-e6fd48856fb6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220618061901-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
      "artifactChecksum": "ZWMxOWYwZTdlNWJjMDYxNjQzNDhjYjA2NDBkNjMxZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ccffdc1-7d00-4baf-a6b1-5546ca9bb323"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T06:20:58.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T06:20:58.917Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14e9c4e8-b4f1-412d-8a28-485c8e4f34de ASDC
2022-06-18T06:20:59.043Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:eeb01ea4-84c4-4dd6-8638-c877e074fe0f
ServiceName:vFW 2022-06-18 06-19-01
ServiceVersion:1.0
ServiceUUID:14e9c4e8-b4f1-412d-8a28-485c8e4f34de
ServiceInvariantUUID:beced5e3-12f4-4a40-8464-07369d82a5a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220618061901-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar
ArtifactUUID:0ccffdc1-7d00-4baf-a6b1-5546ca9bb323
ArtifactChecksum:ZWMxOWYwZTdlNWJjMDYxNjQzNDhjYjA2NDBkNjMxZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a947a853-af17 0
ResourceCustomizationUUID:9b86eac8-1662-49f3-ac7c-cf4aa1ada13c
ResourceInvariantUUID:559ac245-9087-4f88-92ba-aad79fd22876
ResourceName:vFW a947a853-af17
ResourceType:VF
ResourceUUID:b810c57b-403d-408e-a568-3c0b0358f2ba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa947a853af170_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json
ArtifactUUID:cdf1576e-1f40-4d60-b25f-3804d66f6208
ArtifactChecksum:YzRkZTlhY2NiYzA4NzVkOTJlYjdjYmU3YjE2OTUyN2E=
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/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml
ArtifactUUID:ed25aac3-3a62-4aad-8f00-a665155b8b22
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/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env
ArtifactUUID:cbc9b96c-95d7-4a63-88d1-e6fd48856fb6
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/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env
ArtifactUUID:cbc9b96c-95d7-4a63-88d1-e6fd48856fb6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T06:20:59.044Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14e9c4e8-b4f1-412d-8a28-485c8e4f34de ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:20:59.123Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:20:59.124Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-18T06:20:59.125Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-18T06:20:59.126Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0ccffdc1-7d00-4baf-a6b1-5546ca9bb323 from URL: /sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar
2022-06-18T06:20:59.126Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-18T06:20:59.127Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar
2022-06-18T06:20:59.276Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-18T06:20:59.295Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar 0ccffdc1-7d00-4baf-a6b1-5546ca9bb323 99050
2022-06-18T06:20:59.296Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar ASDC sendASDCNotification
2022-06-18T06:20:59.296Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar
2022-06-18T06:20:59.297Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:20:59.299Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:20:59.301Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:20:59.301Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533259295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:20:59.401Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:20:59.402Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:20:59.402Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:20:59.424Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:20:59.424Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:21:00.301Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:21:00.302Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-18T06:21:00.303Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0ccffdc1-7d00-4baf-a6b1-5546ca9bb323, URL: /sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar to file: /app/ASDC/1/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:00.304Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220618061901-csar.csar
2022-06-18T06:21:00.391Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:00.392Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:01.227Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17233338605575554976/Definitions/service-Vfw20220618061901-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-18T06:21:03.995Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T06:21:04.000Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-18T06:21:04.000Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.000Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-18T06:21:04.000Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.001Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.001Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.001Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.001Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.001Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.002Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a947a853-af17 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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.002Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.002Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.002Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.002Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.002Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.003Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||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-Vfw20220618061901-csar.csar
2022-06-18T06:21:04.003Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-18T06:21:04.009Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.011Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:04.015Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:04.015Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-18T06:21:04.017Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:21:04.019Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.019Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:04.019Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:04.019Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-18T06:21:04.020Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:21:04.020Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.020Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:04.024Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.024Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is not matching search criteria
2022-06-18T06:21:04.025Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T06:21:04.025Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T06:21:04.025Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.025Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.026Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.026Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T06:21:04.026Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T06:21:04.026Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T06:21:04.026Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T06:21:04.027Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.027Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.027Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T06:21:04.027Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.028Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T06:21:04.028Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.028Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T06:21:04.028Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.028Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T06:21:04.030Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.030Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:04.030Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:21:04.031Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.031Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:04.031Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:21:04.031Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.032Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:04.032Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:21:04.032Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.032Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is not matching search criteria
2022-06-18T06:21:04.033Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T06:21:04.033Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T06:21:04.033Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T06:21:04.033Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T06:21:04.034Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T06:21:04.034Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.034Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.034Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T06:21:04.034Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.035Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T06:21:04.035Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.035Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bbfe4bb-40f4-4f80-99db-e1a2dfa16e16
2022-06-18T06:21:04.035Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.036Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is not matching search criteria
2022-06-18T06:21:04.036Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T06:21:04.036Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T06:21:04.036Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.036Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.037Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.037Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T06:21:04.037Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T06:21:04.037Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T06:21:04.038Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T06:21:04.038Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.038Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T06:21:04.038Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.038Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=808015e6-e6cd-4cf2-b7b1-0f45affcb8d5
2022-06-18T06:21:04.039Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.039Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is not matching search criteria
2022-06-18T06:21:04.039Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T06:21:04.039Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T06:21:04.040Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.040Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.040Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.040Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T06:21:04.040Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T06:21:04.041Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T06:21:04.041Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T06:21:04.041Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:04.041Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:04.041Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T06:21:04.042Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0d4f48d7-215b-4be7-81bd-3fc227bbbb19
2022-06-18T06:21:04.042Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.042Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:04.042Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.043Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:04.043Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.043Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:04.043Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:04.043Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:04.044Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-18 06-19-01
Description:catalog service description
Model UUID:14e9c4e8-b4f1-412d-8a28-485c8e4f34de
Model Version:NULL
Model InvariantUuid:beced5e3-12f4-4a40-8464-07369d82a5a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a947a853-af17
Model UUID:4335b50f-c6c8-47d3-970d-48e64b1b3e8b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:559ac245-9087-4f88-92ba-aad79fd22876
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9b86eac8-1662-49f3-ac7c-cf4aa1ada13c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:88232586-290e-4f1b-a067-8072861df5ca
ModelName:VfwA947a853Af17..base_vfw..module-0
ModelUuid:6a663fa7-00d7-40d1-9990-add8344d3b21
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4bbfe4bb-40f4-4f80-99db-e1a2dfa16e16
ModelInvariantUuid:48bf12a8-719a-4ccb-b03c-15d188c83fb0
ModelName:vFW a947a853-af17-nodes.vfwCvfc
ModelUuid:5dafc3ac-922b-41ae-b6f5-fb44b3c2dbbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0955fd08-1450-48f6-b77a-26df17dab822
ModelInvariantUuid:e8f5d26c-b12e-48d6-8aea-510a6158c6dc
ModelName:VfwA947a853Af17.compute.nodes.heat.vfw
ModelUuid:9df0ac29-f494-4566-b7a8-d7f593bdab67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:808015e6-e6cd-4cf2-b7b1-0f45affcb8d5
ModelInvariantUuid:d7c85fd7-4bc8-47f4-8938-5f608541cabf
ModelName:vFW a947a853-af17-nodes.vsnCvfc
ModelUuid:00d65d20-967d-4a89-aa9a-b41b765f2b33
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2c74fec1-e63d-4e20-b3ec-ffe0db88daad
ModelInvariantUuid:dc072ec4-b108-45c9-a894-577a047a3fd9
ModelName:VfwA947a853Af17.compute.nodes.heat.vsn
ModelUuid:85988acf-92ff-4aa0-a0d2-bd24b7b56a55
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0d4f48d7-215b-4be7-81bd-3fc227bbbb19
ModelInvariantUuid:77025255-3b9b-4ea6-886c-535ef38c6112
ModelName:vFW a947a853-af17-nodes.vpgCvfc
ModelUuid:2c5d7857-d993-4209-8bcd-2e41bf8ddf3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5411c7c7-a4ab-46a6-ae96-cdb5fb63a221
ModelInvariantUuid:1e36fab8-64b4-4fe7-9ace-24c92c75d305
ModelName:VfwA947a853Af17.compute.nodes.heat.vpg
ModelUuid:f4133922-d0cb-4ac7-a793-b4f363a69e18
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T06:21:04.059Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b810c57b-403d-408e-a568-3c0b0358f2ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:21:04.174Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||vFW a947a853-af17 0
2022-06-18T06:21:04.180Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b810c57b-403d-408e-a568-3c0b0358f2ba
2022-06-18T06:21:04.180Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cdf1576e-1f40-4d60-b25f-3804d66f6208 from URL: /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json
2022-06-18T06:21:04.180Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-18T06:21:04.181Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json
2022-06-18T06:21:04.276Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-18T06:21:04.276Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json cdf1576e-1f40-4d60-b25f-3804d66f6208 785
2022-06-18T06:21:04.276Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json ASDC sendASDCNotification
2022-06-18T06:21:04.277Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json
2022-06-18T06:21:04.277Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:21:04.277Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:21:04.279Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:21:04.279Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533264276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:21:04.379Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:21:04.380Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:21:04.381Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:21:04.400Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:21:04.400Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:21:05.280Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA947a853Af17..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "88232586-290e-4f1b-a067-8072861df5ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a663fa7-00d7-40d1-9990-add8344d3b21",
    "vfModuleModelCustomizationUUID": "1e59440b-62a1-4969-923b-a2b1fc3280af",
    "isBase": true,
    "artifacts": [
      "ed25aac3-3a62-4aad-8f00-a665155b8b22",
      "cbc9b96c-95d7-4a63-88d1-e6fd48856fb6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T06:21:05.295Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA947a853Af17..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a663fa7-00d7-40d1-9990-add8344d3b21
VfModuleModelInvariantUUID:88232586-290e-4f1b-a067-8072861df5ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed25aac3-3a62-4aad-8f00-a665155b8b22
,
cbc9b96c-95d7-4a63-88d1-e6fd48856fb6

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

isBase:true


}

2022-06-18T06:21:05.298Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA947a853Af17..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "88232586-290e-4f1b-a067-8072861df5ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a663fa7-00d7-40d1-9990-add8344d3b21",
    "vfModuleModelCustomizationUUID": "1e59440b-62a1-4969-923b-a2b1fc3280af",
    "isBase": true,
    "artifacts": [
      "ed25aac3-3a62-4aad-8f00-a665155b8b22",
      "cbc9b96c-95d7-4a63-88d1-e6fd48856fb6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T06:21:05.298Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA947a853Af17..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a663fa7-00d7-40d1-9990-add8344d3b21
VfModuleModelInvariantUUID:88232586-290e-4f1b-a067-8072861df5ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed25aac3-3a62-4aad-8f00-a665155b8b22
,
cbc9b96c-95d7-4a63-88d1-e6fd48856fb6

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

isBase:true


}

2022-06-18T06:21:05.299Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ed25aac3-3a62-4aad-8f00-a665155b8b22 from URL: /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml
2022-06-18T06:21:05.299Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-18T06:21:05.300Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml
2022-06-18T06:21:05.394Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-18T06:21:05.395Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml ed25aac3-3a62-4aad-8f00-a665155b8b22 20368
2022-06-18T06:21:05.396Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T06:21:05.396Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml
2022-06-18T06:21:05.396Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:21:05.396Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:21:05.399Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:21:05.399Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533265396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:21:05.499Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:21:05.500Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:21:05.500Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:21:05.520Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:21:05.522Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:21:06.400Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cbc9b96c-95d7-4a63-88d1-e6fd48856fb6 from URL: /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env
2022-06-18T06:21:06.400Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-18T06:21:06.401Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env
2022-06-18T06:21:06.554Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-18T06:21:06.555Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env cbc9b96c-95d7-4a63-88d1-e6fd48856fb6 2098
2022-06-18T06:21:06.555Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T06:21:06.555Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env
2022-06-18T06:21:06.556Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:21:06.556Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:21:06.558Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:21:06.558Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533266555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:21:06.658Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:21:06.659Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:21:06.659Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:21:06.677Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:21:06.677Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:21:07.559Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 14e9c4e8-b4f1-412d-8a28-485c8e4f34de
2022-06-18T06:21:07.559Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a947a853-af17 0 b810c57b-403d-408e-a568-3c0b0358f2ba ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:21:07.618Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73845ae4, org.onap.sdc.toscaparser.api.parameters.Input@46c5bcce, org.onap.sdc.toscaparser.api.parameters.Input@2afd55eb, org.onap.sdc.toscaparser.api.parameters.Input@7acb285, org.onap.sdc.toscaparser.api.parameters.Input@56ae8bee]
2022-06-18T06:21:07.622Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.622Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:07.622Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-18T06:21:07.622Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9b86eac8-1662-49f3-ac7c-cf4aa1ada13c
2022-06-18T06:21:07.623Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b86eac8-1662-49f3-ac7c-cf4aa1ada13c matches Tosca VF Customization UUID: 9b86eac8-1662-49f3-ac7c-cf4aa1ada13c
2022-06-18T06:21:07.623Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9b86eac8-1662-49f3-ac7c-cf4aa1ada13c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T06:21:07.634Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.634Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:07.635Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9b86eac8-1662-49f3-ac7c-cf4aa1ada13c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-18T06:21:07.635Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5881cea0
2022-06-18T06:21:07.636Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.636Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T06:21:07.636Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e59440b-62a1-4969-923b-a2b1fc3280af
2022-06-18T06:21:07.637Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e59440b-62a1-4969-923b-a2b1fc3280af
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T06:21:07.644Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.644Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:07.645Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:21:07.645Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.645Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:07.646Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:21:07.646Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.647Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is not matching search criteria
2022-06-18T06:21:07.647Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T06:21:07.647Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T06:21:07.647Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T06:21:07.647Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T06:21:07.648Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T06:21:07.648Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:07.648Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:07.648Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T06:21:07.648Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:07.648Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T06:21:07.649Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:07.649Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bbfe4bb-40f4-4f80-99db-e1a2dfa16e16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T06:21:07.663Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.663Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:07.663Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:21:07.663Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.664Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is not matching search criteria
2022-06-18T06:21:07.664Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T06:21:07.664Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T06:21:07.664Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:07.664Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:07.665Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:07.665Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T06:21:07.665Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T06:21:07.665Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T06:21:07.665Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T06:21:07.665Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:07.666Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T06:21:07.666Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:07.666Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=808015e6-e6cd-4cf2-b7b1-0f45affcb8d5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T06:21:07.669Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.669Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:07.669Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:21:07.672Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.673Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is not matching search criteria
2022-06-18T06:21:07.673Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T06:21:07.673Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T06:21:07.673Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:07.673Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:07.673Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T06:21:07.673Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T06:21:07.674Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T06:21:07.674Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T06:21:07.674Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T06:21:07.674Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T06:21:07.674Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T06:21:07.675Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T06:21:07.675Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0d4f48d7-215b-4be7-81bd-3fc227bbbb19
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T06:21:07.684Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.684Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:07.684Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:21:07.684Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.684Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Node template vFW a947a853-af17 0 is matching search criteria
2022-06-18T06:21:07.685Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a947a853-af17 0] matching following query criteria: sdcType=VF, customizationUUID=9b86eac8-1662-49f3-ac7c-cf4aa1ada13c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:21:07.689Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.689Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:07.690Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 14e9c4e8-b4f1-412d-8a28-485c8e4f34de: vFW a947a853-af17
2022-06-18T06:21:07.690Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.690Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:07.690Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.691Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:07.691Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.691Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:07.691Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.691Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:07.692Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:21:07.692Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-18 06-19-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:21:07.692Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-18 06-19-01 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:21:08.097Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a947a853-af17 b810c57b-403d-408e-a568-3c0b0358f2ba 1 ASDC deployResourceStructure
2022-06-18T06:21:08.098Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json ASDC sendASDCNotification
2022-06-18T06:21:08.098Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json
2022-06-18T06:21:08.099Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:21:08.099Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:21:08.101Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:21:08.102Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533268098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:21:08.202Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:21:08.202Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:21:08.202Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:21:08.220Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:21:08.221Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:21:09.103Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T06:21:09.103Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml
2022-06-18T06:21:09.103Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:21:09.104Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:21:09.106Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:21:09.106Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533269103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:21:09.206Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:21:09.207Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:21:09.207Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:21:09.228Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:21:09.228Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:21:10.107Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T06:21:10.107Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env
2022-06-18T06:21:10.108Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:21:10.108Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:21:10.111Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:21:10.111Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533270107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-18T06:21:10.210Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:21:10.211Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:21:10.211Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:21:10.230Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:21:10.230Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:21:11.112Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar ASDC sendASDCNotification
2022-06-18T06:21:11.112Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar
2022-06-18T06:21:11.112Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:21:11.113Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:21:11.115Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:21:11.115Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533271112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:21:11.215Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:21:11.216Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:21:11.216Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:21:11.250Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:21:11.251Z||pool-17-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:21:12.116Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:21:12.139Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:21:12.150Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:21:12.150Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:21:12.150Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:21:42.150Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:21:42.169Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:21:42.171Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:21:42.172Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:21:42.172Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:21:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:21:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:21:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:21:51.232Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:21:51.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:21:51.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533246489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:21:51.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:12.172Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:22:12.186Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:22:12.189Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:22:12.189Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:22:12.189Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:22:42.190Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:22:42.204Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:22:42.207Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:22:42.207Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:22:42.207Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:22:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:22:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:22:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:22:51.232Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:22:51.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533246489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:22:51.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533246489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:22:51.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:22:51.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T06:22:51.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533256639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:22:51.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533257653,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:22:51.257Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eeb01ea4-84c4-4dd6-8638-c877e074fe0f
2022-06-18T06:22:51.258Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb01ea4-84c4-4dd6-8638-c877e074fe0f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:22:51.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533251195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:22:51.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533259295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:22:51.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533264276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:22:51.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533265396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:22:51.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533266555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:22:51.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533268098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/vfwa947a853af170_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:22:51.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533269103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:22:51.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533270060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:22:51.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533270107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/resourceInstances/vfwa947a853af170/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-18T06:22:51.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533271112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:22:51.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533272079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:22:51.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533272243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618061901/1.0/artifacts/service-Vfw20220618061901-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:22:51.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:22:51.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "clamp",
  "timestamp": 1655533273086,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:22:51.290Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eeb01ea4-84c4-4dd6-8638-c877e074fe0f
2022-06-18T06:22:51.290Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb01ea4-84c4-4dd6-8638-c877e074fe0f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:22:51.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "aai-ml",
  "timestamp": 1655533273266,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:22:51.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eeb01ea4-84c4-4dd6-8638-c877e074fe0f
2022-06-18T06:22:51.311Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb01ea4-84c4-4dd6-8638-c877e074fe0f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:22:51.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533307049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533305459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533306489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533308963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533307049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533305459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:22:51.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533306489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:22:51.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:22:51.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:22:51.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533308963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:22:51.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:23:12.208Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:23:12.221Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:23:12.224Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:23:12.224Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T06:23:12.224Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T06:23:12.225Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T06:23:12.225Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:23:12.225Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:23:12.225Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:23:12.226Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:23:12.226Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:23:12.226Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:23:12.226Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:23:12.231Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T06:23:42.232Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T06:23:42.242Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eeb01ea4-84c4-4dd6-8638-c877e074fe0f and serviceModelVersionId: 14e9c4e8-b4f1-412d-8a28-485c8e4f34de
2022-06-18T06:23:42.242Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : beced5e3-12f4-4a40-8464-07369d82a5a4
2022-06-18T06:23:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:23:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:23:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:23:51.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:23:51.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:23:51.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533307049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:23:51.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:23:56.794Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?depth=0
2022-06-18T06:23:56.899Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T06:23:57.354Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?depth=0|INFO|500||Invoke
2022-06-18T06:23:57.362Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eeb01ea4-84c4-4dd6-8638-c877e074fe0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5111710-ac15-4576-94c2-76486e720f68], X-ECOMP-RequestID=[eeb01ea4-84c4-4dd6-8638-c877e074fe0f], X-TransactionId=[], X-ONAP-RequestID=[eeb01ea4-84c4-4dd6-8638-c877e074fe0f], Content-Type=[application/merge-patch+json]}
2022-06-18T06:23:57.483Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T06:23:57.679Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?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/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-06:23:57:491-49923], vertex-id=[172232], Content-Length=[0], Date=[Sat, 18 Jun 2022 06:23:57 GMT], Content-Type=[application/json]}
2022-06-18T06:23:57.681Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T06:23:57.682Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/beced5e3-12f4-4a40-8464-07369d82a5a4/model-vers/model-ver/14e9c4e8-b4f1-412d-8a28-485c8e4f34de?depth=0|INFO|500||InvokeReturn
2022-06-18T06:23:57.686Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T06:23:57.687Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:23:57.694Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T06:23:57.695Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eeb01ea4-84c4-4dd6-8638-c877e074fe0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T06:23:57.697Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T06:23:57.698Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:23:57.700Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:23:57.701Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533437696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:23:57.801Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:23:57.802Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:23:57.802Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:23:57.819Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:23:57.820Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:23:58.716Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:23:58.717Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:23:58.717Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:03.217Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:03.218Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:24:03.218Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bbf0382-ab62-4d75-8c78-0d2dbb82942b","serviceName":"basic_onboard_ZxiobH","serviceVersion":"1.0","serviceUUID":"45c3bcd0-654d-4264-81f7-773e6875380f","serviceDescription":"service","serviceInvariantUUID":"3f42ef24-4ee6-4a13-8d33-3156ff9cbab9","resources":[{"resourceInstanceName":"basic_onboard_ZxiobH 0","resourceName":"basic_onboard_ZxiobH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9405cb9e-9a93-4e93-ba81-652b3b77074e","resourceInvariantUUID":"aa2bea93-ad93-49da-9949-4095c1bf38e5","resourceCustomizationUUID":"7e8346bb-a0dd-4e0c-b3a8-33af2c265a59","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml","artifactChecksum":"YThiNmJhOGQ3YjE2MDEwOTdhOWZmYjlkMGU1Yjk3MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21f47296-d60a-4c46-8360-4a0b1fe13958","artifactVersion":"1"},{"artifactName":"basic_onboard_zxiobh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json","artifactChecksum":"OWIxNTkzNDQ0YTlkZTZlOWVjZmI0MDIxMjExOTkyZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f223f14-685e-451d-ac53-e7b26ad2f27c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ae149930-901c-4a94-99a7-16d47e32fc65","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f9e90a9-c562-4703-a952-7b60d4df71ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ef0cb49-0eb9-45f2-84a2-542855e2605b","artifactVersion":"2","generatedFromUUID":"ae149930-901c-4a94-99a7-16d47e32fc65"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZxiobh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml","artifactChecksum":"M2NlMzQxMmY1MGEyZDMyNTg3YmFjYzcwNzVjNmIxNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ded46656-f100-4c42-a2ff-67d737c5a852","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZxiobh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar","artifactChecksum":"YTIxNDc0NDM4ZTJlY2U0NzVkMDA1M2FjMDIwOGU3YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f67cff35-705e-4569-901a-a4c22ed6f3b5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T06:24:03.221Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:24:03.222Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:03.224Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:03.224Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:03.324Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:24:03.325Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:03.326Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:03.344Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:03.345Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:04.225Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:24:04.226Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:04.228Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:04.229Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:24:04.329Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:04.330Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:04.330Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:04.346Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:04.346Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:05.229Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:24:05.230Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:05.232Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:05.232Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:24:05.332Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:24:05.333Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:05.334Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:05.367Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:05.368Z||pool-21-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:06.233Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:24:06.234Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:06.237Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:06.237Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:06.337Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:06.338Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:06.338Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:06.355Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:06.355Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:07.238Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:24:07.239Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:07.240Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:07.241Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-18T06:24:07.341Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:07.342Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:07.342Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:07.360Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:07.361Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:08.241Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:24:08.242Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:08.244Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:08.244Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:08.344Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:08.345Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:08.346Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:08.367Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:08.368Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:09.245Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:24:09.246Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:09.248Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:09.248Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:24:09.348Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:09.349Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:09.349Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:09.369Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:09.369Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:10.250Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "serviceName": "basic_onboard_ZxiobH",
  "serviceVersion": "1.0",
  "serviceUUID": "45c3bcd0-654d-4264-81f7-773e6875380f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3f42ef24-4ee6-4a13-8d33-3156ff9cbab9",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZxiobH 0",
      "resourceCustomizationUUID": "7e8346bb-a0dd-4e0c-b3a8-33af2c265a59",
      "resourceName": "basic_onboard_ZxiobH",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9405cb9e-9a93-4e93-ba81-652b3b77074e",
      "resourceInvariantUUID": "aa2bea93-ad93-49da-9949-4095c1bf38e5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zxiobh0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
          "artifactChecksum": "OWIxNTkzNDQ0YTlkZTZlOWVjZmI0MDIxMjExOTkyZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f223f14-685e-451d-ac53-e7b26ad2f27c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ae149930-901c-4a94-99a7-16d47e32fc65",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0ef0cb49-0eb9-45f2-84a2-542855e2605b",
            "generatedFromUUID": "ae149930-901c-4a94-99a7-16d47e32fc65"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0ef0cb49-0eb9-45f2-84a2-542855e2605b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZxiobh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
      "artifactChecksum": "YTIxNDc0NDM4ZTJlY2U0NzVkMDA1M2FjMDIwOGU3YmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f67cff35-705e-4569-901a-a4c22ed6f3b5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T06:24:10.250Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T06:24:10.250Z|eeb01ea4-84c4-4dd6-8638-c877e074fe0f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 45c3bcd0-654d-4264-81f7-773e6875380f ASDC
2022-06-18T06:24:10.251Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8bbf0382-ab62-4d75-8c78-0d2dbb82942b
ServiceName:basic_onboard_ZxiobH
ServiceVersion:1.0
ServiceUUID:45c3bcd0-654d-4264-81f7-773e6875380f
ServiceInvariantUUID:3f42ef24-4ee6-4a13-8d33-3156ff9cbab9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZxiobh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar
ArtifactUUID:f67cff35-705e-4569-901a-a4c22ed6f3b5
ArtifactChecksum:YTIxNDc0NDM4ZTJlY2U0NzVkMDA1M2FjMDIwOGU3YmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZxiobH 0
ResourceCustomizationUUID:7e8346bb-a0dd-4e0c-b3a8-33af2c265a59
ResourceInvariantUUID:aa2bea93-ad93-49da-9949-4095c1bf38e5
ResourceName:basic_onboard_ZxiobH
ResourceType:VF
ResourceUUID:9405cb9e-9a93-4e93-ba81-652b3b77074e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zxiobh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json
ArtifactUUID:6f223f14-685e-451d-ac53-e7b26ad2f27c
ArtifactChecksum:OWIxNTkzNDQ0YTlkZTZlOWVjZmI0MDIxMjExOTkyZjQ=
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/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ae149930-901c-4a94-99a7-16d47e32fc65
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/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env
ArtifactUUID:0ef0cb49-0eb9-45f2-84a2-542855e2605b
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/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env
ArtifactUUID:0ef0cb49-0eb9-45f2-84a2-542855e2605b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T06:24:10.252Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45c3bcd0-654d-4264-81f7-773e6875380f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:24:10.290Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:24:10.290Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-18T06:24:10.291Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-18T06:24:10.291Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f67cff35-705e-4569-901a-a4c22ed6f3b5 from URL: /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:10.291Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-18T06:24:10.291Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:10.412Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-18T06:24:10.415Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar f67cff35-705e-4569-901a-a4c22ed6f3b5 71570
2022-06-18T06:24:10.415Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar ASDC sendASDCNotification
2022-06-18T06:24:10.415Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:10.415Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:24:10.416Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:10.417Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:10.418Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533450415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:10.518Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:10.519Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:10.519Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:10.538Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:10.538Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:24:11.418Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:24:11.419Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-18T06:24:11.420Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f67cff35-705e-4569-901a-a4c22ed6f3b5, URL: /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar to file: /app/ASDC/1/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:11.420Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:11.421Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:11.421Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:11.611Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10612708628099492342/Definitions/service-BasicOnboardZxiobh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-18T06:24:12.704Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T06:24:12.705Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-18T06:24:12.705Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.705Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-18T06:24:12.705Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZxiobH 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-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.705Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||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-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.706Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||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-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.706Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||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-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.706Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||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-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.706Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.706Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.707Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||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-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.707Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||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-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:12.707Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-18T06:24:12.707Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.708Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:12.708Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:12.708Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-18T06:24:12.709Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:24:12.709Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.709Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:12.709Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:12.710Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-18T06:24:12.710Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:24:12.710Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.710Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:12.711Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.711Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is not matching search criteria
2022-06-18T06:24:12.711Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-18T06:24:12.712Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-18T06:24:12.712Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-18T06:24:12.712Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T06:24:12.712Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T06:24:12.713Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.713Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T06:24:12.713Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.713Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:12.714Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:24:12.714Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.714Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:12.714Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:24:12.715Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.715Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:12.715Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:24:12.716Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.716Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is not matching search criteria
2022-06-18T06:24:12.716Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-18T06:24:12.716Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T06:24:12.717Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51402707-9730-415b-8cc7-671d6fd8dfa4
2022-06-18T06:24:12.717Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.717Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:12.718Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.718Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:12.718Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.718Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:12.719Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:12.719Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:12.719Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZxiobH
Description:service
Model UUID:45c3bcd0-654d-4264-81f7-773e6875380f
Model Version:NULL
Model InvariantUuid:3f42ef24-4ee6-4a13-8d33-3156ff9cbab9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZxiobH
Model UUID:85a5a836-c843-4b4b-b85a-90542d6a3b9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa2bea93-ad93-49da-9949-4095c1bf38e5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e8346bb-a0dd-4e0c-b3a8-33af2c265a59
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326e4c4f-4d6d-4900-9a06-9fcf36a8fda4
ModelName:BasicOnboardZxiobh..base_ubuntu18..module-0
ModelUuid:6d2a8b02-155b-4957-88e9-27e7d4b62e78
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51402707-9730-415b-8cc7-671d6fd8dfa4
ModelInvariantUuid:3215994d-b67b-4b61-92a7-739268c51ec6
ModelName:basic_onboard_ZxiobH-nodes.ubuntu18Cvfc
ModelUuid:449a24d6-099e-4961-8df6-dc42b16020df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d8aa661e-645d-428e-8512-082e5af397ec
ModelInvariantUuid:0806d4cb-a615-4307-af1a-6eb11bfbb793
ModelName:BasicOnboardZxiobh.compute.nodes.heat.ubuntu18
ModelUuid:9ad074f8-4af1-4372-be24-2054449a5965
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T06:24:12.727Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9405cb9e-9a93-4e93-ba81-652b3b77074e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:24:12.730Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||basic_onboard_ZxiobH 0
2022-06-18T06:24:12.730Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9405cb9e-9a93-4e93-ba81-652b3b77074e
2022-06-18T06:24:12.731Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6f223f14-685e-451d-ac53-e7b26ad2f27c from URL: /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json
2022-06-18T06:24:12.731Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-18T06:24:12.731Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json
2022-06-18T06:24:12.801Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-18T06:24:12.802Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json 6f223f14-685e-451d-ac53-e7b26ad2f27c 798
2022-06-18T06:24:12.802Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json ASDC sendASDCNotification
2022-06-18T06:24:12.802Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json
2022-06-18T06:24:12.802Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:24:12.803Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:12.805Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:12.805Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533452802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:12.905Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:12.906Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:12.906Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:12.922Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:12.922Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:13.805Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZxiobh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "326e4c4f-4d6d-4900-9a06-9fcf36a8fda4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d2a8b02-155b-4957-88e9-27e7d4b62e78",
    "vfModuleModelCustomizationUUID": "b7234ba1-4124-4d4f-9153-6785e007405e",
    "isBase": true,
    "artifacts": [
      "ae149930-901c-4a94-99a7-16d47e32fc65",
      "0ef0cb49-0eb9-45f2-84a2-542855e2605b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T06:24:13.809Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZxiobh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d2a8b02-155b-4957-88e9-27e7d4b62e78
VfModuleModelInvariantUUID:326e4c4f-4d6d-4900-9a06-9fcf36a8fda4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae149930-901c-4a94-99a7-16d47e32fc65
,
0ef0cb49-0eb9-45f2-84a2-542855e2605b

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

isBase:true


}

2022-06-18T06:24:13.811Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZxiobh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "326e4c4f-4d6d-4900-9a06-9fcf36a8fda4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d2a8b02-155b-4957-88e9-27e7d4b62e78",
    "vfModuleModelCustomizationUUID": "b7234ba1-4124-4d4f-9153-6785e007405e",
    "isBase": true,
    "artifacts": [
      "ae149930-901c-4a94-99a7-16d47e32fc65",
      "0ef0cb49-0eb9-45f2-84a2-542855e2605b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T06:24:13.811Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZxiobh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d2a8b02-155b-4957-88e9-27e7d4b62e78
VfModuleModelInvariantUUID:326e4c4f-4d6d-4900-9a06-9fcf36a8fda4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae149930-901c-4a94-99a7-16d47e32fc65
,
0ef0cb49-0eb9-45f2-84a2-542855e2605b

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

isBase:true


}

2022-06-18T06:24:13.811Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae149930-901c-4a94-99a7-16d47e32fc65 from URL: /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml
2022-06-18T06:24:13.812Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-18T06:24:13.812Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml
2022-06-18T06:24:13.882Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-18T06:24:13.882Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml ae149930-901c-4a94-99a7-16d47e32fc65 5033
2022-06-18T06:24:13.882Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-18T06:24:13.883Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml
2022-06-18T06:24:13.883Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:24:13.883Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:13.885Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:13.885Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533453882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:13.985Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:13.986Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:13.986Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:14.007Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:14.007Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:14.886Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0ef0cb49-0eb9-45f2-84a2-542855e2605b from URL: /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env
2022-06-18T06:24:14.886Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-18T06:24:14.887Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env
2022-06-18T06:24:14.975Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-18T06:24:14.975Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env 0ef0cb49-0eb9-45f2-84a2-542855e2605b 909
2022-06-18T06:24:14.976Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-18T06:24:14.976Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env
2022-06-18T06:24:14.976Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:24:14.976Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:14.978Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:14.978Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533454976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:15.079Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T06:24:15.079Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:15.080Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:15.105Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:15.105Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:24:15.979Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 45c3bcd0-654d-4264-81f7-773e6875380f
2022-06-18T06:24:15.980Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZxiobH 0 9405cb9e-9a93-4e93-ba81-652b3b77074e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:24:16.004Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a0d060f, org.onap.sdc.toscaparser.api.parameters.Input@55413cb4, org.onap.sdc.toscaparser.api.parameters.Input@17d8850c, org.onap.sdc.toscaparser.api.parameters.Input@35ae0835, org.onap.sdc.toscaparser.api.parameters.Input@37115df1]
2022-06-18T06:24:16.007Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.007Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:16.008Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-18T06:24:16.008Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7e8346bb-a0dd-4e0c-b3a8-33af2c265a59
2022-06-18T06:24:16.008Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e8346bb-a0dd-4e0c-b3a8-33af2c265a59 matches Tosca VF Customization UUID: 7e8346bb-a0dd-4e0c-b3a8-33af2c265a59
2022-06-18T06:24:16.008Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7e8346bb-a0dd-4e0c-b3a8-33af2c265a59  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T06:24:16.011Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.011Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:16.012Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7e8346bb-a0dd-4e0c-b3a8-33af2c265a59: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-18T06:24:16.012Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7de02323
2022-06-18T06:24:16.012Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.012Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T06:24:16.012Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b7234ba1-4124-4d4f-9153-6785e007405e
2022-06-18T06:24:16.013Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b7234ba1-4124-4d4f-9153-6785e007405e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T06:24:16.015Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.015Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:16.015Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:24:16.016Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.016Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:16.016Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:24:16.017Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.017Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is not matching search criteria
2022-06-18T06:24:16.017Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-18T06:24:16.017Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T06:24:16.017Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51402707-9730-415b-8cc7-671d6fd8dfa4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T06:24:16.022Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.022Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:16.022Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:24:16.022Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.023Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ZxiobH 0 is matching search criteria
2022-06-18T06:24:16.023Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ZxiobH 0] matching following query criteria: sdcType=VF, customizationUUID=7e8346bb-a0dd-4e0c-b3a8-33af2c265a59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:24:16.025Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.025Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:16.025Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 45c3bcd0-654d-4264-81f7-773e6875380f: basic_onboard_ZxiobH
2022-06-18T06:24:16.025Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.026Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:16.026Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.026Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:16.026Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.026Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:16.027Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.027Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:16.027Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:24:16.027Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ZxiobH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:24:16.027Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_ZxiobH 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:24:16.139Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZxiobH 9405cb9e-9a93-4e93-ba81-652b3b77074e 1 ASDC deployResourceStructure
2022-06-18T06:24:16.140Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json ASDC sendASDCNotification
2022-06-18T06:24:16.140Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json
2022-06-18T06:24:16.140Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:24:16.140Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:16.142Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:16.143Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533456140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:16.243Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:16.243Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:16.244Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:16.276Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:16.277Z||pool-30-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:17.144Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-18T06:24:17.144Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml
2022-06-18T06:24:17.144Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:24:17.145Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:17.147Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:17.147Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533457143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:17.247Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:17.248Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:17.248Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:17.271Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:17.272Z||pool-31-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:18.148Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-18T06:24:18.149Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env
2022-06-18T06:24:18.149Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:24:18.150Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:18.152Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:18.152Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533458148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:18.252Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:18.253Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:18.253Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:18.282Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:18.283Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:19.153Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar ASDC sendASDCNotification
2022-06-18T06:24:19.153Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar
2022-06-18T06:24:19.154Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:24:19.154Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:24:19.155Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:24:19.156Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533459153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:19.256Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:24:19.257Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:24:19.257Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:19.278Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:19.278Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:24:20.156Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:24:20.178Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:24:20.182Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:24:20.182Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:24:20.182Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:24:50.182Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:24:50.191Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:24:50.192Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:24:50.193Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:24:50.193Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:24:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:24:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:24:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:24:51.238Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:24:51.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533305459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533306489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533308963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533307049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533305459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533306489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533312378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533308963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533307049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533305459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533306489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533312378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533308963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533307049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533305459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533306489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533312378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533308963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655533307049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533305459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533306489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533312378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533308963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533316730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533312378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533316710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "cds",
  "timestamp": 1655533317738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:24:51.256Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
2022-06-18T06:24:51.256Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:24:51.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533312378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533317779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:51.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533312378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533318900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533320187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533319946,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:24:51.272Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
2022-06-18T06:24:51.272Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:24:51.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533321193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:51.285Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655533320950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:51.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "policy-id",
  "timestamp": 1655533322197,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:24:51.290Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
2022-06-18T06:24:51.291Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T06:24:51.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533322498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533322498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533322498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533322498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533327074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533322498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533326738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533322498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533326738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533322498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533326738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533330072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:51.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533326738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533330491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:51.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "clamp",
  "timestamp": 1655533331077,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:24:51.307Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
2022-06-18T06:24:51.307Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:24:51.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533326738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533326738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:24:51.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533326738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533334606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533334790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655533335801,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:24:51.322Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
2022-06-18T06:24:51.322Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:24:51.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533349040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:24:51.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:24:51.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T06:24:51.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "aai-ml",
  "timestamp": 1655533350052,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:24:51.336Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
2022-06-18T06:24:51.336Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:25:20.193Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:25:20.203Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bbf0382-ab62-4d75-8c78-0d2dbb82942b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:25:20.206Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:25:20.206Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T06:25:20.206Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T06:25:20.206Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T06:25:20.206Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:25:20.206Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:25:20.207Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:25:20.207Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:25:20.207Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:25:20.207Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:25:20.207Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:25:20.212Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T06:25:50.212Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T06:25:50.217Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and serviceModelVersionId: 45c3bcd0-654d-4264-81f7-773e6875380f
2022-06-18T06:25:50.217Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f42ef24-4ee6-4a13-8d33-3156ff9cbab9
2022-06-18T06:25:50.218Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f42ef24-4ee6-4a13-8d33-3156ff9cbab9/model-vers/model-ver/45c3bcd0-654d-4264-81f7-773e6875380f?depth=0
2022-06-18T06:25:50.222Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T06:25:50.271Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f42ef24-4ee6-4a13-8d33-3156ff9cbab9/model-vers/model-ver/45c3bcd0-654d-4264-81f7-773e6875380f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T06:25:50.273Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f42ef24-4ee6-4a13-8d33-3156ff9cbab9/model-vers/model-ver/45c3bcd0-654d-4264-81f7-773e6875380f?depth=0|INFO|500||Invoke
2022-06-18T06:25:50.297Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f42ef24-4ee6-4a13-8d33-3156ff9cbab9/model-vers/model-ver/45c3bcd0-654d-4264-81f7-773e6875380f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T06:25:50.442Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f42ef24-4ee6-4a13-8d33-3156ff9cbab9/model-vers/model-ver/45c3bcd0-654d-4264-81f7-773e6875380f?depth=0|INFO|500||InvokeReturn
2022-06-18T06:25:50.443Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f42ef24-4ee6-4a13-8d33-3156ff9cbab9/model-vers/model-ver/45c3bcd0-654d-4264-81f7-773e6875380f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220618-06:25:50:304-34402], vertex-id=[360560], Content-Length=[0], Date=[Sat, 18 Jun 2022 06:25:50 GMT], Content-Type=[application/json]}
2022-06-18T06:25:50.443Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T06:25:50.444Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T06:25:50.444Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:25:50.449Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T06:25:50.449Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bbf0382-ab62-4d75-8c78-0d2dbb82942b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T06:25:50.450Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T06:25:50.450Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:25:50.452Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:25:50.452Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533550450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:25:50.552Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:25:50.553Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:25:50.553Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:25:50.580Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:25:50.581Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:25:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:25:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:25:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:25:51.231Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:25:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eeb01ea4-84c4-4dd6-8638-c877e074fe0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533437696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:25:51.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533438716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533450415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533452802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533453882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533454976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533456140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/basic_onboard_zxiobh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533457143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533458148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/resourceInstances/basic_onboard_zxiobh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T06:25:51.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533459153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxiobh/1.0/artifacts/service-BasicOnboardZxiobh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:25:51.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:25:51.475Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:25:51.475Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:25:51.476Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:26:01.060Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:26:01.061Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:26:01.061Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:26:01.061Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:26:10.615Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:26:10.616Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:26:10.617Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:26:10.617Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:26:20.166Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:26:20.167Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:26:20.167Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:26:20.168Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:26:29.715Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:26:51.196Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:26:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:26:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:26:51.199Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:26:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:26:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:26:51.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:26:51.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:26:51.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8bbf0382-ab62-4d75-8c78-0d2dbb82942b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655533550450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:26:51.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:27:00.769Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:27:51.195Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:27:51.197Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:27:51.197Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:27:51.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:27:51.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:27:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:28:00.772Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:28:00.774Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:28:51.195Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:28:51.196Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:28:51.197Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:28:51.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:28:51.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:28:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:29:00.782Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:29:00.787Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:29:51.195Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:29:51.196Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:29:51.197Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:29:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:29:51.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:29:51.198Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:30:00.774Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:30:00.781Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:30:51.195Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:30:51.196Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:30:51.196Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:30:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:30:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:30:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:31:00.761Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:31:00.761Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:31:51.195Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:31:51.196Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:31:51.196Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:31:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:31:51.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:31:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:32:00.752Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:32:00.754Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:32:51.195Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:32:51.197Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:32:51.197Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:32:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:32:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:32:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:33:00.776Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:33:00.776Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:33:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:33:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:33:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:33:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:33:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:33:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:34:00.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:34:00.763Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:34:51.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:34:51.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:34:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:34:51.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:34:51.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:34:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:35:00.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:35:00.788Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:35:51.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:35:51.196Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:35:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:35:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:35:51.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:35:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:00.762Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:00.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:51.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:36:51.196Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:36:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:36:51.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:36:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:51.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:51.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534206489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534205459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534207049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534206489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534205459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534207049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534205459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534206489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534207049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534205459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534206489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534207049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:36:51.849Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-18T06:36:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dbec5e3e-293b-4865-91f0-2253bfc4fea9","serviceName":"Demo_pNF_P3muox9HtRr0WYhF6Tix","serviceVersion":"1.0","serviceUUID":"de300d6d-c4f4-4dde-861a-7caeadc8a754","serviceDescription":"catalog service description","serviceInvariantUUID":"017641c6-6d5a-4347-b7e8-62a11d36c2a0","resources":[{"resourceInstanceName":"pNF 9592ef2c-7af2 0","resourceName":"pNF 9592ef2c-7af2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"77b15205-c8c4-46ba-940a-54067c00358c","resourceInvariantUUID":"0cd0ef26-6bcc-41f4-966f-3f2e46d73555","resourceCustomizationUUID":"9fd3350d-c655-431f-a510-29fd24eb8d12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml","artifactChecksum":"YmMwZDQ4YzU0MmFmYmE3Y2JlOTZjODFmMmU2NDJmNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe72e992-987f-4a23-af01-0b226ffcdd7f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar","artifactChecksum":"Y2MwZWJlZGNiZTM3MWM2NWIyZWQ0OGRmMzc3OTA4NDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34d57e26-1007-47e4-8f97-9d1cf4c39aa6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12c5d693-0ac2-4ab6-a64e-f627e6621b20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml","artifactChecksum":"MDJkNWVhMzc2ZWYyYjY3ZGU0ZGFmZTVhMjQ4NzgyM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5515890-9d80-4b54-8646-52fe8f9f63a0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8731bcde-9beb-4fcd-9c6c-23f2289db5b0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5b8805a-dfbe-466d-b3f3-716eb05f7757","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfP3muox9htrr0wyhf6tix-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml","artifactChecksum":"MGVhMjU1NWU0NzY0NDFhNmVlOWJjNDJkNmJiNzBkNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16714816-482e-4e83-b8dc-a631e445ee53","artifactVersion":"1"},{"artifactName":"service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar","artifactChecksum":"MmUwMjJjYjFkY2U0YWQ3NzA0NGU3ZTk4YTRmMmQ5MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88eb7305-7240-4724-a23f-5f5ea4e6e9cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T06:36:51.857Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:36:51.857Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:36:51.862Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:36:51.863Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:51.964Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:36:51.965Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:36:51.965Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:51.994Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:51.995Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:36:52.863Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:36:52.864Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:36:52.865Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:36:52.866Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:52.966Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:36:52.967Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:36:52.967Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:52.982Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:52.983Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:36:53.866Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:36:53.866Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:36:53.869Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:36:53.869Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:53.969Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:36:53.970Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:36:53.970Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:53.988Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:53.988Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:36:54.869Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:36:54.870Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:36:54.872Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:36:54.872Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:54.972Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:36:54.973Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:36:54.973Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:54.997Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:54.998Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:36:55.873Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:36:55.874Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:36:55.876Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:36:55.876Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:55.976Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:36:55.977Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:36:55.977Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:56.010Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:56.011Z||pool-39-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:36:56.876Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:36:56.877Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:36:56.881Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:36:56.882Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:56.982Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:36:56.983Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:36:56.983Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:57.014Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:57.014Z||pool-40-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:36:57.882Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:36:57.883Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:36:57.886Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:36:57.886Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:36:57.986Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:36:57.987Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:36:57.987Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:58.002Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:58.002Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:36:58.887Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:36:58.889Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:36:58.891Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:36:58.891Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:36:58.991Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:36:58.992Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:36:58.992Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:36:59.008Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:36:59.008Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:36:59.893Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "serviceName": "Demo_pNF_P3muox9HtRr0WYhF6Tix",
  "serviceVersion": "1.0",
  "serviceUUID": "de300d6d-c4f4-4dde-861a-7caeadc8a754",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "017641c6-6d5a-4347-b7e8-62a11d36c2a0",
  "resources": [
    {
      "resourceInstanceName": "pNF 9592ef2c-7af2 0",
      "resourceCustomizationUUID": "9fd3350d-c655-431f-a510-29fd24eb8d12",
      "resourceName": "pNF 9592ef2c-7af2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "77b15205-c8c4-46ba-940a-54067c00358c",
      "resourceInvariantUUID": "0cd0ef26-6bcc-41f4-966f-3f2e46d73555",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
      "artifactChecksum": "MmUwMjJjYjFkY2U0YWQ3NzA0NGU3ZTk4YTRmMmQ5MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88eb7305-7240-4724-a23f-5f5ea4e6e9cb"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T06:36:59.894Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T06:36:59.894Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de300d6d-c4f4-4dde-861a-7caeadc8a754 ASDC
2022-06-18T06:36:59.895Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dbec5e3e-293b-4865-91f0-2253bfc4fea9
ServiceName:Demo_pNF_P3muox9HtRr0WYhF6Tix
ServiceVersion:1.0
ServiceUUID:de300d6d-c4f4-4dde-861a-7caeadc8a754
ServiceInvariantUUID:017641c6-6d5a-4347-b7e8-62a11d36c2a0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
ArtifactUUID:88eb7305-7240-4724-a23f-5f5ea4e6e9cb
ArtifactChecksum:MmUwMjJjYjFkY2U0YWQ3NzA0NGU3ZTk4YTRmMmQ5MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9592ef2c-7af2 0
ResourceCustomizationUUID:9fd3350d-c655-431f-a510-29fd24eb8d12
ResourceInvariantUUID:0cd0ef26-6bcc-41f4-966f-3f2e46d73555
ResourceName:pNF 9592ef2c-7af2
ResourceType:PNF
ResourceUUID:77b15205-c8c4-46ba-940a-54067c00358c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-18T06:36:59.895Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de300d6d-c4f4-4dde-861a-7caeadc8a754 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:36:59.961Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:36:59.962Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:36:59.963Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:36:59.963Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 88eb7305-7240-4724-a23f-5f5ea4e6e9cb from URL: /sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:36:59.963Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:36:59.963Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:00.073Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:37:00.078Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar 88eb7305-7240-4724-a23f-5f5ea4e6e9cb 82642
2022-06-18T06:37:00.078Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar ASDC sendASDCNotification
2022-06-18T06:37:00.078Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:00.078Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:37:00.078Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:37:00.080Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:37:00.080Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534220078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:37:00.180Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:37:00.181Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:37:00.181Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:37:00.198Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:37:00.199Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:37:01.081Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:37:01.082Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:37:01.082Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 88eb7305-7240-4724-a23f-5f5ea4e6e9cb, URL: /sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar to file: /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:01.082Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:01.083Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:01.083Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:01.281Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6748173394856009018/Definitions/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml
2022-06-18T06:37:02.163Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T06:37:02.164Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:37:02.164Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.164Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-18T06:37:02.164Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.164Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.164Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9592ef2c-7af2 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-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.165Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.165Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.165Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.165Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.165Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:37:02.165Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.165Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.166Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Node template pNF 9592ef2c-7af2 0 is matching search criteria
2022-06-18T06:37:02.166Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:37:02.166Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9592ef2c-7af2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:37:02.166Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.167Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.167Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Node template pNF 9592ef2c-7af2 0 is matching search criteria
2022-06-18T06:37:02.167Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:37:02.167Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9592ef2c-7af2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:37:02.167Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.167Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.168Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.168Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.168Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.168Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.168Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.168Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.169Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.169Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.169Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_P3muox9HtRr0WYhF6Tix
Description:catalog service description
Model UUID:de300d6d-c4f4-4dde-861a-7caeadc8a754
Model Version:NULL
Model InvariantUuid:017641c6-6d5a-4347-b7e8-62a11d36c2a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T06:37:02.183Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 77b15205-c8c4-46ba-940a-54067c00358c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:37:02.189Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||pNF 9592ef2c-7af2 0
2022-06-18T06:37:02.190Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 77b15205-c8c4-46ba-940a-54067c00358c
2022-06-18T06:37:02.191Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: de300d6d-c4f4-4dde-861a-7caeadc8a754
2022-06-18T06:37:02.191Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: de300d6d-c4f4-4dde-861a-7caeadc8a754
2022-06-18T06:37:02.191Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9592ef2c-7af2 0 77b15205-c8c4-46ba-940a-54067c00358c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:37:02.217Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69f77b6f, org.onap.sdc.toscaparser.api.parameters.Input@4acfff77, org.onap.sdc.toscaparser.api.parameters.Input@394effd6, org.onap.sdc.toscaparser.api.parameters.Input@3c13038c, org.onap.sdc.toscaparser.api.parameters.Input@6e6d3b62]
2022-06-18T06:37:02.217Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.218Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.218Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid de300d6d-c4f4-4dde-861a-7caeadc8a754: pNF 9592ef2c-7af2
2022-06-18T06:37:02.218Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||Processing PNF resource: 77b15205-c8c4-46ba-940a-54067c00358c
2022-06-18T06:37:02.218Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:37:02.218Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_P3muox9HtRr0WYhF6Tix is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:37:02.219Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||Resource customization UUID: 9fd3350d-c655-431f-a510-29fd24eb8d12 is the same as notified resource customizationUUID: 9fd3350d-c655-431f-a510-29fd24eb8d12
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-18T06:37:02.378Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9592ef2c-7af2 77b15205-c8c4-46ba-940a-54067c00358c 0 ASDC deployResourceStructure
2022-06-18T06:37:02.378Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar ASDC sendASDCNotification
2022-06-18T06:37:02.378Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar
2022-06-18T06:37:02.379Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:37:02.379Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:37:02.380Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:37:02.381Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534222378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:37:02.481Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:37:02.481Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:37:02.482Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:37:02.499Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:37:02.500Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:37:03.381Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:37:03.400Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:37:03.403Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:37:03.404Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:37:03.404Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:37:33.405Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:37:33.434Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:37:33.436Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:37:33.437Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:37:33.437Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:37:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:37:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:37:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:37:51.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:37:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:37:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534205459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:37:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:38:03.437Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:38:03.461Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:38:03.469Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:38:03.469Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:38:03.469Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:38:33.470Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:38:33.491Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:38:33.493Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:38:33.494Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:38:33.494Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:38:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:38:51.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:38:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:38:51.236Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:38:51.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:38:51.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534206489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:38:51.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:03.494Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:39:03.518Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:39:03.524Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:39:03.524Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:39:03.524Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:39:33.524Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:39:33.537Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:39:33.540Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:39:33.540Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:39:33.540Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:39:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:39:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:39:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:39:51.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:39:51.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534207049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534205459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534207049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534206489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534205459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534207049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534206489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534205459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534207049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534206489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534215596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534215992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "cds",
  "timestamp": 1655534216602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.275Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dbec5e3e-293b-4865-91f0-2253bfc4fea9
2022-06-18T06:39:51.275Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbec5e3e-293b-4865-91f0-2253bfc4fea9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534217207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534218211,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dbec5e3e-293b-4865-91f0-2253bfc4fea9
2022-06-18T06:39:51.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbec5e3e-293b-4865-91f0-2253bfc4fea9 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534208963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534220078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534221267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "cds",
  "timestamp": 1655534220459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534222272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "cds",
  "timestamp": 1655534220459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534222378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "policy-id",
  "timestamp": 1655534223275,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.339Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbec5e3e-293b-4865-91f0-2253bfc4fea9
2022-06-18T06:39:51.339Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbec5e3e-293b-4865-91f0-2253bfc4fea9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "cds",
  "timestamp": 1655534223265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "cds",
  "timestamp": 1655534224275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.382Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98e98fcc-db35-4612-8917-4e2a7c82d65a
2022-06-18T06:39:51.382Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98e98fcc-db35-4612-8917-4e2a7c82d65a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "policy-id",
  "timestamp": 1655534212378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534225574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "policy-id",
  "timestamp": 1655534226490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "policy-id",
  "timestamp": 1655534227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534227585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534227049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "policy-id",
  "timestamp": 1655534228499,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.410Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98e98fcc-db35-4612-8917-4e2a7c82d65a
2022-06-18T06:39:51.410Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98e98fcc-db35-4612-8917-4e2a7c82d65a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "clamp",
  "timestamp": 1655534228600,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.430Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dbec5e3e-293b-4865-91f0-2253bfc4fea9
2022-06-18T06:39:51.430Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbec5e3e-293b-4865-91f0-2253bfc4fea9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534227049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534231443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.454Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/resourceInstances/pnf9592ef2c7af20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534234404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534235417,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.468Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dbec5e3e-293b-4865-91f0-2253bfc4fea9
2022-06-18T06:39:51.468Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbec5e3e-293b-4865-91f0-2253bfc4fea9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534235676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "clamp",
  "timestamp": 1655534236489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534222498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "clamp",
  "timestamp": 1655534236489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534238593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534240788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534241800,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98e98fcc-db35-4612-8917-4e2a7c82d65a
2022-06-18T06:39:51.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98e98fcc-db35-4612-8917-4e2a7c82d65a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534244709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP3muox9htrr0wyhf6tix/1.0/artifacts/service-DemoPnfP3muox9htrr0wyhf6tix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "aai-ml",
  "timestamp": 1655534245715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.520Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dbec5e3e-293b-4865-91f0-2253bfc4fea9
2022-06-18T06:39:51.520Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbec5e3e-293b-4865-91f0-2253bfc4fea9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "aai-ml",
  "timestamp": 1655534226738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "aai-ml",
  "timestamp": 1655534248878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "clamp",
  "timestamp": 1655534250582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "clamp",
  "timestamp": 1655534252591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "clamp",
  "timestamp": 1655534253598,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.539Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98e98fcc-db35-4612-8917-4e2a7c82d65a
2022-06-18T06:39:51.540Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98e98fcc-db35-4612-8917-4e2a7c82d65a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "aai-ml",
  "timestamp": 1655534255329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "aai-ml",
  "timestamp": 1655534256336,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.564Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98e98fcc-db35-4612-8917-4e2a7c82d65a
2022-06-18T06:39:51.564Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98e98fcc-db35-4612-8917-4e2a7c82d65a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534248963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534250459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534252379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534257343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534250459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534248963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534252379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534257343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534250459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534248963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534252379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534257343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534250459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534248963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534252379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534257343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534248963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534250459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534252379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534257343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534248963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534252379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534250459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534257343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534250459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534248963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534252379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534257343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534264265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534264450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534264729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534264619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534265143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "cds",
  "timestamp": 1655534265457,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.616Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
2022-06-18T06:39:51.616Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534265737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534265334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "policy-id",
  "timestamp": 1655534266740,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.636Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
2022-06-18T06:39:51.636Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534266535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:39:51.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534266489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534267049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534267579,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.657Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
2022-06-18T06:39:51.657Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T06:39:51.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534266489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:39:51.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534267049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534268789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534268585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:39:51.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:39:51.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534266489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534267049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534269796,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:39:51.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
2022-06-18T06:39:51.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:39:51.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534266489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534267049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:39:51.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:39:51.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534266489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:39:51.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:03.541Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:40:03.560Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:40:03.588Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:40:03.589Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T06:40:03.589Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T06:40:03.589Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T06:40:03.589Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:03.589Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:03.590Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:03.590Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:03.590Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:03.590Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:03.590Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:03.591Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:03.629Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T06:40:33.629Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T06:40:33.639Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbec5e3e-293b-4865-91f0-2253bfc4fea9 and serviceModelVersionId: de300d6d-c4f4-4dde-861a-7caeadc8a754
2022-06-18T06:40:33.639Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 017641c6-6d5a-4347-b7e8-62a11d36c2a0
2022-06-18T06:40:33.641Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?depth=0
2022-06-18T06:40:33.653Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T06:40:33.723Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?depth=0|INFO|500||Invoke
2022-06-18T06:40:33.724Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbec5e3e-293b-4865-91f0-2253bfc4fea9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0744bf89-d5c5-4c6f-a5b6-d44f62f272ee], X-ECOMP-RequestID=[dbec5e3e-293b-4865-91f0-2253bfc4fea9], X-TransactionId=[], X-ONAP-RequestID=[dbec5e3e-293b-4865-91f0-2253bfc4fea9], Content-Type=[application/merge-patch+json]}
2022-06-18T06:40:33.761Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T06:40:33.935Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?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/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220618-06:40:33:768-96236], vertex-id=[237688], Content-Length=[0], Date=[Sat, 18 Jun 2022 06:40:33 GMT], Content-Type=[application/json]}
2022-06-18T06:40:33.935Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T06:40:33.936Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017641c6-6d5a-4347-b7e8-62a11d36c2a0/model-vers/model-ver/de300d6d-c4f4-4dde-861a-7caeadc8a754?depth=0|INFO|500||InvokeReturn
2022-06-18T06:40:33.936Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T06:40:33.936Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:40:33.946Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T06:40:33.946Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbec5e3e-293b-4865-91f0-2253bfc4fea9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T06:40:33.947Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T06:40:33.947Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:40:33.949Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:40:33.950Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534433946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:40:34.050Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:40:34.051Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:40:34.051Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:40:34.078Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:40:34.078Z||pool-45-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-06-18T06:40:34.971Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-18T06:40:34.971Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"98e98fcc-db35-4612-8917-4e2a7c82d65a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4","serviceDescription":"service","serviceInvariantUUID":"9d5d7e3f-5ca6-41df-a108-97056824c797","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ee894f76-4ab5-4d95-8410-cdf688144c49","resourceInvariantUUID":"07ec7500-fe00-4b55-a435-e173a9c62b3a","resourceCustomizationUUID":"d0e7e540-8a7c-4ab7-a4f4-d9bae27a2d69","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":"MGU2ZDAzNjFlMGQ0NDIwOGQyN2VjZTk2ZmVhNjEyNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0364476c-46d8-4b41-b81a-98424497f6a4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzNkNmYxZjM1NzA4NWFlZTg3M2I0M2U1MjIxM2I0Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64fcfb5d-aae4-490f-85ae-1d842182218f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T06:40:34.972Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:40:34.973Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:40:34.975Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:40:34.975Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:35.075Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:40:35.081Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:40:35.081Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:40:35.102Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:40:35.103Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:40:35.975Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:40:35.976Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:40:35.978Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:40:35.978Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:40:36.078Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:40:36.079Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:40:36.079Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:40:36.102Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:40:36.102Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:40:36.979Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9d5d7e3f-5ca6-41df-a108-97056824c797",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d0e7e540-8a7c-4ab7-a4f4-d9bae27a2d69",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ee894f76-4ab5-4d95-8410-cdf688144c49",
      "resourceInvariantUUID": "07ec7500-fe00-4b55-a435-e173a9c62b3a",
      "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": "MzNkNmYxZjM1NzA4NWFlZTg3M2I0M2U1MjIxM2I0Zjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "64fcfb5d-aae4-490f-85ae-1d842182218f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T06:40:36.979Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T06:40:36.979Z|dbec5e3e-293b-4865-91f0-2253bfc4fea9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4 ASDC
2022-06-18T06:40:36.980Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:98e98fcc-db35-4612-8917-4e2a7c82d65a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4
ServiceInvariantUUID:9d5d7e3f-5ca6-41df-a108-97056824c797
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:64fcfb5d-aae4-490f-85ae-1d842182218f
ArtifactChecksum:MzNkNmYxZjM1NzA4NWFlZTg3M2I0M2U1MjIxM2I0Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d0e7e540-8a7c-4ab7-a4f4-d9bae27a2d69
ResourceInvariantUUID:07ec7500-fe00-4b55-a435-e173a9c62b3a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ee894f76-4ab5-4d95-8410-cdf688144c49
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-18T06:40:36.980Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:40:37.021Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:40:37.021Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:40:37.022Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:40:37.022Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 64fcfb5d-aae4-490f-85ae-1d842182218f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-18T06:40:37.022Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:40:37.022Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-18T06:40:37.229Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:40:37.232Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 64fcfb5d-aae4-490f-85ae-1d842182218f 52512
2022-06-18T06:40:37.233Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-18T06:40:37.233Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-18T06:40:37.233Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:40:37.233Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:40:37.237Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:40:37.237Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534437233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:37.337Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:40:37.342Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:40:37.342Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:40:37.358Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:40:37.359Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:40:38.237Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:40:38.238Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:40:38.238Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 64fcfb5d-aae4-490f-85ae-1d842182218f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.239Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-18T06:40:38.239Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.240Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.406Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9070262070574308912/Definitions/service-BasicNetwork-template.yml
2022-06-18T06:40:38.987Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T06:40:38.988Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:40:38.988Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.988Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-18T06:40:38.988Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.988Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.988Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:38.989Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-18T06:40:38.990Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:40:38.990Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:40:38.990Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:38.990Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:38.990Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-18T06:40:38.990Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:40:38.990Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:40:38.990Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:38.991Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:38.991Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:38.991Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:38.991Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:38.991Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:38.991Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:38.992Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:38.992Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:38.992Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:38.992Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4
Model Version:NULL
Model InvariantUuid:9d5d7e3f-5ca6-41df-a108-97056824c797
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:07ec7500-fe00-4b55-a435-e173a9c62b3a
Model UUID:89931729-8f29-4957-b3a0-340e99dab214
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d0e7e540-8a7c-4ab7-a4f4-d9bae27a2d69
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T06:40:39.000Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: ee894f76-4ab5-4d95-8410-cdf688144c49
2022-06-18T06:40:39.000Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||No resources found for Service: d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:40:39.006Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||
2022-06-18T06:40:39.006Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-18T06:40:39.006Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4
2022-06-18T06:40:39.006Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4
2022-06-18T06:40:39.006Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-18T06:40:39.006Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:40:39.012Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a1f92fc, org.onap.sdc.toscaparser.api.parameters.Input@e950ea9, org.onap.sdc.toscaparser.api.parameters.Input@2c7aed23, org.onap.sdc.toscaparser.api.parameters.Input@1ebcbfd2, org.onap.sdc.toscaparser.api.parameters.Input@2802568b]
2022-06-18T06:40:39.013Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:39.014Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:39.014Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:39.014Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:39.014Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4: Generic NeutronNet
2022-06-18T06:40:39.014Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:39.015Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:39.015Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:39.015Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-18T06:40:39.056Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:39.056Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:39.057Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:39.057Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:39.057Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:40:39.057Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:40:39.057Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-18T06:40:39.143Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-18T06:40:39.144Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-18T06:40:39.144Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-18T06:40:39.144Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:40:39.144Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:40:39.146Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:40:39.146Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534439144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:40:39.246Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:40:39.246Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:40:39.247Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:40:39.268Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:40:39.268Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-06-18T06:40:40.146Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98e98fcc-db35-4612-8917-4e2a7c82d65a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:40:40.175Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98e98fcc-db35-4612-8917-4e2a7c82d65a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:40:40.180Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:40:40.180Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T06:40:40.181Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T06:40:40.181Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T06:40:40.181Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:40.181Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:40.182Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:40.182Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:40.182Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:40.182Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:40:40.183Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:40.188Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T06:40:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:40:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:40:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:40:51.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:40:51.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534267049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534266489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534267049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534266489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534267049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534277624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:40:51.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "aai-ml",
  "timestamp": 1655534278631,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:51.253Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
2022-06-18T06:40:51.254Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:40:51.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534280597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534282610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:40:51.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "clamp",
  "timestamp": 1655534283618,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:51.273Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
2022-06-18T06:40:51.273Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:40:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534282497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534280459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534287049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534295967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534295816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534296536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "cds",
  "timestamp": 1655534296824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:40:51.348Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37e2b932-d616-4893-8a2b-06a1c97a1db5
2022-06-18T06:40:51.348Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37e2b932-d616-4893-8a2b-06a1c97a1db5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:40:51.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534288963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534298776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534299365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:40:51.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534299919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534300371,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:51.374Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37e2b932-d616-4893-8a2b-06a1c97a1db5
2022-06-18T06:40:51.375Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37e2b932-d616-4893-8a2b-06a1c97a1db5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:40:51.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534292378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534301021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534302144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.390Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534302102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.390Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534303148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:40:51.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534303171,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:51.399Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37e2b932-d616-4893-8a2b-06a1c97a1db5
2022-06-18T06:40:51.399Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37e2b932-d616-4893-8a2b-06a1c97a1db5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:40:51.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "policy-id",
  "timestamp": 1655534304151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:51.418Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37e2b932-d616-4893-8a2b-06a1c97a1db5
2022-06-18T06:40:51.418Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37e2b932-d616-4893-8a2b-06a1c97a1db5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T06:40:51.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534304174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534296489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534308734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "aai-ml",
  "timestamp": 1655534309745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:51.435Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37e2b932-d616-4893-8a2b-06a1c97a1db5
2022-06-18T06:40:51.435Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37e2b932-d616-4893-8a2b-06a1c97a1db5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:40:51.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534314169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:40:51.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534315624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:40:51.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:40:51.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:40:51.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "clamp",
  "timestamp": 1655534316633,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:40:51.462Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37e2b932-d616-4893-8a2b-06a1c97a1db5
2022-06-18T06:40:51.462Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37e2b932-d616-4893-8a2b-06a1c97a1db5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:41:10.189Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98e98fcc-db35-4612-8917-4e2a7c82d65a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T06:41:10.194Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98e98fcc-db35-4612-8917-4e2a7c82d65a and serviceModelVersionId: d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4
2022-06-18T06:41:10.195Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d5d7e3f-5ca6-41df-a108-97056824c797
2022-06-18T06:41:10.195Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?depth=0
2022-06-18T06:41:10.199Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T06:41:10.242Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?depth=0|INFO|500||Invoke
2022-06-18T06:41:10.242Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98e98fcc-db35-4612-8917-4e2a7c82d65a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a9d2bb1-8f40-4f01-aa2a-538b37f9f0d0], X-ECOMP-RequestID=[98e98fcc-db35-4612-8917-4e2a7c82d65a], X-TransactionId=[], X-ONAP-RequestID=[98e98fcc-db35-4612-8917-4e2a7c82d65a], Content-Type=[application/merge-patch+json]}
2022-06-18T06:41:10.262Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T06:41:10.432Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?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/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-06:41:10:268-91217], vertex-id=[217088], Content-Length=[0], Date=[Sat, 18 Jun 2022 06:41:10 GMT], Content-Type=[application/json]}
2022-06-18T06:41:10.433Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T06:41:10.433Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d5d7e3f-5ca6-41df-a108-97056824c797/model-vers/model-ver/d2c6f4ae-64a0-4b25-8cca-fc4bc0a060e4?depth=0|INFO|500||InvokeReturn
2022-06-18T06:41:10.433Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T06:41:10.434Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:41:10.445Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T06:41:10.447Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98e98fcc-db35-4612-8917-4e2a7c82d65a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T06:41:10.447Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T06:41:10.448Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:10.450Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:10.450Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534470447,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:41:10.550Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:10.551Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:10.551Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:10.587Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:10.588Z||pool-50-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:41:11.471Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:41:11.471Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:41:11.471Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:16.070Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:16.071Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-18T06:41:16.072Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"74c84425-163f-4a6c-86a1-04098867f4a6","serviceDescription":"service","serviceInvariantUUID":"14f6cf87-141a-46f5-b74c-9322f4dd572b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"051e9c10-363b-4738-a081-8b5a5733e01c","resourceInvariantUUID":"8c009cd5-0bb5-4368-bc96-dd0fa7123ca3","resourceCustomizationUUID":"5f9ad5e2-cb7b-44bf-9971-3b87ac312554","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":"YjQ4Mjg5ZWU2MzFmNmEwNGEwNmVjOWY5MDIzN2RkYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e25958f-f600-4741-bd53-c48d2e000468","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":"MDI5YmRlYjMzYWQ5MTIyNDIwMzdhM2Q3ZDM3MmY5ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"701d0842-5b9b-4685-92fa-6e1612efd6c6","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":"de8687ed-aa63-4e94-a681-6840eccfc196","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":"2d3cbc5d-7e42-46a6-95b4-d2245981e68c","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":"55204eec-deee-4e2d-be83-34e0f45f864c","artifactVersion":"2","generatedFromUUID":"de8687ed-aa63-4e94-a681-6840eccfc196"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDg5ZWE2NzQ3ZTk3Y2M1MjNmMDAyZGY5YWYyOWJkNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4d5a98c-17d6-445e-8f56-0b035a388f44","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTc2M2QwZjQ2YTRjZGFiNzEyMmY4NjM3YjkzZmE1YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e40d865b-5d9e-41f3-99c7-7f7f373a1c91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T06:41:16.074Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:41:16.075Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:16.076Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:16.077Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:41:16.177Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:41:16.177Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:16.177Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:16.194Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:16.194Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:17.077Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:41:17.078Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:17.079Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:17.080Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:41:17.180Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:17.180Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:17.181Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:17.205Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:17.205Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:18.080Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:41:18.081Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:18.083Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:18.083Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:41:18.184Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T06:41:18.185Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:18.185Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:18.201Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:18.202Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:41:19.084Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:41:19.084Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:19.086Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:19.086Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:41:19.186Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:41:19.187Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:19.187Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:19.206Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:19.207Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:20.087Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:41:20.088Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:20.090Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:20.090Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T06:41:20.190Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:20.191Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:20.191Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:20.209Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:20.209Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:21.091Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:41:21.092Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:21.094Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:21.094Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:41:21.194Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:21.195Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:21.195Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:21.212Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:21.212Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:22.094Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:41:22.095Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:22.097Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:22.097Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:41:22.197Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:22.198Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:22.198Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:22.217Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:22.217Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:23.099Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "74c84425-163f-4a6c-86a1-04098867f4a6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "14f6cf87-141a-46f5-b74c-9322f4dd572b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5f9ad5e2-cb7b-44bf-9971-3b87ac312554",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "051e9c10-363b-4738-a081-8b5a5733e01c",
      "resourceInvariantUUID": "8c009cd5-0bb5-4368-bc96-dd0fa7123ca3",
      "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": "MDI5YmRlYjMzYWQ5MTIyNDIwMzdhM2Q3ZDM3MmY5ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "701d0842-5b9b-4685-92fa-6e1612efd6c6",
          "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": "de8687ed-aa63-4e94-a681-6840eccfc196",
          "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": "55204eec-deee-4e2d-be83-34e0f45f864c",
            "generatedFromUUID": "de8687ed-aa63-4e94-a681-6840eccfc196"
          },
          "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": "55204eec-deee-4e2d-be83-34e0f45f864c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTc2M2QwZjQ2YTRjZGFiNzEyMmY4NjM3YjkzZmE1YTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e40d865b-5d9e-41f3-99c7-7f7f373a1c91"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T06:41:23.099Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T06:41:23.099Z|98e98fcc-db35-4612-8917-4e2a7c82d65a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74c84425-163f-4a6c-86a1-04098867f4a6 ASDC
2022-06-18T06:41:23.100Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:74c84425-163f-4a6c-86a1-04098867f4a6
ServiceInvariantUUID:14f6cf87-141a-46f5-b74c-9322f4dd572b
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:e40d865b-5d9e-41f3-99c7-7f7f373a1c91
ArtifactChecksum:YTc2M2QwZjQ2YTRjZGFiNzEyMmY4NjM3YjkzZmE1YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5f9ad5e2-cb7b-44bf-9971-3b87ac312554
ResourceInvariantUUID:8c009cd5-0bb5-4368-bc96-dd0fa7123ca3
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:051e9c10-363b-4738-a081-8b5a5733e01c
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:701d0842-5b9b-4685-92fa-6e1612efd6c6
ArtifactChecksum:MDI5YmRlYjMzYWQ5MTIyNDIwMzdhM2Q3ZDM3MmY5ZDM=
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:de8687ed-aa63-4e94-a681-6840eccfc196
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:55204eec-deee-4e2d-be83-34e0f45f864c
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:55204eec-deee-4e2d-be83-34e0f45f864c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T06:41:23.100Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74c84425-163f-4a6c-86a1-04098867f4a6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:41:23.155Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:41:23.156Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:41:23.156Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:41:23.157Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e40d865b-5d9e-41f3-99c7-7f7f373a1c91 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-18T06:41:23.157Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:41:23.157Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-18T06:41:23.339Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:41:23.342Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e40d865b-5d9e-41f3-99c7-7f7f373a1c91 71071
2022-06-18T06:41:23.342Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-18T06:41:23.342Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-18T06:41:23.342Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:41:23.343Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:23.345Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:23.345Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534483342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:41:23.445Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:23.446Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:23.446Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:23.464Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:23.464Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:24.345Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:41:24.346Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:41:24.347Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e40d865b-5d9e-41f3-99c7-7f7f373a1c91, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:24.347Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-18T06:41:24.347Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:24.347Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:24.512Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16298810877331416586/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-18T06:41:25.551Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T06:41:25.552Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:41:25.552Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.552Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-18T06:41:25.552Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.552Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.552Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.553Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.553Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.553Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.553Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.553Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.553Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T06:41:25.553Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:41:25.554Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.554Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:25.554Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:25.554Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:41:25.555Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:41:25.555Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.555Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:25.555Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:25.555Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:41:25.556Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:41:25.556Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.556Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:25.556Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.556Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-18T06:41:25.557Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-18T06:41:25.557Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-18T06:41:25.557Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-18T06:41:25.557Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T06:41:25.557Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T06:41:25.558Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.558Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T06:41:25.558Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.558Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:25.558Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:41:25.559Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.559Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:25.559Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:41:25.559Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.559Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:25.559Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:41:25.559Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.560Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-18T06:41:25.560Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-18T06:41:25.560Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T06:41:25.560Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=01b15a60-d376-4290-af44-6f29de7b4aad
2022-06-18T06:41:25.560Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.560Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:25.560Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.560Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:25.561Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.561Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:25.561Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:25.561Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:25.561Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:74c84425-163f-4a6c-86a1-04098867f4a6
Model Version:NULL
Model InvariantUuid:14f6cf87-141a-46f5-b74c-9322f4dd572b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a2a620f-3907-45a5-a2cd-4b5c77cfd7a8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8c009cd5-0bb5-4368-bc96-dd0fa7123ca3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5f9ad5e2-cb7b-44bf-9971-3b87ac312554
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:68df3c8e-1f2a-4969-ac47-39c2d6474f32
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0ab53382-5f22-419c-b0ca-d00030d21441
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:01b15a60-d376-4290-af44-6f29de7b4aad
ModelInvariantUuid:2b2eacef-0a65-4b3e-911e-a7fe6be4a87e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:bc1249d9-c78b-4e30-a708-55869e8c3423
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b4202eb1-7d80-4e95-9277-a1c7ec5f6e61
ModelInvariantUuid:58e4a338-f8c1-4f59-b558-060dc5ba6858
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0bd27c68-17c3-446a-a65c-7eb2dacc9d40
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T06:41:25.569Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 051e9c10-363b-4738-a081-8b5a5733e01c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:41:25.585Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-06-18T06:41:25.585Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 051e9c10-363b-4738-a081-8b5a5733e01c
2022-06-18T06:41:25.585Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 701d0842-5b9b-4685-92fa-6e1612efd6c6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-18T06:41:25.586Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:41:25.586Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-18T06:41:25.945Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:41:25.945Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 701d0842-5b9b-4685-92fa-6e1612efd6c6 787
2022-06-18T06:41:25.945Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-18T06:41:25.945Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-18T06:41:25.945Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:41:25.946Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:25.947Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:25.947Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534485945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:41:26.047Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:26.048Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:26.048Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:26.069Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:26.070Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:26.948Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "68df3c8e-1f2a-4969-ac47-39c2d6474f32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ab53382-5f22-419c-b0ca-d00030d21441",
    "vfModuleModelCustomizationUUID": "9f0a4220-1ee6-434b-9bc1-93affd1fcad2",
    "isBase": true,
    "artifacts": [
      "de8687ed-aa63-4e94-a681-6840eccfc196",
      "55204eec-deee-4e2d-be83-34e0f45f864c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T06:41:26.952Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ab53382-5f22-419c-b0ca-d00030d21441
VfModuleModelInvariantUUID:68df3c8e-1f2a-4969-ac47-39c2d6474f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
de8687ed-aa63-4e94-a681-6840eccfc196
,
55204eec-deee-4e2d-be83-34e0f45f864c

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

isBase:true


}

2022-06-18T06:41:26.954Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "68df3c8e-1f2a-4969-ac47-39c2d6474f32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ab53382-5f22-419c-b0ca-d00030d21441",
    "vfModuleModelCustomizationUUID": "9f0a4220-1ee6-434b-9bc1-93affd1fcad2",
    "isBase": true,
    "artifacts": [
      "de8687ed-aa63-4e94-a681-6840eccfc196",
      "55204eec-deee-4e2d-be83-34e0f45f864c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T06:41:26.955Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ab53382-5f22-419c-b0ca-d00030d21441
VfModuleModelInvariantUUID:68df3c8e-1f2a-4969-ac47-39c2d6474f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
de8687ed-aa63-4e94-a681-6840eccfc196
,
55204eec-deee-4e2d-be83-34e0f45f864c

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

isBase:true


}

2022-06-18T06:41:26.955Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de8687ed-aa63-4e94-a681-6840eccfc196 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-18T06:41:26.955Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:41:26.955Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-18T06:41:27.051Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:41:27.051Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml de8687ed-aa63-4e94-a681-6840eccfc196 5033
2022-06-18T06:41:27.051Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-18T06:41:27.051Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-18T06:41:27.052Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:41:27.052Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:27.054Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:27.054Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534487051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:41:27.154Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:27.155Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:27.155Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:27.172Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:27.172Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:28.055Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 55204eec-deee-4e2d-be83-34e0f45f864c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-18T06:41:28.055Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:41:28.056Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-18T06:41:28.229Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:41:28.230Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 55204eec-deee-4e2d-be83-34e0f45f864c 903
2022-06-18T06:41:28.230Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-18T06:41:28.230Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-18T06:41:28.231Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:41:28.231Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:28.232Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:28.233Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534488230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:41:28.333Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:28.334Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:28.334Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:28.350Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:28.351Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:29.233Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 74c84425-163f-4a6c-86a1-04098867f4a6
2022-06-18T06:41:29.234Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 051e9c10-363b-4738-a081-8b5a5733e01c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:41:29.250Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54b1df27, org.onap.sdc.toscaparser.api.parameters.Input@42547c89, org.onap.sdc.toscaparser.api.parameters.Input@363f39d8, org.onap.sdc.toscaparser.api.parameters.Input@8b2e1eb, org.onap.sdc.toscaparser.api.parameters.Input@52204f3d]
2022-06-18T06:41:29.251Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.251Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:29.252Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-18T06:41:29.252Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5f9ad5e2-cb7b-44bf-9971-3b87ac312554
2022-06-18T06:41:29.252Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f9ad5e2-cb7b-44bf-9971-3b87ac312554 matches Tosca VF Customization UUID: 5f9ad5e2-cb7b-44bf-9971-3b87ac312554
2022-06-18T06:41:29.252Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5f9ad5e2-cb7b-44bf-9971-3b87ac312554  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T06:41:29.255Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.256Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:29.256Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5f9ad5e2-cb7b-44bf-9971-3b87ac312554: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-18T06:41:29.256Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63edc450
2022-06-18T06:41:29.257Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.257Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T06:41:29.257Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f0a4220-1ee6-434b-9bc1-93affd1fcad2
2022-06-18T06:41:29.257Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f0a4220-1ee6-434b-9bc1-93affd1fcad2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T06:41:29.260Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.261Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:29.261Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:41:29.261Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.261Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:29.262Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:41:29.262Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.262Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-18T06:41:29.263Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-18T06:41:29.263Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T06:41:29.263Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=01b15a60-d376-4290-af44-6f29de7b4aad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T06:41:29.267Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.268Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:29.268Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:41:29.268Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.268Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T06:41:29.269Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5f9ad5e2-cb7b-44bf-9971-3b87ac312554
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:41:29.271Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.271Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:29.271Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 74c84425-163f-4a6c-86a1-04098867f4a6: basic_vm
2022-06-18T06:41:29.272Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.272Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:29.272Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.272Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:29.272Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.273Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:29.273Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.273Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:29.273Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:41:29.273Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:41:29.274Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:41:29.382Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 051e9c10-363b-4738-a081-8b5a5733e01c 1 ASDC deployResourceStructure
2022-06-18T06:41:29.382Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-18T06:41:29.382Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-18T06:41:29.383Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:41:29.383Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:29.384Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:29.385Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534489382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:41:29.485Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:29.486Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:29.486Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:29.504Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:29.505Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:41:30.385Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-18T06:41:30.386Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-18T06:41:30.386Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:41:30.386Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:30.388Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:30.388Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534490385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:41:30.488Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:41:30.489Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:30.489Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:30.506Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:30.506Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:31.389Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-18T06:41:31.390Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-18T06:41:31.390Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:41:31.391Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:31.393Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:31.393Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534491389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-18T06:41:31.493Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:31.494Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:31.494Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:31.515Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:31.515Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:41:32.394Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-18T06:41:32.395Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-18T06:41:32.395Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:41:32.395Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:41:32.398Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:41:32.398Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534492394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:41:32.498Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:41:32.499Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:41:32.499Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:32.520Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:32.521Z||pool-65-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:41:33.399Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:41:33.413Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:41:33.417Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:41:33.417Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T06:41:33.417Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T06:41:33.418Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T06:41:33.418Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:41:33.419Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:41:33.419Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:41:33.419Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:41:33.420Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:41:33.421Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:41:33.421Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:41:33.430Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T06:41:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:41:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:41:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:41:51.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:41:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:41:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dbec5e3e-293b-4865-91f0-2253bfc4fea9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534433946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:41:51.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:41:51.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:41:51.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:41:51.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:41:51.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:41:51.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534211195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:41:51.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:41:51.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:41:51.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534437233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:41:51.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:41:51.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:41:51.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534439144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:41:51.237Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:03.430Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T06:42:03.442Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and serviceModelVersionId: 74c84425-163f-4a6c-86a1-04098867f4a6
2022-06-18T06:42:03.442Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14f6cf87-141a-46f5-b74c-9322f4dd572b
2022-06-18T06:42:03.443Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?depth=0
2022-06-18T06:42:03.446Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T06:42:03.488Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?depth=0|INFO|500||Invoke
2022-06-18T06:42:03.488Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2bf2d7a0-9368-4ff9-bdf8-294315d01b94], X-ECOMP-RequestID=[dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d], X-TransactionId=[], X-ONAP-RequestID=[dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d], Content-Type=[application/merge-patch+json]}
2022-06-18T06:42:03.506Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T06:42:03.594Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?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/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-06:42:03:513-53164], vertex-id=[200904], Content-Length=[0], Date=[Sat, 18 Jun 2022 06:42:03 GMT], Content-Type=[application/json]}
2022-06-18T06:42:03.595Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T06:42:03.595Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f6cf87-141a-46f5-b74c-9322f4dd572b/model-vers/model-ver/74c84425-163f-4a6c-86a1-04098867f4a6?depth=0|INFO|500||InvokeReturn
2022-06-18T06:42:03.596Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T06:42:03.596Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:42:03.602Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T06:42:03.602Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T06:42:03.602Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T06:42:03.602Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:03.604Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:03.604Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534523602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:42:03.704Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:03.705Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:03.705Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:03.720Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:03.721Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:42:04.621Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-18T06:42:04.621Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"37e2b932-d616-4893-8a2b-06a1c97a1db5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"79e1c85d-0ffc-4651-963a-28bceff4c682","serviceDescription":"service","serviceInvariantUUID":"5dc8099e-6a20-4bf0-9122-e6be884abfe7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db72beb5-a612-4bfe-939e-6c3cad771a5d","resourceInvariantUUID":"9371a408-05fd-47f2-b791-a784b92f6349","resourceCustomizationUUID":"cae6d0c3-8b6f-42f2-b093-f2b9a039f49c","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":"M2E0Y2U5YzFkMzE1OTE1YTMxNDhjMjg5ODBmYWQ0MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78356dce-4f1f-48ab-a59a-44bab84996e6","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":"0a9dec45-8d38-45c0-8850-f384c6749ef7","artifactVersion":"2","generatedFromUUID":"3b350345-18b1-46de-b782-305a7fb1f6da"},{"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":"3b350345-18b1-46de-b782-305a7fb1f6da","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":"M2JmZGVlYjM5N2IyNmE0MWE1YzM0ZWM4ZGMwODc2YjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f3f7d762-c407-4084-8d5d-1bdb7bd04de6","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":"d03a2764-4297-494b-83be-9970cbea5abe","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":"c5813c67-2e27-4873-b5a7-b02d38fcb5e4","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":"4341c7f2-7c8d-4bf4-9a21-94b166ec758d","artifactVersion":"2","generatedFromUUID":"d03a2764-4297-494b-83be-9970cbea5abe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzRkZTgyZWIzZmI2YTc0YzJmMzc5OTA4MGYzYWZmZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10b9441e-13d9-4443-87b9-30781aec5773","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzZhNDNmZjIzNjhhNzA3MzA5YzVlMTViMWVhNDdiYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a2ef64c-cde3-42d7-9c71-915dc64460ab","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T06:42:04.621Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:04.622Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:04.624Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:04.624Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:42:04.724Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:04.724Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:04.724Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:04.766Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:04.767Z||pool-67-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:05.624Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:05.625Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:05.627Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:05.628Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-18T06:42:05.728Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:42:05.728Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:05.728Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:05.743Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:05.743Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:06.628Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:06.629Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:06.631Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:06.631Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-18T06:42:06.731Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:06.732Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:06.732Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:06.748Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:06.748Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:07.631Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:07.632Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:07.633Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:07.634Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:42:07.734Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:07.735Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:07.735Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:07.765Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:07.765Z||pool-70-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:08.634Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:08.635Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:08.637Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:08.637Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:42:08.738Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T06:42:08.740Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:08.741Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:08.762Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:08.762Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:09.637Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:09.638Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:09.639Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:09.640Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:42:09.740Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:09.742Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:09.742Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:09.763Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:09.763Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:10.640Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:10.641Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:10.642Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:10.642Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-18T06:42:10.743Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T06:42:10.743Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:10.744Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:10.759Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:10.759Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:11.647Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:11.651Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:11.653Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:11.653Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:42:11.753Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:11.754Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:11.754Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:11.770Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:11.771Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:12.655Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:42:12.656Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:12.658Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:12.658Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:42:12.758Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:12.758Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:12.758Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:12.774Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:12.775Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:13.659Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "79e1c85d-0ffc-4651-963a-28bceff4c682",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5dc8099e-6a20-4bf0-9122-e6be884abfe7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "cae6d0c3-8b6f-42f2-b093-f2b9a039f49c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "db72beb5-a612-4bfe-939e-6c3cad771a5d",
      "resourceInvariantUUID": "9371a408-05fd-47f2-b791-a784b92f6349",
      "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": "0a9dec45-8d38-45c0-8850-f384c6749ef7",
          "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": "3b350345-18b1-46de-b782-305a7fb1f6da",
          "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": "M2JmZGVlYjM5N2IyNmE0MWE1YzM0ZWM4ZGMwODc2YjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f3f7d762-c407-4084-8d5d-1bdb7bd04de6",
          "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": "d03a2764-4297-494b-83be-9970cbea5abe",
          "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": "4341c7f2-7c8d-4bf4-9a21-94b166ec758d",
            "generatedFromUUID": "d03a2764-4297-494b-83be-9970cbea5abe"
          },
          "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": "4341c7f2-7c8d-4bf4-9a21-94b166ec758d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzZhNDNmZjIzNjhhNzA3MzA5YzVlMTViMWVhNDdiYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0a2ef64c-cde3-42d7-9c71-915dc64460ab"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T06:42:13.660Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T06:42:13.660Z|dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 79e1c85d-0ffc-4651-963a-28bceff4c682 ASDC
2022-06-18T06:42:13.660Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:37e2b932-d616-4893-8a2b-06a1c97a1db5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:79e1c85d-0ffc-4651-963a-28bceff4c682
ServiceInvariantUUID:5dc8099e-6a20-4bf0-9122-e6be884abfe7
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:0a2ef64c-cde3-42d7-9c71-915dc64460ab
ArtifactChecksum:NzZhNDNmZjIzNjhhNzA3MzA5YzVlMTViMWVhNDdiYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cae6d0c3-8b6f-42f2-b093-f2b9a039f49c
ResourceInvariantUUID:9371a408-05fd-47f2-b791-a784b92f6349
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:db72beb5-a612-4bfe-939e-6c3cad771a5d
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:0a9dec45-8d38-45c0-8850-f384c6749ef7
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:3b350345-18b1-46de-b782-305a7fb1f6da
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:f3f7d762-c407-4084-8d5d-1bdb7bd04de6
ArtifactChecksum:M2JmZGVlYjM5N2IyNmE0MWE1YzM0ZWM4ZGMwODc2YjE=
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:d03a2764-4297-494b-83be-9970cbea5abe
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:4341c7f2-7c8d-4bf4-9a21-94b166ec758d
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:4341c7f2-7c8d-4bf4-9a21-94b166ec758d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T06:42:13.661Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79e1c85d-0ffc-4651-963a-28bceff4c682 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:42:13.743Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:42:13.744Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:42:13.744Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:42:13.745Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0a2ef64c-cde3-42d7-9c71-915dc64460ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-18T06:42:13.745Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:42:13.745Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-18T06:42:14.035Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:42:14.038Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0a2ef64c-cde3-42d7-9c71-915dc64460ab 68961
2022-06-18T06:42:14.038Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-18T06:42:14.038Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-18T06:42:14.038Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:42:14.038Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:14.040Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:14.040Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534534038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:14.140Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:14.141Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:14.141Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:14.163Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:14.163Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:42:15.040Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:42:15.041Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:42:15.042Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0a2ef64c-cde3-42d7-9c71-915dc64460ab, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T06:42:15.042Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-18T06:42:15.042Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T06:42:15.042Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T06:42:15.144Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7343300300531229841/Definitions/service-BasicCnf-template.yml
2022-06-18T06:42:16.218Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:42:16.219Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.220Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:16.220Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:16.220Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:42:16.220Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:42:16.220Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.220Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:16.221Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:16.221Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:42:16.221Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:42:16.221Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.221Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:16.221Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.221Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-18T06:42:16.222Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-18T06:42:16.222Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-18T06:42:16.222Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T06:42:16.222Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.222Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T06:42:16.222Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.222Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:16.223Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:42:16.223Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.223Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:16.223Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:42:16.223Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.224Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:16.224Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:42:16.224Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.224Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-18T06:42:16.224Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-18T06:42:16.224Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9ad0fb2b-f2d5-4929-8062-c961ff4e9ace
2022-06-18T06:42:16.225Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.225Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:16.225Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.225Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:16.225Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.225Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:16.225Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:16.225Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:16.226Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:79e1c85d-0ffc-4651-963a-28bceff4c682
Model Version:NULL
Model InvariantUuid:5dc8099e-6a20-4bf0-9122-e6be884abfe7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:d44b7b28-b1b4-4d88-a212-8a54f8a9cb4d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9371a408-05fd-47f2-b791-a784b92f6349
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cae6d0c3-8b6f-42f2-b093-f2b9a039f49c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:776744c9-48bb-4115-9a57-a93fd62345a0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:294972fe-e1e9-4f03-89c9-e5f87457f0e3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ad0fb2b-f2d5-4929-8062-c961ff4e9ace
ModelInvariantUuid:e915d966-96c4-42da-9892-a3fd51cb85ad
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:074b77a3-9531-4c76-8468-300b22aa1d2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ca4ad65d-f85f-4d37-a8fc-ffafe90fb534
ModelInvariantUuid:76e9dc95-b069-4cee-bd2c-eaf359f0bc5c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:dcb8768b-8ecf-4682-a803-535f781d8722
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T06:42:16.237Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: db72beb5-a612-4bfe-939e-6c3cad771a5d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:42:16.242Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-06-18T06:42:16.242Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db72beb5-a612-4bfe-939e-6c3cad771a5d
2022-06-18T06:42:16.242Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0a9dec45-8d38-45c0-8850-f384c6749ef7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-18T06:42:16.242Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:42:16.243Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-18T06:42:16.300Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:42:16.301Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0a9dec45-8d38-45c0-8850-f384c6749ef7 12
2022-06-18T06:42:16.301Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-18T06:42:16.301Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-18T06:42:16.302Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:42:16.302Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:16.304Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:16.304Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534536301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:16.404Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:16.405Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:16.405Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:16.421Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:16.421Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:42:17.305Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3b350345-18b1-46de-b782-305a7fb1f6da from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-18T06:42:17.306Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:42:17.306Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-18T06:42:17.364Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:42:17.364Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3b350345-18b1-46de-b782-305a7fb1f6da 2688
2022-06-18T06:42:17.364Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-18T06:42:17.364Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-18T06:42:17.364Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:42:17.365Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:17.367Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:17.367Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534537364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:17.466Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:42:17.467Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:17.467Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:17.488Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:17.489Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:18.369Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f3f7d762-c407-4084-8d5d-1bdb7bd04de6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-18T06:42:18.369Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:42:18.369Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-18T06:42:18.451Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:42:18.452Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f3f7d762-c407-4084-8d5d-1bdb7bd04de6 828
2022-06-18T06:42:18.452Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-18T06:42:18.452Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-18T06:42:18.452Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:42:18.452Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:18.454Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:18.454Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534538452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:18.554Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:18.555Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:18.555Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:18.572Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:18.572Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:19.455Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "776744c9-48bb-4115-9a57-a93fd62345a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "294972fe-e1e9-4f03-89c9-e5f87457f0e3",
    "vfModuleModelCustomizationUUID": "0fd2449d-0d4d-4958-9e81-f566dbc645b7",
    "isBase": true,
    "artifacts": [
      "d03a2764-4297-494b-83be-9970cbea5abe",
      "3b350345-18b1-46de-b782-305a7fb1f6da",
      "4341c7f2-7c8d-4bf4-9a21-94b166ec758d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T06:42:19.460Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:294972fe-e1e9-4f03-89c9-e5f87457f0e3
VfModuleModelInvariantUUID:776744c9-48bb-4115-9a57-a93fd62345a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
d03a2764-4297-494b-83be-9970cbea5abe
,
3b350345-18b1-46de-b782-305a7fb1f6da
,
4341c7f2-7c8d-4bf4-9a21-94b166ec758d

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

isBase:true


}

2022-06-18T06:42:19.462Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "776744c9-48bb-4115-9a57-a93fd62345a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "294972fe-e1e9-4f03-89c9-e5f87457f0e3",
    "vfModuleModelCustomizationUUID": "0fd2449d-0d4d-4958-9e81-f566dbc645b7",
    "isBase": true,
    "artifacts": [
      "d03a2764-4297-494b-83be-9970cbea5abe",
      "3b350345-18b1-46de-b782-305a7fb1f6da",
      "4341c7f2-7c8d-4bf4-9a21-94b166ec758d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T06:42:19.463Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:294972fe-e1e9-4f03-89c9-e5f87457f0e3
VfModuleModelInvariantUUID:776744c9-48bb-4115-9a57-a93fd62345a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
d03a2764-4297-494b-83be-9970cbea5abe
,
3b350345-18b1-46de-b782-305a7fb1f6da
,
4341c7f2-7c8d-4bf4-9a21-94b166ec758d

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

isBase:true


}

2022-06-18T06:42:19.466Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d03a2764-4297-494b-83be-9970cbea5abe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-18T06:42:19.466Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:42:19.466Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-18T06:42:19.548Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:42:19.548Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d03a2764-4297-494b-83be-9970cbea5abe 1164
2022-06-18T06:42:19.548Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-18T06:42:19.548Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-18T06:42:19.549Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:42:19.549Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:19.550Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:19.550Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534539548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:19.651Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T06:42:19.652Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:19.652Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:19.674Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:19.675Z||pool-80-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:20.551Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4341c7f2-7c8d-4bf4-9a21-94b166ec758d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-18T06:42:20.551Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:42:20.551Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-18T06:42:20.635Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:42:20.636Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4341c7f2-7c8d-4bf4-9a21-94b166ec758d 200
2022-06-18T06:42:20.636Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-18T06:42:20.636Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-18T06:42:20.637Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:42:20.637Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:20.640Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:20.640Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534540636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:20.739Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:42:20.740Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:20.740Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:20.755Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:20.755Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:21.641Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 79e1c85d-0ffc-4651-963a-28bceff4c682
2022-06-18T06:42:21.641Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 db72beb5-a612-4bfe-939e-6c3cad771a5d 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-06-18T06:42:21.666Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:42:21.678Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a741510, org.onap.sdc.toscaparser.api.parameters.Input@6086b242, org.onap.sdc.toscaparser.api.parameters.Input@3ca6d05d, org.onap.sdc.toscaparser.api.parameters.Input@420be802, org.onap.sdc.toscaparser.api.parameters.Input@180da9c6]
2022-06-18T06:42:21.680Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.680Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:21.680Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-18T06:42:21.681Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cae6d0c3-8b6f-42f2-b093-f2b9a039f49c
2022-06-18T06:42:21.681Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cae6d0c3-8b6f-42f2-b093-f2b9a039f49c matches Tosca VF Customization UUID: cae6d0c3-8b6f-42f2-b093-f2b9a039f49c
2022-06-18T06:42:21.681Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cae6d0c3-8b6f-42f2-b093-f2b9a039f49c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T06:42:21.684Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.684Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:21.685Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cae6d0c3-8b6f-42f2-b093-f2b9a039f49c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-18T06:42:21.685Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ab4b2ed
2022-06-18T06:42:21.685Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.686Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T06:42:21.686Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fd2449d-0d4d-4958-9e81-f566dbc645b7
2022-06-18T06:42:21.686Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fd2449d-0d4d-4958-9e81-f566dbc645b7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T06:42:21.689Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.689Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:21.690Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:42:21.690Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.690Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:21.691Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:42:21.691Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.691Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-18T06:42:21.692Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-18T06:42:21.692Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9ad0fb2b-f2d5-4929-8062-c961ff4e9ace
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T06:42:21.695Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.695Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:21.695Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T06:42:21.696Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.696Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T06:42:21.697Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cae6d0c3-8b6f-42f2-b093-f2b9a039f49c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:42:21.699Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.699Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:21.700Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 79e1c85d-0ffc-4651-963a-28bceff4c682: basic_cnf
2022-06-18T06:42:21.700Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.700Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:21.700Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.700Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:21.700Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.700Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:21.701Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.701Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:21.701Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:42:21.701Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:42:21.701Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:42:21.811Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf db72beb5-a612-4bfe-939e-6c3cad771a5d 1 ASDC deployResourceStructure
2022-06-18T06:42:21.812Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-18T06:42:21.812Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-18T06:42:21.813Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-18T06:42:21.813Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:21.815Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:21.815Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534541811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T06:42:21.915Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:21.916Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:21.916Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:21.951Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:21.952Z||pool-82-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:22.818Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-18T06:42:22.819Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-18T06:42:22.819Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-18T06:42:22.819Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:22.821Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:22.821Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T06:42:22.921Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:22.922Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:22.922Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:22.937Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:22.937Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:23.822Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-18T06:42:23.823Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-18T06:42:23.823Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:42:23.823Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:23.825Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:23.825Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534543822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:42:23.925Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:23.926Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:23.926Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:23.942Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:23.942Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:24.825Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-18T06:42:24.826Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-18T06:42:24.826Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:42:24.827Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:24.829Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:24.829Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534544825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:42:24.929Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:24.930Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:24.930Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:24.948Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:24.948Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:25.830Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-18T06:42:25.830Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-18T06:42:25.830Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:42:25.831Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:25.832Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:25.832Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534545830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-18T06:42:25.933Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:25.933Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:25.934Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:25.967Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:25.967Z||pool-86-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:26.833Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-18T06:42:26.834Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-18T06:42:26.834Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:42:26.834Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:26.836Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:26.836Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534546833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:42:26.936Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:26.937Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:26.937Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:26.959Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:26.960Z||pool-87-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:42:27.836Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37e2b932-d616-4893-8a2b-06a1c97a1db5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:42:27.850Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37e2b932-d616-4893-8a2b-06a1c97a1db5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:42:27.853Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:42:27.853Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T06:42:27.853Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T06:42:27.853Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T06:42:27.853Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:42:27.853Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:42:27.853Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:42:27.853Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:42:27.854Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:42:27.854Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:42:27.854Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:42:27.860Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T06:42:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:42:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:42:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:51.251Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:51.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98e98fcc-db35-4612-8917-4e2a7c82d65a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534470447,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:42:51.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:51.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:42:51.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:42:51.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:42:51.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:42:51.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:42:51.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:42:51.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:42:51.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:42:51.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T06:42:51.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:42:51.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:42:51.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:42:51.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:42:51.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:42:51.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534483342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:51.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:51.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534485945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:51.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:51.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534487051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:51.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:51.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534488230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:42:51.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:51.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534489382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:42:51.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:51.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534490385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:42:51.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:51.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534491389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-18T06:42:51.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:51.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:42:51.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534492394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:42:51.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:42:57.860Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37e2b932-d616-4893-8a2b-06a1c97a1db5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T06:42:57.899Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37e2b932-d616-4893-8a2b-06a1c97a1db5 and serviceModelVersionId: 79e1c85d-0ffc-4651-963a-28bceff4c682
2022-06-18T06:42:57.899Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5dc8099e-6a20-4bf0-9122-e6be884abfe7
2022-06-18T06:42:57.899Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5dc8099e-6a20-4bf0-9122-e6be884abfe7/model-vers/model-ver/79e1c85d-0ffc-4651-963a-28bceff4c682?depth=0
2022-06-18T06:42:57.904Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T06:42:57.956Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dc8099e-6a20-4bf0-9122-e6be884abfe7/model-vers/model-ver/79e1c85d-0ffc-4651-963a-28bceff4c682?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T06:42:57.958Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dc8099e-6a20-4bf0-9122-e6be884abfe7/model-vers/model-ver/79e1c85d-0ffc-4651-963a-28bceff4c682?depth=0|INFO|500||Invoke
2022-06-18T06:42:57.980Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dc8099e-6a20-4bf0-9122-e6be884abfe7/model-vers/model-ver/79e1c85d-0ffc-4651-963a-28bceff4c682?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T06:42:58.115Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dc8099e-6a20-4bf0-9122-e6be884abfe7/model-vers/model-ver/79e1c85d-0ffc-4651-963a-28bceff4c682?depth=0|INFO|500||InvokeReturn
2022-06-18T06:42:58.116Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dc8099e-6a20-4bf0-9122-e6be884abfe7/model-vers/model-ver/79e1c85d-0ffc-4651-963a-28bceff4c682?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-06:42:57:987-81275], vertex-id=[225480], Content-Length=[0], Date=[Sat, 18 Jun 2022 06:42:57 GMT], Content-Type=[application/json]}
2022-06-18T06:42:58.117Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T06:42:58.117Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T06:42:58.117Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:42:58.126Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T06:42:58.126Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37e2b932-d616-4893-8a2b-06a1c97a1db5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T06:42:58.126Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T06:42:58.126Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:42:58.129Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:42:58.129Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534578126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:42:58.229Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:42:58.230Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:42:58.230Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:42:58.253Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:42:58.254Z||pool-88-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:42:59.203Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:42:59.204Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:42:59.204Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:43:08.762Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:43:08.763Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:43:08.764Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:43:08.764Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:43:18.317Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:43:18.318Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:43:18.318Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:43:18.318Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:43:27.864Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:43:27.865Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:43:27.866Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:43:27.866Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:43:37.421Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:43:37.422Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:43:37.423Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:43:37.423Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:43:46.983Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:43:51.195Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:43:51.197Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:43:51.197Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:43:51.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:43:51.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:43:51.198Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:43:51.234Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:43:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfe583be-2fd5-4c04-b3d8-0a6cd85ba10d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534523602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:43:51.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:43:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-18T06:43:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-18T06:43:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T06:43:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:43:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:43:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-18T06:43:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:43:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534471471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:43:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:43:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534534038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:43:51.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534536301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:43:51.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534537364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:43:51.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534538452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:43:51.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534539548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:43:51.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534540636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:43:51.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534541811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T06:43:51.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534542818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T06:43:51.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534543822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T06:43:51.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534544825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:43:51.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534545830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-18T06:43:51.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:43:51.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:43:51.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534546833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:43:51.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:44:00.779Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:44:51.196Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:44:51.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:44:51.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:44:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:44:51.200Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:44:51.200Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:44:51.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:44:51.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T06:44:51.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37e2b932-d616-4893-8a2b-06a1c97a1db5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534578126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:44:51.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:45:00.781Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:45:51.196Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:45:51.197Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:45:51.197Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:45:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:45:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:45:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:46:00.786Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:46:00.786Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:46:51.195Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:46:51.196Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:46:51.196Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:46:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:46:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:46:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:47:00.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:47:00.779Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:47:51.195Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:47:51.197Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:47:51.197Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:47:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:47:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:47:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:47:57.312Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:47:57.313Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-18T06:47:57.313Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"291a5222-61ca-4a1c-8d09-42aa1438596a","serviceName":"Demo_pNF_XzGJobALY3c4fRSe5uf7","serviceVersion":"1.0","serviceUUID":"641af6bd-82c7-44f5-ac59-40f5bfe0dbe5","serviceDescription":"catalog service description","serviceInvariantUUID":"4b8733d1-78bb-44da-8ea5-5777ff5d6b89","resources":[{"resourceInstanceName":"pNF 3b129312-f778 0","resourceName":"pNF 3b129312-f778","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"554bf1d5-b744-42b6-9dd7-b03b007eb2d6","resourceInvariantUUID":"d902d95d-b28e-4341-aca9-a0829802e75f","resourceCustomizationUUID":"1fc334c1-29ff-4271-9d65-e225311694a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml","artifactChecksum":"ZjBkYTY1MmVjOTBhOWMxZjZkMzU0MTAzYmI4Njk0ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbeb8c4c-be07-4663-9ff3-a60d7463637d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar","artifactChecksum":"Y2MwZWJlZGNiZTM3MWM2NWIyZWQ0OGRmMzc3OTA4NDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6033987c-607c-48de-a377-fcc179589f5a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a045315d-6bd3-4bb2-ab24-f4d0fa67fa86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml","artifactChecksum":"M2NhZGRiYzM3OTcyYWVhOWRiNzVlNTMwNjE2MGRiZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8dba32fa-a618-4daa-968f-48afe34cbf9c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed7e732e-61da-4943-8823-1fafeb569b01","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f94d205b-3d9e-4e1b-9b00-8802c7d81f3f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXzgjobaly3c4frse5uf7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml","artifactChecksum":"MWRhNzZmZWMwMjhiNjE5MzM2MGUwMmFmNTVhOGU4NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6f2ad30-4c1a-404f-ab55-29faa8bd8980","artifactVersion":"1"},{"artifactName":"service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar","artifactChecksum":"ODU2NmZhN2JiYzVkNjUxYmQ4ZDQ3OTMyYjFlOWNmNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfc835f8-2d16-4360-868b-1cb4465590d6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T06:47:57.316Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:47:57.317Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:47:57.321Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:47:57.321Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:47:57.421Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:47:57.422Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:47:57.422Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:47:57.448Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:47:57.448Z||pool-89-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:47:57.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:47:57.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:47:57.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:47:57.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:47:58.322Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:47:58.323Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:47:58.325Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:47:58.325Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:47:58.426Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:47:58.426Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:47:58.426Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:47:58.473Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:47:58.473Z||pool-90-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:47:59.326Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:47:59.327Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:47:59.329Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:47:59.329Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:47:59.429Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:47:59.430Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:47:59.431Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:47:59.457Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:47:59.458Z||pool-91-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:48:00.330Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:48:00.331Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:48:00.333Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:48:00.333Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:48:00.433Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:48:00.434Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:48:00.434Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:48:00.456Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:48:00.456Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:48:01.333Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:48:01.334Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:48:01.336Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:48:01.336Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:48:01.436Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:48:01.437Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:48:01.437Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:48:01.454Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:48:01.454Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:48:02.336Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:48:02.338Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:48:02.341Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:48:02.341Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:48:02.441Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:48:02.442Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:48:02.442Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:48:02.460Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:48:02.461Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:48:03.341Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:48:03.342Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:48:03.344Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:48:03.344Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:48:03.444Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:48:03.445Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:48:03.445Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:48:03.466Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:48:03.466Z||pool-95-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:48:04.345Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:48:04.346Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:48:04.349Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:48:04.349Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:48:04.449Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:48:04.450Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:48:04.450Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:48:04.472Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:48:04.473Z||pool-96-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:48:05.350Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "serviceName": "Demo_pNF_XzGJobALY3c4fRSe5uf7",
  "serviceVersion": "1.0",
  "serviceUUID": "641af6bd-82c7-44f5-ac59-40f5bfe0dbe5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4b8733d1-78bb-44da-8ea5-5777ff5d6b89",
  "resources": [
    {
      "resourceInstanceName": "pNF 3b129312-f778 0",
      "resourceCustomizationUUID": "1fc334c1-29ff-4271-9d65-e225311694a3",
      "resourceName": "pNF 3b129312-f778",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "554bf1d5-b744-42b6-9dd7-b03b007eb2d6",
      "resourceInvariantUUID": "d902d95d-b28e-4341-aca9-a0829802e75f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
      "artifactChecksum": "ODU2NmZhN2JiYzVkNjUxYmQ4ZDQ3OTMyYjFlOWNmNzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dfc835f8-2d16-4360-868b-1cb4465590d6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T06:48:05.351Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T06:48:05.351Z|37e2b932-d616-4893-8a2b-06a1c97a1db5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 641af6bd-82c7-44f5-ac59-40f5bfe0dbe5 ASDC
2022-06-18T06:48:05.352Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:291a5222-61ca-4a1c-8d09-42aa1438596a
ServiceName:Demo_pNF_XzGJobALY3c4fRSe5uf7
ServiceVersion:1.0
ServiceUUID:641af6bd-82c7-44f5-ac59-40f5bfe0dbe5
ServiceInvariantUUID:4b8733d1-78bb-44da-8ea5-5777ff5d6b89
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
ArtifactUUID:dfc835f8-2d16-4360-868b-1cb4465590d6
ArtifactChecksum:ODU2NmZhN2JiYzVkNjUxYmQ4ZDQ3OTMyYjFlOWNmNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3b129312-f778 0
ResourceCustomizationUUID:1fc334c1-29ff-4271-9d65-e225311694a3
ResourceInvariantUUID:d902d95d-b28e-4341-aca9-a0829802e75f
ResourceName:pNF 3b129312-f778
ResourceType:PNF
ResourceUUID:554bf1d5-b744-42b6-9dd7-b03b007eb2d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-18T06:48:05.352Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 641af6bd-82c7-44f5-ac59-40f5bfe0dbe5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:48:05.451Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:48:05.452Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:48:05.452Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:48:05.452Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dfc835f8-2d16-4360-868b-1cb4465590d6 from URL: /sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:05.452Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-18T06:48:05.453Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:05.620Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-18T06:48:05.632Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar dfc835f8-2d16-4360-868b-1cb4465590d6 82658
2022-06-18T06:48:05.632Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar ASDC sendASDCNotification
2022-06-18T06:48:05.632Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:05.632Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:48:05.633Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:48:05.640Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:48:05.640Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534885632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:48:05.737Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-18T06:48:05.737Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:48:05.738Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:48:05.759Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:48:05.760Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:48:06.640Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:48:06.642Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-18T06:48:06.642Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dfc835f8-2d16-4360-868b-1cb4465590d6, URL: /sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar to file: /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:06.643Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:06.643Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:06.643Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:06.804Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5669519669712551471/Definitions/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml
2022-06-18T06:48:07.673Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T06:48:07.674Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:48:07.674Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.674Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-18T06:48:07.674Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3b129312-f778 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-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.674Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.674Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.674Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.674Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.675Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.675Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.675Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-18T06:48:07.675Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.675Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.675Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Node template pNF 3b129312-f778 0 is matching search criteria
2022-06-18T06:48:07.676Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:48:07.676Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3b129312-f778 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:48:07.676Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.676Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.676Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Node template pNF 3b129312-f778 0 is matching search criteria
2022-06-18T06:48:07.676Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-18T06:48:07.676Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3b129312-f778 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:48:07.677Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.677Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.677Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.677Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.677Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.677Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.677Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.677Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.678Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.678Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.678Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_XzGJobALY3c4fRSe5uf7
Description:catalog service description
Model UUID:641af6bd-82c7-44f5-ac59-40f5bfe0dbe5
Model Version:NULL
Model InvariantUuid:4b8733d1-78bb-44da-8ea5-5777ff5d6b89
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T06:48:07.718Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 554bf1d5-b744-42b6-9dd7-b03b007eb2d6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:48:07.725Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||pNF 3b129312-f778 0
2022-06-18T06:48:07.725Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 554bf1d5-b744-42b6-9dd7-b03b007eb2d6
2022-06-18T06:48:07.725Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 641af6bd-82c7-44f5-ac59-40f5bfe0dbe5
2022-06-18T06:48:07.725Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 641af6bd-82c7-44f5-ac59-40f5bfe0dbe5
2022-06-18T06:48:07.725Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3b129312-f778 0 554bf1d5-b744-42b6-9dd7-b03b007eb2d6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:48:07.744Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28ab4ad4, org.onap.sdc.toscaparser.api.parameters.Input@6961cc08, org.onap.sdc.toscaparser.api.parameters.Input@120562a3, org.onap.sdc.toscaparser.api.parameters.Input@392bf389, org.onap.sdc.toscaparser.api.parameters.Input@4ba4e392]
2022-06-18T06:48:07.745Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.745Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.745Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 641af6bd-82c7-44f5-ac59-40f5bfe0dbe5: pNF 3b129312-f778
2022-06-18T06:48:07.745Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||Processing PNF resource: 554bf1d5-b744-42b6-9dd7-b03b007eb2d6
2022-06-18T06:48:07.746Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:48:07.746Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_XzGJobALY3c4fRSe5uf7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:48:07.746Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||Resource customization UUID: 1fc334c1-29ff-4271-9d65-e225311694a3 is the same as notified resource customizationUUID: 1fc334c1-29ff-4271-9d65-e225311694a3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-18T06:48:07.861Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3b129312-f778 554bf1d5-b744-42b6-9dd7-b03b007eb2d6 0 ASDC deployResourceStructure
2022-06-18T06:48:07.861Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar ASDC sendASDCNotification
2022-06-18T06:48:07.861Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar
2022-06-18T06:48:07.861Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:48:07.861Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:48:07.863Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:48:07.863Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534887861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:48:07.963Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:48:07.964Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:48:07.964Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:48:07.986Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:48:07.986Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:48:08.865Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:48:08.882Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:48:08.889Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:48:08.889Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:48:08.889Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:48:38.890Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:48:38.902Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:48:38.905Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:48:38.905Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:48:38.906Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:48:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:48:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:48:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:48:51.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:48:51.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:48:51.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534868963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:48:51.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:49:08.906Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:49:08.930Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:49:08.934Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:49:08.935Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:49:08.935Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:49:38.935Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:49:38.947Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:49:38.949Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:49:38.949Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:49:38.949Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:49:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:49:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:49:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:49:51.243Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:49:51.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:49:51.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534872378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:49:51.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:08.950Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:50:08.962Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:50:08.964Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:50:08.965Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:50:08.965Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:50:38.965Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:50:38.979Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:50:38.981Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:50:38.981Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:50:38.982Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:50:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:50:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:50:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:50:51.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:50:51.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534868963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534872378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534868963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534872378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534872378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534868963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534880459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534872378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534868963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534880459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534868963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534872378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534882500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534880459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534868963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534872378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534882500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534880459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534871195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655534868963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534872378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534882500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534880459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534885702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:50:51.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534885632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:50:51.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534882500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534880459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534886708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534882500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534880459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534886738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534887049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "policy-id",
  "timestamp": 1655534887713,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:50:51.771Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 291a5222-61ca-4a1c-8d09-42aa1438596a
2022-06-18T06:50:51.772Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 291a5222-61ca-4a1c-8d09-42aa1438596a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:50:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655534887861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:50:51.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534882500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534880459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:50:51.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534886738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534887049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534882500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534886738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534889296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:50:51.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534887049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534882500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:50:51.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534886738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "cds",
  "timestamp": 1655534890303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:50:51.816Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 291a5222-61ca-4a1c-8d09-42aa1438596a
2022-06-18T06:50:51.816Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 291a5222-61ca-4a1c-8d09-42aa1438596a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:50:51.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534887049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534886738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534891505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:50:51.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534887049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534886738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534887049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:50:51.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534886738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534887049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534886738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:50:51.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534887049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534894787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:50:51.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534895586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:50:51.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655534895795,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:50:51.852Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 291a5222-61ca-4a1c-8d09-42aa1438596a
2022-06-18T06:50:51.853Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 291a5222-61ca-4a1c-8d09-42aa1438596a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534895924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534896955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534896489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655534897957,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:50:51.872Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 291a5222-61ca-4a1c-8d09-42aa1438596a
2022-06-18T06:50:51.872Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 291a5222-61ca-4a1c-8d09-42aa1438596a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:50:51.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534896489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534896489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534896489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534896489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534896489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/resourceInstances/pnf3b129312f7780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534896489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:50:51.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534896489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:50:51.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:50:51.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534905021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:50:51.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "aai-ml",
  "timestamp": 1655534906028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:50:51.905Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 291a5222-61ca-4a1c-8d09-42aa1438596a
2022-06-18T06:50:51.905Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 291a5222-61ca-4a1c-8d09-42aa1438596a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:50:51.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534917038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:50:51.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534919059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzgjobaly3c4frse5uf7/1.0/artifacts/service-DemoPnfXzgjobaly3c4frse5uf7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:50:51.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:50:51.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:50:51.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "clamp",
  "timestamp": 1655534920064,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:50:51.932Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 291a5222-61ca-4a1c-8d09-42aa1438596a
2022-06-18T06:50:51.932Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 291a5222-61ca-4a1c-8d09-42aa1438596a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:51:08.982Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:51:09.006Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:51:09.009Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:51:09.009Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T06:51:09.009Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T06:51:09.009Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T06:51:09.010Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:51:09.010Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:51:09.010Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:51:09.010Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:51:09.010Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:51:09.011Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:51:09.011Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:51:09.011Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:51:09.020Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T06:51:39.020Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 291a5222-61ca-4a1c-8d09-42aa1438596a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T06:51:39.028Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 291a5222-61ca-4a1c-8d09-42aa1438596a and serviceModelVersionId: 641af6bd-82c7-44f5-ac59-40f5bfe0dbe5
2022-06-18T06:51:39.028Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b8733d1-78bb-44da-8ea5-5777ff5d6b89
2022-06-18T06:51:39.029Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?depth=0
2022-06-18T06:51:39.034Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T06:51:39.081Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?depth=0|INFO|500||Invoke
2022-06-18T06:51:39.081Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[291a5222-61ca-4a1c-8d09-42aa1438596a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8635ed58-1e95-4bec-a5da-1f9576f391be], X-ECOMP-RequestID=[291a5222-61ca-4a1c-8d09-42aa1438596a], X-TransactionId=[], X-ONAP-RequestID=[291a5222-61ca-4a1c-8d09-42aa1438596a], Content-Type=[application/merge-patch+json]}
2022-06-18T06:51:39.103Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T06:51:39.341Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?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/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-06:51:39:110-93536], vertex-id=[311504], Content-Length=[0], Date=[Sat, 18 Jun 2022 06:51:39 GMT], Content-Type=[application/json]}
2022-06-18T06:51:39.341Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T06:51:39.342Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b8733d1-78bb-44da-8ea5-5777ff5d6b89/model-vers/model-ver/641af6bd-82c7-44f5-ac59-40f5bfe0dbe5?depth=0|INFO|500||InvokeReturn
2022-06-18T06:51:39.343Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T06:51:39.343Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:51:39.350Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T06:51:39.350Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 291a5222-61ca-4a1c-8d09-42aa1438596a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T06:51:39.351Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T06:51:39.351Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:39.353Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:39.353Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535099350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:51:39.453Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:51:39.454Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:39.454Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:39.473Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:39.473Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:51:40.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:51:40.378Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:51:40.378Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:44.927Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:44.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T06:51:44.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7aac6d8b-9c95-42e7-adc5-9636a3f13d36","serviceName":"Demo_pNF_tUTXcqrkdyVOE88TW7gR","serviceVersion":"1.0","serviceUUID":"10166827-1b6c-437c-b67e-de51514a73bf","serviceDescription":"catalog service description","serviceInvariantUUID":"6a8464ea-2c39-4bff-ae80-736d88511be7","resources":[{"resourceInstanceName":"pNF b9923960-3bf9 0","resourceName":"pNF b9923960-3bf9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"448445f1-3047-43fc-8e9c-024e1a5cf0e8","resourceInvariantUUID":"000e138a-9a16-422b-98d0-11709cbb11d5","resourceCustomizationUUID":"a8b03acb-6548-460e-9676-c2d1e0f1e84f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml","artifactChecksum":"MDkyOTE5YTM5ZjQ4ZDRjOTk0MTMyZmJmMGVkOWRjNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ddde806-fb16-46a8-b3fc-3a2a4ac6489d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar","artifactChecksum":"Y2MwZWJlZGNiZTM3MWM2NWIyZWQ0OGRmMzc3OTA4NDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e9fca23-1742-4c08-958c-362ee7088b20","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"198c9f92-758e-4f74-a983-a80bf2a1f93a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml","artifactChecksum":"ZWYzNDgwODljMzhmOGU1ZDcwYzcyNGU4OTAxMzhkZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4445691a-afcd-46b1-b739-1407d09c48f3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8149c6de-924b-4c4e-bf36-aaf21d833268","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3986536-c39f-4ad6-bccd-987d000bc1a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml","artifactChecksum":"ZTJlNGRjYjhmMWU2ZjcxODhkNzQzODU0ODA2NmVlYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74f74985-8a15-40f0-ac85-e155ca223373","artifactVersion":"1"},{"artifactName":"service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar","artifactChecksum":"YzZiMzY0MmI1MGUyNWM0ODZiODBjZGUzMDI2Y2U4ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e557e7e-d515-4749-805f-859bf58c2c6d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T06:51:44.930Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:51:44.930Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:44.932Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:44.932Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:45.032Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:51:45.033Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:45.033Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:45.085Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:45.085Z||pool-100-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:51:45.933Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:51:45.933Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:45.935Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:45.936Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:46.038Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-18T06:51:46.039Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:46.039Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:46.072Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:46.072Z||pool-101-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:51:46.936Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:51:46.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:46.938Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:46.938Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:47.038Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:51:47.039Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:47.039Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:47.057Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:47.057Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:51:47.939Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:51:47.939Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:47.941Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:47.942Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:48.042Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:51:48.058Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:48.059Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:48.078Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:48.079Z||pool-103-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:51:48.942Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:51:48.943Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:48.945Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:48.945Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:49.044Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:51:49.045Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:49.045Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:49.063Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:49.063Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:51:49.945Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:51:49.946Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:49.948Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:49.948Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:50.052Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-18T06:51:50.053Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:50.053Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:50.074Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:50.074Z||pool-105-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-18T06:51:50.948Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:51:50.949Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:50.951Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:50.951Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.051Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:51:51.052Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:51.052Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:51.068Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:51.068Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:51:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:51:51.199Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:51:51.199Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:51.348Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:51.348Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.349Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "291a5222-61ca-4a1c-8d09-42aa1438596a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535099350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:51:51.349Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:51:51.350Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.350Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535096738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.350Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.350Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.350Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535096738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.350Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.350Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535096738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.351Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.352Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535105459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.352Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.352Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.352Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535096738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.352Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.352Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.352Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535106489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535105459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535107050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535096738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.353Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.354Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.354Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.354Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.354Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.354Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535106489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.354Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.354Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535105459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535107050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535096738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.355Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535106489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535105459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535107050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.356Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535096738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535108965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535106489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.357Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535105459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535107050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535096738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535108965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.358Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.359Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T06:51:51.359Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535106489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:51:51.359Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:51:51.952Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T06:51:51.952Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:51.956Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:51.957Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:51:52.055Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T06:51:52.056Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:52.056Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:52.156Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:52.156Z||pool-107-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:51:52.958Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "serviceName": "Demo_pNF_tUTXcqrkdyVOE88TW7gR",
  "serviceVersion": "1.0",
  "serviceUUID": "10166827-1b6c-437c-b67e-de51514a73bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a8464ea-2c39-4bff-ae80-736d88511be7",
  "resources": [
    {
      "resourceInstanceName": "pNF b9923960-3bf9 0",
      "resourceCustomizationUUID": "a8b03acb-6548-460e-9676-c2d1e0f1e84f",
      "resourceName": "pNF b9923960-3bf9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "448445f1-3047-43fc-8e9c-024e1a5cf0e8",
      "resourceInvariantUUID": "000e138a-9a16-422b-98d0-11709cbb11d5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
      "artifactChecksum": "YzZiMzY0MmI1MGUyNWM0ODZiODBjZGUzMDI2Y2U4ZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e557e7e-d515-4749-805f-859bf58c2c6d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T06:51:52.958Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T06:51:52.958Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 10166827-1b6c-437c-b67e-de51514a73bf ASDC
2022-06-18T06:51:52.959Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7aac6d8b-9c95-42e7-adc5-9636a3f13d36
ServiceName:Demo_pNF_tUTXcqrkdyVOE88TW7gR
ServiceVersion:1.0
ServiceUUID:10166827-1b6c-437c-b67e-de51514a73bf
ServiceInvariantUUID:6a8464ea-2c39-4bff-ae80-736d88511be7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
ArtifactUUID:0e557e7e-d515-4749-805f-859bf58c2c6d
ArtifactChecksum:YzZiMzY0MmI1MGUyNWM0ODZiODBjZGUzMDI2Y2U4ZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b9923960-3bf9 0
ResourceCustomizationUUID:a8b03acb-6548-460e-9676-c2d1e0f1e84f
ResourceInvariantUUID:000e138a-9a16-422b-98d0-11709cbb11d5
ResourceName:pNF b9923960-3bf9
ResourceType:PNF
ResourceUUID:448445f1-3047-43fc-8e9c-024e1a5cf0e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-18T06:51:52.959Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10166827-1b6c-437c-b67e-de51514a73bf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:51:52.997Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:51:52.998Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-18T06:51:52.998Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-18T06:51:52.998Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e557e7e-d515-4749-805f-859bf58c2c6d from URL: /sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:52.998Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-18T06:51:52.998Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:53.179Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-18T06:51:53.182Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar 0e557e7e-d515-4749-805f-859bf58c2c6d 82656
2022-06-18T06:51:53.182Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar ASDC sendASDCNotification
2022-06-18T06:51:53.182Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:53.182Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T06:51:53.182Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:53.184Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:53.184Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535113182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:51:53.284Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:51:53.285Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:53.285Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:53.302Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:53.302Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:51:54.184Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T06:51:54.185Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-18T06:51:54.186Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0e557e7e-d515-4749-805f-859bf58c2c6d, URL: /sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar to file: /app/ASDC/1/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.186Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.186Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.187Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.298Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11248009650783493847/Definitions/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml
2022-06-18T06:51:54.951Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T06:51:54.951Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-18T06:51:54.951Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.951Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-18T06:51:54.952Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||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-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.952Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.952Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||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-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.952Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.952Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.952Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b9923960-3bf9 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-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.952Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:54.952Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-18T06:51:54.953Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.953Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.953Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Node template pNF b9923960-3bf9 0 is matching search criteria
2022-06-18T06:51:54.953Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-18T06:51:54.953Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF b9923960-3bf9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:51:54.953Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.954Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.954Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Node template pNF b9923960-3bf9 0 is matching search criteria
2022-06-18T06:51:54.954Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-18T06:51:54.954Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF b9923960-3bf9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T06:51:54.954Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.954Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.954Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.955Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.955Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.955Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.955Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.955Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.955Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.956Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.956Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tUTXcqrkdyVOE88TW7gR
Description:catalog service description
Model UUID:10166827-1b6c-437c-b67e-de51514a73bf
Model Version:NULL
Model InvariantUuid:6a8464ea-2c39-4bff-ae80-736d88511be7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T06:51:54.963Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 448445f1-3047-43fc-8e9c-024e1a5cf0e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:51:54.967Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||pNF b9923960-3bf9 0
2022-06-18T06:51:54.967Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 448445f1-3047-43fc-8e9c-024e1a5cf0e8
2022-06-18T06:51:54.967Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 10166827-1b6c-437c-b67e-de51514a73bf
2022-06-18T06:51:54.967Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 10166827-1b6c-437c-b67e-de51514a73bf
2022-06-18T06:51:54.967Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b9923960-3bf9 0 448445f1-3047-43fc-8e9c-024e1a5cf0e8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:51:54.978Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71027695, org.onap.sdc.toscaparser.api.parameters.Input@5226c581, org.onap.sdc.toscaparser.api.parameters.Input@fd18196, org.onap.sdc.toscaparser.api.parameters.Input@64f658d4, org.onap.sdc.toscaparser.api.parameters.Input@6223c01]
2022-06-18T06:51:54.979Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.979Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.979Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 10166827-1b6c-437c-b67e-de51514a73bf: pNF b9923960-3bf9
2022-06-18T06:51:54.979Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||Processing PNF resource: 448445f1-3047-43fc-8e9c-024e1a5cf0e8
2022-06-18T06:51:54.979Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T06:51:54.980Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tUTXcqrkdyVOE88TW7gR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T06:51:54.980Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||Resource customization UUID: a8b03acb-6548-460e-9676-c2d1e0f1e84f is the same as notified resource customizationUUID: a8b03acb-6548-460e-9676-c2d1e0f1e84f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-18T06:51:55.054Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b9923960-3bf9 448445f1-3047-43fc-8e9c-024e1a5cf0e8 0 ASDC deployResourceStructure
2022-06-18T06:51:55.054Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar ASDC sendASDCNotification
2022-06-18T06:51:55.054Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar
2022-06-18T06:51:55.054Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T06:51:55.055Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:51:55.057Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:51:55.057Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535115054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:51:55.157Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T06:51:55.157Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:51:55.158Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:51:55.239Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:51:55.239Z||pool-109-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-06-18T06:51:56.060Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:51:56.070Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:51:56.073Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:51:56.073Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:51:56.074Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:52:26.074Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:52:26.108Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:52:26.111Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:52:26.111Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:52:26.111Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:52:51.199Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:52:51.201Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:52:51.202Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:52:51.242Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:52:51.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T06:52:51.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535105459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:52:51.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:52:56.111Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:52:56.124Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:52:56.125Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:52:56.125Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:52:56.125Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:53:26.126Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:53:26.136Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:53:26.139Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:53:26.139Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:53:26.139Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:53:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:53:51.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:53:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:53:51.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:53:51.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:53:51.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535107050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:53:51.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:53:56.139Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:53:56.150Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:53:56.157Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:53:56.157Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:53:56.158Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:54:26.158Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:54:26.228Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:54:26.231Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:54:26.231Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T06:54:26.231Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T06:54:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:54:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:54:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:54:51.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:54:51.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535108965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535100377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:54:51.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535106489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535112116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:54:51.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535105459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535107050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-18T06:54:51.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535108965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535112378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535106489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535113182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:54:51.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535105459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:54:51.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535107050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535108965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535112378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535106489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:54:51.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535114362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:54:51.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535107050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535112378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535108965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535115054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:54:51.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "cds",
  "timestamp": 1655535115370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:54:51.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
2022-06-18T06:54:51.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:54:51.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535115861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:54:51.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535112378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535108965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535116887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535108965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535112378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535117890,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:54:51.810Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
2022-06-18T06:54:51.810Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:54:51.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535112378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535112378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535112378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535121177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535121351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:54:51.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "aai-ml",
  "timestamp": 1655535122214,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:54:51.839Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
2022-06-18T06:54:51.839Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:54:51.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535122356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:54:51.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535122498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "policy-id",
  "timestamp": 1655535123358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:54:51.862Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
2022-06-18T06:54:51.862Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:54:51.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535122498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535122498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535122498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535122498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535127315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:54:51.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535122498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/resourceInstances/pnfb99239603bf90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535129206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:54:51.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535122498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T06:54:51.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535122498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T06:54:51.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T06:54:51.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "clamp",
  "timestamp": 1655535130238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:54:51.886Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
2022-06-18T06:54:51.886Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:54:51.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535131377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T06:54:51.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535134673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTutxcqrkdyvoe88tw7gr/1.0/artifacts/service-DemoPnfTutxcqrkdyvoe88tw7gr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T06:54:51.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:54:51.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T06:54:51.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535135678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:54:51.905Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
2022-06-18T06:54:51.905Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T06:54:56.232Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:54:56.259Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T06:54:56.263Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T06:54:56.263Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T06:54:56.263Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T06:54:56.263Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T06:54:56.264Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:54:56.264Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:54:56.264Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:54:56.264Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:54:56.264Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:54:56.265Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:54:56.265Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T06:54:56.265Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T06:54:56.284Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T06:55:26.284Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T06:55:26.294Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and serviceModelVersionId: 10166827-1b6c-437c-b67e-de51514a73bf
2022-06-18T06:55:26.294Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a8464ea-2c39-4bff-ae80-736d88511be7
2022-06-18T06:55:26.295Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?depth=0
2022-06-18T06:55:26.305Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T06:55:26.374Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?depth=0|INFO|500||Invoke
2022-06-18T06:55:26.375Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7aac6d8b-9c95-42e7-adc5-9636a3f13d36], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b608b5b0-d53c-4f80-870e-ea2d5a374781], X-ECOMP-RequestID=[7aac6d8b-9c95-42e7-adc5-9636a3f13d36], X-TransactionId=[], X-ONAP-RequestID=[7aac6d8b-9c95-42e7-adc5-9636a3f13d36], Content-Type=[application/merge-patch+json]}
2022-06-18T06:55:26.402Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T06:55:26.512Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?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/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220618-06:55:26:409-66202], vertex-id=[438384], Content-Length=[0], Date=[Sat, 18 Jun 2022 06:55:26 GMT], Content-Type=[application/json]}
2022-06-18T06:55:26.513Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T06:55:26.513Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8464ea-2c39-4bff-ae80-736d88511be7/model-vers/model-ver/10166827-1b6c-437c-b67e-de51514a73bf?depth=0|INFO|500||InvokeReturn
2022-06-18T06:55:26.514Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T06:55:26.514Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T06:55:26.521Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T06:55:26.521Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7aac6d8b-9c95-42e7-adc5-9636a3f13d36 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T06:55:26.522Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T06:55:26.522Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-18T06:55:26.525Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T06:55:26.525Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535326521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:55:26.625Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T06:55:26.626Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T06:55:26.627Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T06:55:26.643Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:55:26.644Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T06:55:27.553Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:55:27.553Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:55:27.553Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:55:37.944Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:55:37.945Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:55:37.945Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:55:37.946Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:55:47.526Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:55:47.527Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:55:47.527Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:55:47.528Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:55:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:55:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:55:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:55:51.838Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:55:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-18T06:55:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7aac6d8b-9c95-42e7-adc5-9636a3f13d36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535326521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T06:55:51.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T06:55:57.074Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:55:57.075Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:55:57.076Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:55:57.076Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:56:06.632Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:56:06.633Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:56:06.633Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:56:06.633Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:56:16.172Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:56:16.172Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:56:16.173Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:56:16.173Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:56:25.744Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:56:25.744Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:56:25.745Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:56:25.745Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:56:35.329Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:56:51.195Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:56:51.196Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:56:51.197Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:56:51.198Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:56:51.198Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:56:51.198Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:57:00.762Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:57:00.762Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:57:51.195Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:57:51.196Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:57:51.196Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:57:51.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:57:51.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:57:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:58:00.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:58:00.770Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:58:51.195Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:58:51.196Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:58:51.197Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:58:51.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:58:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:58:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:59:00.764Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:59:00.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T06:59:51.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:59:51.197Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:59:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T06:59:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T06:59:51.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T06:59:51.198Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:00:00.751Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:00:00.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:00:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:00:51.198Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:00:51.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:00:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:00:51.199Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:00:51.199Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:01:00.792Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:01:00.796Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:01:51.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:01:51.197Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:01:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:01:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:01:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:01:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:00.791Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:00.794Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:51.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:02:51.196Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:02:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:02:51.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:02:51.198Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:51.336Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535736489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535735459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535736489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535735459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535736489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535735459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535736489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535735459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535735459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535736489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535735459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535736489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535735459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535736489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535735459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535736489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535751656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "cds",
  "timestamp": 1655535754119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:02:51.403Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b5306e3-54b9-4e45-8737-7d85affdeb70
2022-06-18T07:02:51.403Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5306e3-54b9-4e45-8737-7d85affdeb70 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:02:51.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535757732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535758801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535759968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535761271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.434Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535761056,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:02:51.442Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b5306e3-54b9-4e45-8737-7d85affdeb70
2022-06-18T07:02:51.442Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5306e3-54b9-4e45-8737-7d85affdeb70 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:02:51.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535761482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:02:51.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535762065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T07:02:51.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "policy-id",
  "timestamp": 1655535763279,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:02:51.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b5306e3-54b9-4e45-8737-7d85affdeb70
2022-06-18T07:02:51.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5306e3-54b9-4e45-8737-7d85affdeb70 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T07:02:51.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535763547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535747049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535755127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535765601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.477Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535766147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:02:51.478Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535766225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:02:51.478Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535767203,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:02:51.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b5306e3-54b9-4e45-8737-7d85affdeb70
2022-06-18T07:02:51.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5306e3-54b9-4e45-8737-7d85affdeb70 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:02:51.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535767555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:02:51.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:02:51.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "cds",
  "timestamp": 1655535767580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:02:51.540Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 561674e5-ef08-4556-ba89-863acdc48574
2022-06-18T07:02:51.540Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 561674e5-ef08-4556-ba89-863acdc48574 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:02:51.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "clamp",
  "timestamp": 1655535768561,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:02:51.557Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b5306e3-54b9-4e45-8737-7d85affdeb70
2022-06-18T07:02:51.557Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5306e3-54b9-4e45-8737-7d85affdeb70 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:02:51.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T07:02:51.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:02:51.853Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:51.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T07:02:51.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b5306e3-54b9-4e45-8737-7d85affdeb70","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"05cbe295-f442-4fab-beb2-117468689ab5","serviceDescription":"service","serviceInvariantUUID":"0af1f322-40c2-454c-92f4-7abfc68cf682","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"09499e53-65d4-4580-b162-21967e10f820","resourceInvariantUUID":"2b0681d4-868d-433c-a298-95cda159087d","resourceCustomizationUUID":"78e329be-c9ac-4a74-a950-8abd7ce9bad2","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":"YTgwZTVlZjU3MTIxY2U1Y2JlNjVkZGVlZDgxZjRiMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aa68c8d-206e-4cbd-84d2-bdc719503afb","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":"NDU4ODYzYjg4MTZmODRmM2RkYTMyNjYyNzFjZGEwNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e44711e-dc80-4dc9-a168-58a684f2cc2c","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":"e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f","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":"49d03460-a6b9-42e0-941d-99407e918559","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":"e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d","artifactVersion":"2","generatedFromUUID":"e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f"},{"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":"MmVkOTljYjFjNzg0OTY4Y2MzMjlhZDljY2Y2YmJhYjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"27b17864-73b1-47ad-998f-676f4318e0f8","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":"MDc2YjdkMjg5OWUxMzVhNmQyMGIyODIwNTVlZjczY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eae417b1-b852-43c7-b0a0-d5799e9d7614","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmU1ODIzNzM0ODI3MjY1OTJjMWRkYTE4NDYyZDU3MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c42b4a99-a616-4d8a-9073-70b95b8f6b78","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T07:02:51.858Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:02:51.859Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:02:51.864Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:02:51.865Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:51.964Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:02:51.965Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:02:51.965Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:52.025Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:52.026Z||pool-111-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:02:52.865Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:02:52.866Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:02:52.868Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:02:52.868Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T07:02:52.968Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:02:52.970Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:02:52.970Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:52.996Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:52.997Z||pool-112-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:02:53.869Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:02:53.870Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:02:53.872Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:02:53.873Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:02:53.973Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:02:53.973Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:02:53.974Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:53.999Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:54.000Z||pool-113-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:02:54.873Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:02:54.874Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:02:54.876Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:02:54.876Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:54.976Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:02:54.977Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:02:54.977Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:55.011Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:55.011Z||pool-114-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:02:55.877Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:02:55.877Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:02:55.879Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:02:55.879Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T07:02:55.979Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:02:55.980Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:02:55.980Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:56.002Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:56.002Z||pool-115-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:02:56.880Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:02:56.881Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:02:56.883Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:02:56.883Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:56.983Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:02:56.984Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:02:56.984Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:57.001Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:57.002Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:02:57.884Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:02:57.884Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:02:57.894Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:02:57.895Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:02:57.987Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-18T07:02:57.988Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:02:57.988Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:58.003Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:58.004Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:02:58.897Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:02:58.897Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:02:58.900Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:02:58.900Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:02:59.000Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:02:59.001Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:02:59.001Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:02:59.021Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:02:59.021Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:02:59.901Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "05cbe295-f442-4fab-beb2-117468689ab5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0af1f322-40c2-454c-92f4-7abfc68cf682",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "78e329be-c9ac-4a74-a950-8abd7ce9bad2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "09499e53-65d4-4580-b162-21967e10f820",
      "resourceInvariantUUID": "2b0681d4-868d-433c-a298-95cda159087d",
      "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": "NDU4ODYzYjg4MTZmODRmM2RkYTMyNjYyNzFjZGEwNTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e44711e-dc80-4dc9-a168-58a684f2cc2c",
          "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": "e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f",
          "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": "e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d",
            "generatedFromUUID": "e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f"
          },
          "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": "e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YmU1ODIzNzM0ODI3MjY1OTJjMWRkYTE4NDYyZDU3MzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c42b4a99-a616-4d8a-9073-70b95b8f6b78"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T07:02:59.901Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T07:02:59.902Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 05cbe295-f442-4fab-beb2-117468689ab5 ASDC
2022-06-18T07:02:59.902Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9b5306e3-54b9-4e45-8737-7d85affdeb70
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:05cbe295-f442-4fab-beb2-117468689ab5
ServiceInvariantUUID:0af1f322-40c2-454c-92f4-7abfc68cf682
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:c42b4a99-a616-4d8a-9073-70b95b8f6b78
ArtifactChecksum:YmU1ODIzNzM0ODI3MjY1OTJjMWRkYTE4NDYyZDU3MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:78e329be-c9ac-4a74-a950-8abd7ce9bad2
ResourceInvariantUUID:2b0681d4-868d-433c-a298-95cda159087d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:09499e53-65d4-4580-b162-21967e10f820
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:4e44711e-dc80-4dc9-a168-58a684f2cc2c
ArtifactChecksum:NDU4ODYzYjg4MTZmODRmM2RkYTMyNjYyNzFjZGEwNTg=
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:e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f
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:e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d
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:e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T07:02:59.903Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05cbe295-f442-4fab-beb2-117468689ab5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T07:02:59.971Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T07:02:59.973Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:02:59.973Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:02:59.973Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c42b4a99-a616-4d8a-9073-70b95b8f6b78 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-18T07:02:59.973Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:02:59.974Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-18T07:03:00.147Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:03:00.151Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c42b4a99-a616-4d8a-9073-70b95b8f6b78 78810
2022-06-18T07:03:00.151Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-18T07:03:00.151Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-18T07:03:00.152Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:03:00.152Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:03:00.155Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:03:00.155Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535780151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:03:00.255Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:03:00.256Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:03:00.256Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:00.283Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:00.284Z||pool-119-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:03:01.156Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T07:03:01.157Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:03:01.157Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c42b4a99-a616-4d8a-9073-70b95b8f6b78, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:01.158Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-18T07:03:01.158Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:01.159Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:01.354Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16752954615767004643/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-18T07:03:02.552Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.553Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.554Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.554Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.554Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T07:03:02.554Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T07:03:02.554Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.554Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:02.554Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:02.555Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T07:03:02.555Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T07:03:02.555Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.555Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:02.555Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:02.555Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T07:03:02.555Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T07:03:02.556Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.556Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:02.556Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.556Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-18T07:03:02.556Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-18T07:03:02.556Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-18T07:03:02.556Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-18T07:03:02.556Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T07:03:02.557Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T07:03:02.557Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.557Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T07:03:02.557Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.557Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:02.557Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:03:02.557Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.558Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:02.558Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:03:02.558Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.558Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:02.558Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:03:02.558Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.558Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-18T07:03:02.559Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-18T07:03:02.559Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0a6a2da7-a2fc-4f34-8900-fbd2b745aeea
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:02.560Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:02.561Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:05cbe295-f442-4fab-beb2-117468689ab5
Model Version:NULL
Model InvariantUuid:0af1f322-40c2-454c-92f4-7abfc68cf682
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:36f5bc78-0458-4521-bf60-0faa11d2ef18
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b0681d4-868d-433c-a298-95cda159087d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:78e329be-c9ac-4a74-a950-8abd7ce9bad2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1cccb844-4db1-42fd-b19e-c208f8fb533e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3820b0ed-418b-4641-9bed-e88f323371fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a6a2da7-a2fc-4f34-8900-fbd2b745aeea
ModelInvariantUuid:b51022b1-0293-4d9e-83af-aadbeee2b173
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ce800f00-8bd5-4178-9c03-63f2d64fb4a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:322383b6-ad4e-4a8b-964d-e46d8ff4bb7b
ModelInvariantUuid:89c86464-6a7f-4b44-9129-e1516d7222c2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:edafb769-4156-4ddf-8f9c-58cba1a5ed83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T07:03:02.572Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 09499e53-65d4-4580-b162-21967e10f820
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:03:02.577Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-06-18T07:03:02.577Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 09499e53-65d4-4580-b162-21967e10f820
2022-06-18T07:03:02.577Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4e44711e-dc80-4dc9-a168-58a684f2cc2c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-18T07:03:02.577Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:03:02.577Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-18T07:03:02.624Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:03:02.625Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4e44711e-dc80-4dc9-a168-58a684f2cc2c 792
2022-06-18T07:03:02.625Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-18T07:03:02.625Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-18T07:03:02.625Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:03:02.625Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:03:02.627Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:03:02.627Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535782625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:03:02.727Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:03:02.728Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:03:02.728Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:02.748Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:02.748Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:03:03.628Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1cccb844-4db1-42fd-b19e-c208f8fb533e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3820b0ed-418b-4641-9bed-e88f323371fa",
    "vfModuleModelCustomizationUUID": "aabb7007-9e12-4ff0-b7e4-9bb6ea2bebeb",
    "isBase": true,
    "artifacts": [
      "e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f",
      "e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T07:03:03.632Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3820b0ed-418b-4641-9bed-e88f323371fa
VfModuleModelInvariantUUID:1cccb844-4db1-42fd-b19e-c208f8fb533e
VfModuleModelDescription:NULL
Artifacts UUID List:{
e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f
,
e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d

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

isBase:true


}

2022-06-18T07:03:03.633Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1cccb844-4db1-42fd-b19e-c208f8fb533e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3820b0ed-418b-4641-9bed-e88f323371fa",
    "vfModuleModelCustomizationUUID": "aabb7007-9e12-4ff0-b7e4-9bb6ea2bebeb",
    "isBase": true,
    "artifacts": [
      "e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f",
      "e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T07:03:03.633Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3820b0ed-418b-4641-9bed-e88f323371fa
VfModuleModelInvariantUUID:1cccb844-4db1-42fd-b19e-c208f8fb533e
VfModuleModelDescription:NULL
Artifacts UUID List:{
e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f
,
e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d

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

isBase:true


}

2022-06-18T07:03:03.633Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-18T07:03:03.634Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:03:03.634Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-18T07:03:03.689Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:03:03.690Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e15bfd20-1f9a-43d0-adb4-d5e3e5764b2f 5033
2022-06-18T07:03:03.690Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-18T07:03:03.690Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-18T07:03:03.690Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:03:03.690Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:03:03.692Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:03:03.692Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535783690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:03:03.792Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:03:03.793Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:03:03.793Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:03.820Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:03.821Z||pool-121-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:03:04.693Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-18T07:03:04.693Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:03:04.693Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-18T07:03:04.750Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:03:04.750Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e607d7be-6a9f-4e08-9bfe-43dda6ec4a5d 903
2022-06-18T07:03:04.750Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-18T07:03:04.751Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-18T07:03:04.751Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:03:04.751Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:03:04.752Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:03:04.752Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535784750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:03:04.852Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:03:04.853Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:03:04.853Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:04.884Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:04.885Z||pool-122-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:03:05.753Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 05cbe295-f442-4fab-beb2-117468689ab5
2022-06-18T07:03:05.753Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 09499e53-65d4-4580-b162-21967e10f820 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:03:05.786Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b3dfa0a, org.onap.sdc.toscaparser.api.parameters.Input@5c9734dd, org.onap.sdc.toscaparser.api.parameters.Input@3f67ea36, org.onap.sdc.toscaparser.api.parameters.Input@6729c87d, org.onap.sdc.toscaparser.api.parameters.Input@23809338]
2022-06-18T07:03:05.788Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.788Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:05.788Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-18T07:03:05.788Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 78e329be-c9ac-4a74-a950-8abd7ce9bad2
2022-06-18T07:03:05.788Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78e329be-c9ac-4a74-a950-8abd7ce9bad2 matches Tosca VF Customization UUID: 78e329be-c9ac-4a74-a950-8abd7ce9bad2
2022-06-18T07:03:05.789Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 78e329be-c9ac-4a74-a950-8abd7ce9bad2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T07:03:05.791Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.791Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:05.792Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 78e329be-c9ac-4a74-a950-8abd7ce9bad2: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-18T07:03:05.792Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6fa14c7e
2022-06-18T07:03:05.792Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.793Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T07:03:05.793Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aabb7007-9e12-4ff0-b7e4-9bb6ea2bebeb
2022-06-18T07:03:05.793Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aabb7007-9e12-4ff0-b7e4-9bb6ea2bebeb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T07:03:05.795Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.795Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:05.796Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:03:05.796Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.796Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:05.796Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:03:05.797Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.797Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-18T07:03:05.797Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-18T07:03:05.797Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T07:03:05.797Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0a6a2da7-a2fc-4f34-8900-fbd2b745aeea
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T07:03:05.800Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.800Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:05.800Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:03:05.801Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.801Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T07:03:05.801Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=78e329be-c9ac-4a74-a950-8abd7ce9bad2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:03:05.802Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.803Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:05.803Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 05cbe295-f442-4fab-beb2-117468689ab5: basic_vm_macro
2022-06-18T07:03:05.803Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.803Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:05.803Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.804Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:05.804Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.804Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:05.804Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.804Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:05.805Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:03:05.805Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:03:05.805Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:03:05.914Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 09499e53-65d4-4580-b162-21967e10f820 1 ASDC deployResourceStructure
2022-06-18T07:03:05.914Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-18T07:03:05.915Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-18T07:03:05.915Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:03:05.915Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:03:05.917Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:03:05.917Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535785914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T07:03:06.017Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:03:06.018Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:03:06.018Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:06.034Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:06.034Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:03:06.918Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-18T07:03:06.919Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-18T07:03:06.919Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:03:06.919Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:03:06.921Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:03:06.921Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535786918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T07:03:07.021Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:03:07.022Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:03:07.022Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:07.046Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:07.047Z||pool-124-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:03:07.922Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-18T07:03:07.922Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-18T07:03:07.922Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:03:07.923Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:03:07.924Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:03:07.925Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535787922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-18T07:03:08.025Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:03:08.025Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:03:08.025Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:08.041Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:08.042Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:03:08.926Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-18T07:03:08.926Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-18T07:03:08.926Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:03:08.926Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:03:08.928Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:03:08.928Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535788925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:03:09.028Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:03:09.029Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:03:09.029Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:09.048Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:09.049Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:03:09.929Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:03:09.946Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:03:09.948Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:03:09.948Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T07:03:09.949Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T07:03:39.949Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:03:39.961Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:03:39.964Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:03:39.964Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T07:03:39.964Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T07:03:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:03:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:03:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:03:51.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:03:51.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:03:51.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:03:51.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:04:09.964Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:04:10.007Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:04:10.011Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:04:10.011Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T07:04:10.011Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T07:04:40.011Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:04:40.043Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:04:40.046Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:04:40.047Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T07:04:40.047Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T07:04:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:04:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:04:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:04:51.229Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:04:51.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:04:51.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:04:51.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:10.047Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:05:10.113Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:05:10.115Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:05:10.115Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T07:05:10.115Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T07:05:40.115Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:05:40.142Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:05:40.145Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:05:40.145Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T07:05:40.145Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T07:05:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:05:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:05:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:05:51.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:05:51.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535748963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535752378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535773266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535774441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535774369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535775453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535775518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "policy-id",
  "timestamp": 1655535776456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:51.770Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 561674e5-ef08-4556-ba89-863acdc48574
2022-06-18T07:05:51.771Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 561674e5-ef08-4556-ba89-863acdc48574 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:51.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535776613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535752497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535777852,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:51.795Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 561674e5-ef08-4556-ba89-863acdc48574
2022-06-18T07:05:51.796Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 561674e5-ef08-4556-ba89-863acdc48574 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T07:05:51.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535778550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535769566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535778857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535779496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535780151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "aai-ml",
  "timestamp": 1655535780502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:51.816Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b5306e3-54b9-4e45-8737-7d85affdeb70
2022-06-18T07:05:51.816Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b5306e3-54b9-4e45-8737-7d85affdeb70 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:51.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535782234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535782625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535783244,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:51.850Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 561674e5-ef08-4556-ba89-863acdc48574
2022-06-18T07:05:51.850Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 561674e5-ef08-4556-ba89-863acdc48574 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:51.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535783690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535784591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535784750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535785914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535786918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535787922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535788586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535788925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "clamp",
  "timestamp": 1655535789597,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:51.883Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 561674e5-ef08-4556-ba89-863acdc48574
2022-06-18T07:05:51.883Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 561674e5-ef08-4556-ba89-863acdc48574 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:51.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535756738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535791671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.901Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535792379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655535789447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535787049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535803671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535803995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535804050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535795459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "aai-ml",
  "timestamp": 1655535804679,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:51.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 561674e5-ef08-4556-ba89-863acdc48574
2022-06-18T07:05:51.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 561674e5-ef08-4556-ba89-863acdc48574 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:51.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535804999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535805073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:51.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535796494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:51.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535805241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:51.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:51.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "policy-id",
  "timestamp": 1655535806002,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:51.960Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 383fbd4a-d86d-4ebc-8bab-b5c3826414b2
2022-06-18T07:05:51.960Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:51.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655535806076,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:51.978Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 383fbd4a-d86d-4ebc-8bab-b5c3826414b2
2022-06-18T07:05:51.979Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:51.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:51.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:51.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:51.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "cds",
  "timestamp": 1655535806488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:52.008Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 383fbd4a-d86d-4ebc-8bab-b5c3826414b2
2022-06-18T07:05:52.008Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:52.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535812587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:52.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:52.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535805690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:52.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535814595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:52.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:52.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535815533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:52.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:52.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "clamp",
  "timestamp": 1655535815607,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:52.048Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 383fbd4a-d86d-4ebc-8bab-b5c3826414b2
2022-06-18T07:05:52.049Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:52.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:05:52.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535812497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:05:52.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:05:52.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535822422,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:05:52.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:52.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535822749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:52.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:52.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "aai-ml",
  "timestamp": 1655535823754,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:52.085Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 383fbd4a-d86d-4ebc-8bab-b5c3826414b2
2022-06-18T07:05:52.086Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:05:52.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535825048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:05:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:05:52.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:05:52.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655535826068,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:05:52.111Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 383fbd4a-d86d-4ebc-8bab-b5c3826414b2
2022-06-18T07:05:52.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:06:10.146Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:06:10.177Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:06:10.181Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:06:10.181Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T07:06:10.181Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T07:06:10.181Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T07:06:10.181Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:06:10.181Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:06:10.182Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:06:10.182Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:06:10.182Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:06:10.182Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:06:10.182Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:06:10.195Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T07:06:40.196Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T07:06:40.209Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b5306e3-54b9-4e45-8737-7d85affdeb70 and serviceModelVersionId: 05cbe295-f442-4fab-beb2-117468689ab5
2022-06-18T07:06:40.209Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0af1f322-40c2-454c-92f4-7abfc68cf682
2022-06-18T07:06:40.210Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?depth=0
2022-06-18T07:06:40.215Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T07:06:40.264Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?depth=0|INFO|500||Invoke
2022-06-18T07:06:40.265Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9b5306e3-54b9-4e45-8737-7d85affdeb70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77278151-cc2a-41d9-a008-2b2a606aa2a6], X-ECOMP-RequestID=[9b5306e3-54b9-4e45-8737-7d85affdeb70], X-TransactionId=[], X-ONAP-RequestID=[9b5306e3-54b9-4e45-8737-7d85affdeb70], Content-Type=[application/merge-patch+json]}
2022-06-18T07:06:40.283Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T07:06:40.434Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?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/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220618-07:06:40:289-48364], vertex-id=[446608], Content-Length=[0], Date=[Sat, 18 Jun 2022 07:06:40 GMT], Content-Type=[application/json]}
2022-06-18T07:06:40.434Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T07:06:40.435Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af1f322-40c2-454c-92f4-7abfc68cf682/model-vers/model-ver/05cbe295-f442-4fab-beb2-117468689ab5?depth=0|INFO|500||InvokeReturn
2022-06-18T07:06:40.435Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T07:06:40.435Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:06:40.440Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T07:06:40.440Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b5306e3-54b9-4e45-8737-7d85affdeb70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T07:06:40.440Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T07:06:40.441Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:40.450Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:40.450Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536000440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T07:06:40.550Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:40.551Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:40.551Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:40.576Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:40.576Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T07:06:41.472Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T07:06:41.473Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"561674e5-ef08-4556-ba89-863acdc48574","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"cc13bd1b-3268-4acb-abed-c1508a60441d","serviceDescription":"service","serviceInvariantUUID":"6cfe122b-e33f-4d3d-a967-bf0beaf317ff","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78cf2a70-bbff-4e70-a7b9-c99af066e2c0","resourceInvariantUUID":"bfeac876-b481-491e-9724-86bee5481170","resourceCustomizationUUID":"b88ade3d-4eae-4b0e-b065-a49906c7a563","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":"MzM2NWUwYTAwY2QyYTUzNWU0YTU0ZGEwMTVjNDg1YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bc94f24-867b-475d-8f48-9b1b49399ce0","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":"MjM0Y2M3NzYwZTk5Yzk5YWZkNzc5NTQ0ZTg5MTc3YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4db8a661-8ca2-49d3-84cb-c3a819c72a79","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":"2d876215-11db-4dd8-a855-fa0169e4b5af","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":"d94f8b4a-720e-474e-ab1d-738982590008","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":"ec6a6fb4-0b8d-4c8a-84ce-e1b080ad8a98","artifactVersion":"2","generatedFromUUID":"8cd61182-71cd-46ee-a738-660b9fb6c143"},{"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":"82fcda04-40d4-4d7c-9a77-bcf7823e4b25","artifactVersion":"2","generatedFromUUID":"2d876215-11db-4dd8-a855-fa0169e4b5af"},{"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":"8cd61182-71cd-46ee-a738-660b9fb6c143","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":"e71529a6-7e8f-4cb5-acc3-71d8f0e57821","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":"MDA0YTI5MTNhOWUxZGU2M2MxOGVhZGFmNmZhMmU2YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81a1b48c-87de-40f5-ab22-606ab4d8736f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjU5ZmI0YjFhOWNmMjdjODAwMjJkNzAzY2VjN2YwZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd8b0367-3a75-4041-8b51-43dedf39b017","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T07:06:41.473Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:41.473Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:41.475Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:41.475Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:06:41.576Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T07:06:41.577Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:41.577Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:41.682Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:41.684Z||pool-128-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:42.476Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:42.476Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:42.478Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:42.478Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T07:06:42.578Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:42.579Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:42.579Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:42.619Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:42.619Z||pool-129-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:43.479Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:43.479Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:43.481Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:43.481Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:06:43.581Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:43.584Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:43.584Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:43.628Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:43.628Z||pool-130-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:44.481Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:44.482Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:44.484Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:44.484Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:06:44.584Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:44.585Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:44.585Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:44.602Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:44.602Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:45.488Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:45.492Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:45.493Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:45.494Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-18T07:06:45.594Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:45.594Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:45.595Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:45.620Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:45.620Z||pool-132-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:46.494Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:46.495Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:46.497Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:46.497Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-18T07:06:46.597Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:46.597Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:46.598Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:46.625Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:46.625Z||pool-133-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:06:47.497Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:47.498Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:47.500Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:47.500Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-18T07:06:47.600Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:47.601Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:47.601Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:47.618Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:47.618Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:48.501Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:48.501Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:48.504Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:48.504Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:06:48.604Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:48.605Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:48.605Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:48.648Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:48.648Z||pool-135-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:49.504Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:49.505Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:49.507Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:49.508Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:06:49.609Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T07:06:49.610Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:49.611Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:49.627Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:49.628Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:50.508Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:06:50.509Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:50.511Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:50.511Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:06:50.612Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T07:06:50.613Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:50.613Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:50.639Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:50.639Z||pool-137-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:06:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:06:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:51.512Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "cc13bd1b-3268-4acb-abed-c1508a60441d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6cfe122b-e33f-4d3d-a967-bf0beaf317ff",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b88ade3d-4eae-4b0e-b065-a49906c7a563",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "78cf2a70-bbff-4e70-a7b9-c99af066e2c0",
      "resourceInvariantUUID": "bfeac876-b481-491e-9724-86bee5481170",
      "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": "MjM0Y2M3NzYwZTk5Yzk5YWZkNzc5NTQ0ZTg5MTc3YTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4db8a661-8ca2-49d3-84cb-c3a819c72a79",
          "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": "2d876215-11db-4dd8-a855-fa0169e4b5af",
          "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": "82fcda04-40d4-4d7c-9a77-bcf7823e4b25",
            "generatedFromUUID": "2d876215-11db-4dd8-a855-fa0169e4b5af"
          },
          "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": "ec6a6fb4-0b8d-4c8a-84ce-e1b080ad8a98",
          "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": "82fcda04-40d4-4d7c-9a77-bcf7823e4b25",
          "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": "8cd61182-71cd-46ee-a738-660b9fb6c143",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjU5ZmI0YjFhOWNmMjdjODAwMjJkNzAzY2VjN2YwZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cd8b0367-3a75-4041-8b51-43dedf39b017"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T07:06:51.513Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T07:06:51.513Z|9b5306e3-54b9-4e45-8737-7d85affdeb70|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cc13bd1b-3268-4acb-abed-c1508a60441d ASDC
2022-06-18T07:06:51.514Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:561674e5-ef08-4556-ba89-863acdc48574
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:cc13bd1b-3268-4acb-abed-c1508a60441d
ServiceInvariantUUID:6cfe122b-e33f-4d3d-a967-bf0beaf317ff
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:cd8b0367-3a75-4041-8b51-43dedf39b017
ArtifactChecksum:MjU5ZmI0YjFhOWNmMjdjODAwMjJkNzAzY2VjN2YwZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b88ade3d-4eae-4b0e-b065-a49906c7a563
ResourceInvariantUUID:bfeac876-b481-491e-9724-86bee5481170
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:78cf2a70-bbff-4e70-a7b9-c99af066e2c0
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:4db8a661-8ca2-49d3-84cb-c3a819c72a79
ArtifactChecksum:MjM0Y2M3NzYwZTk5Yzk5YWZkNzc5NTQ0ZTg5MTc3YTQ=
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:2d876215-11db-4dd8-a855-fa0169e4b5af
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:82fcda04-40d4-4d7c-9a77-bcf7823e4b25
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:ec6a6fb4-0b8d-4c8a-84ce-e1b080ad8a98
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:82fcda04-40d4-4d7c-9a77-bcf7823e4b25
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:8cd61182-71cd-46ee-a738-660b9fb6c143
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T07:06:51.515Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc13bd1b-3268-4acb-abed-c1508a60441d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T07:06:51.576Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T07:06:51.577Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:06:51.577Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:06:51.577Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cd8b0367-3a75-4041-8b51-43dedf39b017 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:51.577Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:06:51.577Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:51.782Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:06:51.791Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cd8b0367-3a75-4041-8b51-43dedf39b017 158202
2022-06-18T07:06:51.791Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-18T07:06:51.791Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:51.792Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:06:51.792Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:51.794Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:51.795Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536011791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:06:51.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:51.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b5306e3-54b9-4e45-8737-7d85affdeb70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536000440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T07:06:51.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:06:51.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:06:51.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:06:51.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:06:51.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:06:51.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655535771195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:06:51.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:06:51.895Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:06:51.895Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:51.895Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:51.915Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:51.916Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:52.795Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T07:06:52.796Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:06:52.797Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: cd8b0367-3a75-4041-8b51-43dedf39b017, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:52.797Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-18T07:06:52.798Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:52.798Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:52.965Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1276057432063601653/Definitions/service-BasicCnfMacro-template.yml
2022-06-18T07:06:54.023Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T07:06:54.024Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T07:06:54.024Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:54.024Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-18T07:06:54.024Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:54.024Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:54.024Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:54.025Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T07:06:54.025Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T07:06:54.025Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.025Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:54.025Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:54.025Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T07:06:54.025Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T07:06:54.026Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.026Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:54.026Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:54.026Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T07:06:54.026Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T07:06:54.027Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.027Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:54.027Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.027Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-18T07:06:54.027Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-18T07:06:54.027Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-18T07:06:54.028Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T07:06:54.028Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.028Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T07:06:54.028Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.028Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:54.028Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:06:54.029Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.029Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:54.029Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:06:54.030Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.030Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:54.030Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:06:54.030Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.030Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:54.030Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:06:54.031Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.031Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-18T07:06:54.031Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-18T07:06:54.031Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1a52ce9f-eb99-4e6c-a7f5-6676aed4786b
2022-06-18T07:06:54.032Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.032Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:54.032Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.032Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:54.032Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.032Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:54.033Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:54.033Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:54.033Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:cc13bd1b-3268-4acb-abed-c1508a60441d
Model Version:NULL
Model InvariantUuid:6cfe122b-e33f-4d3d-a967-bf0beaf317ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:58981325-8bfa-46e6-a05b-d1e8e3ce0849
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bfeac876-b481-491e-9724-86bee5481170
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b88ade3d-4eae-4b0e-b065-a49906c7a563
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:92b65f19-39e0-4378-8abd-890608ebd386
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e7284a95-582a-4a3d-a372-3bb9648f3b11
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:4f754009-10dd-472f-a2d0-1a6fa19b2006
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:321fbf32-ae84-4c8a-b490-e3ab74b565f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1a52ce9f-eb99-4e6c-a7f5-6676aed4786b
ModelInvariantUuid:faedc05f-6429-441f-b8f2-15ef644caa61
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:7188ea23-ea66-4fa1-96a1-822067f9944a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:a48e5ab5-dbcc-4f42-8735-2c6dd3c03171
ModelInvariantUuid:13bc6f8d-005b-43bf-b8dc-755e8ea23305
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:236df0c6-f3d9-4ef5-bd6a-6a057d31cd2f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T07:06:54.045Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 78cf2a70-bbff-4e70-a7b9-c99af066e2c0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:06:54.048Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-06-18T07:06:54.048Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78cf2a70-bbff-4e70-a7b9-c99af066e2c0
2022-06-18T07:06:54.048Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4db8a661-8ca2-49d3-84cb-c3a819c72a79 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-18T07:06:54.048Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:06:54.048Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-18T07:06:54.170Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:06:54.171Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 4db8a661-8ca2-49d3-84cb-c3a819c72a79 1565
2022-06-18T07:06:54.171Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-18T07:06:54.171Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-18T07:06:54.172Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:06:54.172Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:54.174Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:54.174Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536014171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:06:54.274Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:06:54.275Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:54.275Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:54.293Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:54.293Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:55.176Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4f754009-10dd-472f-a2d0-1a6fa19b2006",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "321fbf32-ae84-4c8a-b490-e3ab74b565f2",
    "vfModuleModelCustomizationUUID": "dcb08ef5-0151-41e3-867d-6b98ea81bc22",
    "isBase": true,
    "artifacts": [
      "2d876215-11db-4dd8-a855-fa0169e4b5af",
      "82fcda04-40d4-4d7c-9a77-bcf7823e4b25"
    ],
    "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": "92b65f19-39e0-4378-8abd-890608ebd386",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7284a95-582a-4a3d-a372-3bb9648f3b11",
    "vfModuleModelCustomizationUUID": "26dc3f6a-df1c-49d6-bddc-011e8923110d",
    "isBase": false,
    "artifacts": [
      "8cd61182-71cd-46ee-a738-660b9fb6c143"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T07:06:55.179Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:321fbf32-ae84-4c8a-b490-e3ab74b565f2
VfModuleModelInvariantUUID:4f754009-10dd-472f-a2d0-1a6fa19b2006
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d876215-11db-4dd8-a855-fa0169e4b5af
,
82fcda04-40d4-4d7c-9a77-bcf7823e4b25

}
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:e7284a95-582a-4a3d-a372-3bb9648f3b11
VfModuleModelInvariantUUID:92b65f19-39e0-4378-8abd-890608ebd386
VfModuleModelDescription:NULL
Artifacts UUID List:{
8cd61182-71cd-46ee-a738-660b9fb6c143

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

isBase:false


}

2022-06-18T07:06:55.181Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4f754009-10dd-472f-a2d0-1a6fa19b2006",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "321fbf32-ae84-4c8a-b490-e3ab74b565f2",
    "vfModuleModelCustomizationUUID": "dcb08ef5-0151-41e3-867d-6b98ea81bc22",
    "isBase": true,
    "artifacts": [
      "2d876215-11db-4dd8-a855-fa0169e4b5af",
      "82fcda04-40d4-4d7c-9a77-bcf7823e4b25"
    ],
    "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": "92b65f19-39e0-4378-8abd-890608ebd386",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7284a95-582a-4a3d-a372-3bb9648f3b11",
    "vfModuleModelCustomizationUUID": "26dc3f6a-df1c-49d6-bddc-011e8923110d",
    "isBase": false,
    "artifacts": [
      "8cd61182-71cd-46ee-a738-660b9fb6c143"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T07:06:55.182Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:321fbf32-ae84-4c8a-b490-e3ab74b565f2
VfModuleModelInvariantUUID:4f754009-10dd-472f-a2d0-1a6fa19b2006
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d876215-11db-4dd8-a855-fa0169e4b5af
,
82fcda04-40d4-4d7c-9a77-bcf7823e4b25

}
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:e7284a95-582a-4a3d-a372-3bb9648f3b11
VfModuleModelInvariantUUID:92b65f19-39e0-4378-8abd-890608ebd386
VfModuleModelDescription:NULL
Artifacts UUID List:{
8cd61182-71cd-46ee-a738-660b9fb6c143

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

isBase:false


}

2022-06-18T07:06:55.182Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2d876215-11db-4dd8-a855-fa0169e4b5af from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-18T07:06:55.182Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:06:55.182Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-18T07:06:55.285Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:06:55.285Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2d876215-11db-4dd8-a855-fa0169e4b5af 914
2022-06-18T07:06:55.286Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-18T07:06:55.286Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-18T07:06:55.286Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:06:55.286Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:55.288Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:55.288Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536015286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:06:55.388Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:55.389Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:55.389Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:55.410Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:55.410Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:06:56.289Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ec6a6fb4-0b8d-4c8a-84ce-e1b080ad8a98 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-18T07:06:56.290Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:06:56.290Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-18T07:06:56.376Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:06:56.377Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ec6a6fb4-0b8d-4c8a-84ce-e1b080ad8a98 12
2022-06-18T07:06:56.377Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-18T07:06:56.377Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-18T07:06:56.378Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:06:56.378Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:56.379Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:56.380Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536016377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:06:56.480Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:06:56.480Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:56.480Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:56.502Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:56.503Z||pool-141-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:06:57.380Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 82fcda04-40d4-4d7c-9a77-bcf7823e4b25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-18T07:06:57.381Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:06:57.381Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-18T07:06:57.457Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:06:57.457Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 82fcda04-40d4-4d7c-9a77-bcf7823e4b25 96
2022-06-18T07:06:57.458Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-18T07:06:57.458Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-18T07:06:57.458Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:06:57.459Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:57.460Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:57.460Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536017458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:06:57.561Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:06:57.561Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:57.562Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:57.579Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:57.579Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:58.468Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8cd61182-71cd-46ee-a738-660b9fb6c143 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-18T07:06:58.469Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:06:58.469Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-18T07:06:58.708Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:06:58.710Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8cd61182-71cd-46ee-a738-660b9fb6c143 20206
2022-06-18T07:06:58.710Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-18T07:06:58.710Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-18T07:06:58.711Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:06:58.711Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:58.713Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:58.713Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536018710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:06:58.813Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:06:58.814Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:58.814Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:58.843Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:58.844Z||pool-143-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:06:59.721Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cc13bd1b-3268-4acb-abed-c1508a60441d
2022-06-18T07:06:59.722Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 78cf2a70-bbff-4e70-a7b9-c99af066e2c0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:06:59.737Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46a62abf, org.onap.sdc.toscaparser.api.parameters.Input@34612c89, org.onap.sdc.toscaparser.api.parameters.Input@77a8cd9, org.onap.sdc.toscaparser.api.parameters.Input@46ca79e7, org.onap.sdc.toscaparser.api.parameters.Input@31ce4053]
2022-06-18T07:06:59.738Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.739Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:59.739Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-18T07:06:59.739Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b88ade3d-4eae-4b0e-b065-a49906c7a563
2022-06-18T07:06:59.739Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b88ade3d-4eae-4b0e-b065-a49906c7a563 matches Tosca VF Customization UUID: b88ade3d-4eae-4b0e-b065-a49906c7a563
2022-06-18T07:06:59.740Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b88ade3d-4eae-4b0e-b065-a49906c7a563  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T07:06:59.751Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.751Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:59.752Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b88ade3d-4eae-4b0e-b065-a49906c7a563: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-18T07:06:59.752Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a2921c5
2022-06-18T07:06:59.753Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.753Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T07:06:59.754Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26dc3f6a-df1c-49d6-bddc-011e8923110d
2022-06-18T07:06:59.754Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26dc3f6a-df1c-49d6-bddc-011e8923110d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T07:06:59.757Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.757Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:59.757Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:06:59.757Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.758Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:59.758Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T07:06:59.758Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.759Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T07:06:59.759Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b88ade3d-4eae-4b0e-b065-a49906c7a563
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:06:59.761Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.761Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:59.761Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cc13bd1b-3268-4acb-abed-c1508a60441d: basic_cnf_macro
2022-06-18T07:06:59.761Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.762Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:59.762Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.762Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:59.762Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.763Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:59.763Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.763Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:59.763Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:06:59.763Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:06:59.764Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T07:06:59.815Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 78cf2a70-bbff-4e70-a7b9-c99af066e2c0 2 ASDC deployResourceStructure
2022-06-18T07:06:59.816Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-18T07:06:59.816Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-18T07:06:59.817Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:06:59.817Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:06:59.821Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:06:59.821Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536019816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T07:06:59.921Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:06:59.921Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:06:59.922Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:06:59.939Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:06:59.939Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:00.822Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-18T07:07:00.822Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-18T07:07:00.822Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:07:00.823Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:00.838Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:00.839Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536020822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T07:07:00.938Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:07:00.939Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:00.939Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:00.953Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:00.953Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:01.841Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-18T07:07:01.842Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-18T07:07:01.842Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-18T07:07:01.842Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:01.845Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:01.845Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536021841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T07:07:01.944Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:07:01.945Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:01.945Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:01.959Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:01.960Z||pool-146-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:02.846Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-18T07:07:02.846Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-18T07:07:02.846Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:07:02.847Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:02.848Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:02.849Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536022846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-18T07:07:02.952Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T07:07:02.953Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:02.953Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:02.969Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:02.969Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:03.850Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-18T07:07:03.851Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-18T07:07:03.851Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-18T07:07:03.851Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:03.853Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:03.853Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536023849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T07:07:03.954Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T07:07:03.954Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:03.954Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:03.970Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:03.971Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:04.854Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-18T07:07:04.855Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-18T07:07:04.855Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:07:04.855Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:04.857Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:04.857Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536024854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:07:04.957Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:04.958Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:04.958Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:04.974Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:04.974Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:05.858Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 561674e5-ef08-4556-ba89-863acdc48574
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:07:05.887Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 561674e5-ef08-4556-ba89-863acdc48574
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:05.891Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:07:05.902Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T07:07:35.902Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 561674e5-ef08-4556-ba89-863acdc48574 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T07:07:35.921Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 561674e5-ef08-4556-ba89-863acdc48574 and serviceModelVersionId: cc13bd1b-3268-4acb-abed-c1508a60441d
2022-06-18T07:07:35.922Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6cfe122b-e33f-4d3d-a967-bf0beaf317ff
2022-06-18T07:07:35.922Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6cfe122b-e33f-4d3d-a967-bf0beaf317ff/model-vers/model-ver/cc13bd1b-3268-4acb-abed-c1508a60441d?depth=0
2022-06-18T07:07:35.927Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T07:07:35.967Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cfe122b-e33f-4d3d-a967-bf0beaf317ff/model-vers/model-ver/cc13bd1b-3268-4acb-abed-c1508a60441d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T07:07:35.968Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cfe122b-e33f-4d3d-a967-bf0beaf317ff/model-vers/model-ver/cc13bd1b-3268-4acb-abed-c1508a60441d?depth=0|INFO|500||Invoke
2022-06-18T07:07:35.986Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cfe122b-e33f-4d3d-a967-bf0beaf317ff/model-vers/model-ver/cc13bd1b-3268-4acb-abed-c1508a60441d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T07:07:36.174Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cfe122b-e33f-4d3d-a967-bf0beaf317ff/model-vers/model-ver/cc13bd1b-3268-4acb-abed-c1508a60441d?depth=0|INFO|500||InvokeReturn
2022-06-18T07:07:36.174Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cfe122b-e33f-4d3d-a967-bf0beaf317ff/model-vers/model-ver/cc13bd1b-3268-4acb-abed-c1508a60441d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-07:07:35:993-95102], vertex-id=[479344], Content-Length=[0], Date=[Sat, 18 Jun 2022 07:07:35 GMT], Content-Type=[application/json]}
2022-06-18T07:07:36.176Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T07:07:36.176Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T07:07:36.176Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:07:36.191Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T07:07:36.191Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 561674e5-ef08-4556-ba89-863acdc48574 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T07:07:36.191Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T07:07:36.192Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:36.194Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:36.194Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536056191,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T07:07:36.294Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:36.294Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:36.294Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:36.319Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:36.319Z||pool-150-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T07:07:37.218Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:07:37.219Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:07:37.219Z|561674e5-ef08-4556-ba89-863acdc48574|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:41.726Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:41.726Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T07:07:41.727Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"383fbd4a-d86d-4ebc-8bab-b5c3826414b2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ad8f74aa-ee4e-4180-800c-e9445eb8eabe","serviceDescription":"service","serviceInvariantUUID":"c1f2086c-0ceb-4723-a5d6-c699f6223048","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"623c7ca1-3174-49b5-b711-19fd62d5bb1d","resourceInvariantUUID":"6c81f2b9-96d0-4ccc-ab9c-e473b370e02a","resourceCustomizationUUID":"8564795c-eff7-43a9-862f-dbb26e54ffa6","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":"ZjgwZGRiNDFhMWJiY2RiNTc0ZDM4ZmZjNzEyZTI0Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22fd5ea4-8012-413b-bf2b-2a070ad7f856","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":"5068cbe2-1e18-4f25-9fee-1532a4f8b470","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":"82b434d4-ae1f-4f7b-9a63-b18f7582ca59","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":"MWYzOWY5MGJkM2I2NGY5ODViZjY3ZjJiYTRlMDQyMDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f81adf58-93c8-4db7-90df-c74e6c458bb8","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":"10081e38-8ea7-479e-aaac-4319ca0b39e4","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":"d01550e9-a755-45dc-a819-393aa373108d","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":"96fe62fa-7476-44bf-a061-6cb0235397ba","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":"YWQ4NDJmZWEyYmIzYWY1NTFlZWRkZjQ5ZDkzYWQ5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa9d29fc-68e1-4874-91a9-9b04f2537d16","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWExMjRlZWYxOGQyNDhjYjlkZDM2ZmIyYTc0OGYxNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d44a354-803f-4af6-9944-bfbfd3fc1572","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T07:07:41.728Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:41.728Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:41.730Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:41.730Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:07:41.830Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:41.830Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:41.830Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:41.844Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:41.845Z||pool-151-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:07:42.730Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:42.731Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:42.732Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:42.732Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:07:42.832Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:42.833Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:42.833Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:42.849Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:42.850Z||pool-152-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:43.732Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:43.733Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:43.735Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:43.735Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:07:43.835Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:43.837Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:43.837Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:43.854Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:43.854Z||pool-153-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:44.735Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:44.735Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:44.737Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:44.737Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:07:44.837Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:44.839Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:44.839Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:44.860Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:44.860Z||pool-154-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:45.738Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:45.738Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:45.739Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:45.739Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:07:45.839Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:07:45.840Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:45.840Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:45.855Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:45.855Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:46.740Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:46.740Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:46.742Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:46.742Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:07:46.842Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:46.842Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:46.843Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:46.856Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:46.856Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:47.742Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:47.743Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:47.745Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:47.745Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:07:47.844Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:07:47.845Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:47.845Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:47.868Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:47.869Z||pool-157-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:48.745Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:48.746Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:48.748Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:48.748Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:07:48.848Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:48.849Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:48.849Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:48.866Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:48.867Z||pool-158-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:49.748Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T07:07:49.749Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:49.751Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:49.751Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:07:49.851Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T07:07:49.852Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:49.852Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:49.902Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:49.902Z||pool-159-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:50.752Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ad8f74aa-ee4e-4180-800c-e9445eb8eabe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1f2086c-0ceb-4723-a5d6-c699f6223048",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8564795c-eff7-43a9-862f-dbb26e54ffa6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "623c7ca1-3174-49b5-b711-19fd62d5bb1d",
      "resourceInvariantUUID": "6c81f2b9-96d0-4ccc-ab9c-e473b370e02a",
      "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": "YWExMjRlZWYxOGQyNDhjYjlkZDM2ZmIyYTc0OGYxNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d44a354-803f-4af6-9944-bfbfd3fc1572"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T07:07:50.752Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T07:07:50.752Z|561674e5-ef08-4556-ba89-863acdc48574|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad8f74aa-ee4e-4180-800c-e9445eb8eabe ASDC
2022-06-18T07:07:50.753Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:383fbd4a-d86d-4ebc-8bab-b5c3826414b2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ad8f74aa-ee4e-4180-800c-e9445eb8eabe
ServiceInvariantUUID:c1f2086c-0ceb-4723-a5d6-c699f6223048
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:0d44a354-803f-4af6-9944-bfbfd3fc1572
ArtifactChecksum:YWExMjRlZWYxOGQyNDhjYjlkZDM2ZmIyYTc0OGYxNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8564795c-eff7-43a9-862f-dbb26e54ffa6
ResourceInvariantUUID:6c81f2b9-96d0-4ccc-ab9c-e473b370e02a
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:623c7ca1-3174-49b5-b711-19fd62d5bb1d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-18T07:07:50.753Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad8f74aa-ee4e-4180-800c-e9445eb8eabe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T07:07:50.791Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T07:07:50.792Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:07:50.792Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:07:50.792Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0d44a354-803f-4af6-9944-bfbfd3fc1572 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-18T07:07:50.792Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T07:07:50.792Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-18T07:07:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:07:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:07:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:51.217Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T07:07:51.221Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0d44a354-803f-4af6-9944-bfbfd3fc1572 105662
2022-06-18T07:07:51.221Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-18T07:07:51.222Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-18T07:07:51.222Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T07:07:51.222Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:51.224Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:51.224Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536071221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:07:51.323Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:07:51.324Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:51.324Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:51.327Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:51.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T07:07:51.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536011791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:07:51.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:07:51.353Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:51.354Z||pool-160-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-18T07:07:52.224Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T07:07:52.225Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T07:07:52.225Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0d44a354-803f-4af6-9944-bfbfd3fc1572, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:52.225Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-18T07:07:52.226Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:52.226Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:52.326Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14801496777716742755/Definitions/service-TestPnfMacro-template.yml
2022-06-18T07:07:53.048Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T07:07:53.048Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T07:07:53.049Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.049Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-18T07:07:53.049Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.049Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.049Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.049Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.049Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.049Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.050Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.050Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T07:07:53.050Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.050Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.050Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-18T07:07:53.050Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T07:07:53.051Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T07:07:53.051Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.051Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.051Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-18T07:07:53.051Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T07:07:53.051Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T07:07:53.051Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.052Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.052Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.052Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.052Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.052Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.053Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.053Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.053Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.053Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.054Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ad8f74aa-ee4e-4180-800c-e9445eb8eabe
Model Version:NULL
Model InvariantUuid:c1f2086c-0ceb-4723-a5d6-c699f6223048
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T07:07:53.059Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 623c7ca1-3174-49b5-b711-19fd62d5bb1d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:07:53.061Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-06-18T07:07:53.062Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 623c7ca1-3174-49b5-b711-19fd62d5bb1d
2022-06-18T07:07:53.062Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: ad8f74aa-ee4e-4180-800c-e9445eb8eabe
2022-06-18T07:07:53.062Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ad8f74aa-ee4e-4180-800c-e9445eb8eabe
2022-06-18T07:07:53.062Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 623c7ca1-3174-49b5-b711-19fd62d5bb1d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:07:53.066Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f896594, org.onap.sdc.toscaparser.api.parameters.Input@701f9fde, org.onap.sdc.toscaparser.api.parameters.Input@344adae0, org.onap.sdc.toscaparser.api.parameters.Input@7303bac0, org.onap.sdc.toscaparser.api.parameters.Input@67b2d4f1]
2022-06-18T07:07:53.066Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.066Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.066Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ad8f74aa-ee4e-4180-800c-e9445eb8eabe: test-pnf
2022-06-18T07:07:53.066Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||Processing PNF resource: 623c7ca1-3174-49b5-b711-19fd62d5bb1d
2022-06-18T07:07:53.066Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T07:07:53.067Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T07:07:53.067Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||Resource customization UUID: 8564795c-eff7-43a9-862f-dbb26e54ffa6 is the same as notified resource customizationUUID: 8564795c-eff7-43a9-862f-dbb26e54ffa6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-18T07:07:53.104Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 623c7ca1-3174-49b5-b711-19fd62d5bb1d 0 ASDC deployResourceStructure
2022-06-18T07:07:53.105Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-18T07:07:53.105Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-18T07:07:53.105Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T07:07:53.106Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:07:53.108Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:07:53.108Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536073105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:07:53.207Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:07:53.208Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:07:53.209Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:07:53.227Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:07:53.227Z||pool-161-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-18T07:07:54.108Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 383fbd4a-d86d-4ebc-8bab-b5c3826414b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:07:54.122Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 383fbd4a-d86d-4ebc-8bab-b5c3826414b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T07:07:54.125Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T07:07:54.125Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T07:07:54.125Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T07:07:54.125Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T07:07:54.125Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:54.126Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:54.126Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:54.126Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:54.126Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:54.126Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:54.126Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T07:07:54.126Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T07:07:54.134Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T07:08:24.135Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T07:08:24.141Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and serviceModelVersionId: ad8f74aa-ee4e-4180-800c-e9445eb8eabe
2022-06-18T07:08:24.141Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1f2086c-0ceb-4723-a5d6-c699f6223048
2022-06-18T07:08:24.142Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1f2086c-0ceb-4723-a5d6-c699f6223048/model-vers/model-ver/ad8f74aa-ee4e-4180-800c-e9445eb8eabe?depth=0
2022-06-18T07:08:24.146Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T07:08:24.185Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f2086c-0ceb-4723-a5d6-c699f6223048/model-vers/model-ver/ad8f74aa-ee4e-4180-800c-e9445eb8eabe?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T07:08:24.186Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f2086c-0ceb-4723-a5d6-c699f6223048/model-vers/model-ver/ad8f74aa-ee4e-4180-800c-e9445eb8eabe?depth=0|INFO|500||Invoke
2022-06-18T07:08:24.209Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f2086c-0ceb-4723-a5d6-c699f6223048/model-vers/model-ver/ad8f74aa-ee4e-4180-800c-e9445eb8eabe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T07:08:24.308Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f2086c-0ceb-4723-a5d6-c699f6223048/model-vers/model-ver/ad8f74aa-ee4e-4180-800c-e9445eb8eabe?depth=0|INFO|500||InvokeReturn
2022-06-18T07:08:24.309Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1f2086c-0ceb-4723-a5d6-c699f6223048/model-vers/model-ver/ad8f74aa-ee4e-4180-800c-e9445eb8eabe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220618-07:08:24:215-15346], vertex-id=[250032], Content-Length=[0], Date=[Sat, 18 Jun 2022 07:08:24 GMT], Content-Type=[application/json]}
2022-06-18T07:08:24.309Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T07:08:24.310Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T07:08:24.310Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T07:08:24.314Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T07:08:24.314Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 383fbd4a-d86d-4ebc-8bab-b5c3826414b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T07:08:24.314Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T07:08:24.315Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T07:08:24.316Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T07:08:24.317Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536104314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T07:08:24.416Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T07:08:24.418Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T07:08:24.418Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VipUoKl2UiVN5PnS) ...
2022-06-18T07:08:24.447Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:08:24.447Z||pool-162-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T07:08:25.346Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:08:25.347Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:08:25.347Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:08:34.915Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:08:34.916Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:08:34.916Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:08:34.916Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:08:44.495Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:08:44.496Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:08:44.497Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:08:44.497Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:08:51.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:08:51.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:08:51.200Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:08:51.228Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:08:51.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536014171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:08:51.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536015286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:08:51.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536016377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:08:51.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536017458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536018710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536019816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536020822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536021841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T07:08:51.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536022846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536023849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536024854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "561674e5-ef08-4556-ba89-863acdc48574",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536056191,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:08:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T07:08:51.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536057218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T07:08:51.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T07:08:54.074Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:08:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:08:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:08:54.076Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:09:03.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:09:03.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:09:03.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:09:03.634Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:09:13.217Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:09:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:09:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:09:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:09:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:09:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:09:51.199Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:09:51.239Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:09:51.239Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T07:09:51.240Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536071221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T07:09:51.241Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:10:00.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:10:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:10:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:10:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:10:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:10:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:10:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:10:51.730Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:10:51.731Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T07:10:51.731Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536073105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T07:10:51.732Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:10:51.732Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T07:10:51.732Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "383fbd4a-d86d-4ebc-8bab-b5c3826414b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655536104314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T07:10:51.733Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T07:11:00.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:11:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:11:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:11:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:11:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:11:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:11:51.199Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:12:00.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:12:00.764Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:12:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:12:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:12:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:12:51.198Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:12:51.198Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:12:51.198Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:13:00.767Z|7aac6d8b-9c95-42e7-adc5-9636a3f13d36|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:13:00.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:13:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:13:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:13:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:13:51.198Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:13:51.199Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:13:51.199Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:14:00.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:14:00.761Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:14:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:14:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:14:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:14:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:14:51.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:14:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:15:00.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:15:00.755Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:15:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:15:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:15:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:15:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:15:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:15:51.199Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:16:00.754Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:16:00.755Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:16:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:16:51.197Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:16:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:16:51.198Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:16:51.198Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:16:51.199Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:17:00.751Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:17:00.751Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:17:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:17:51.198Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:17:51.199Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:17:51.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:17:51.199Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:17:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:18:00.767Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:18:00.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:18:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:18:51.197Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:18:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:18:51.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:18:51.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:18:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:19:00.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:19:00.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:19:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:19:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:19:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:19:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:19:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:19:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:20:00.763Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:20:00.765Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:20:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:20:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:20:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:20:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:20:51.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:20:51.198Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:21:00.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:21:00.765Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:21:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:21:51.197Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:21:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:21:51.199Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:21:51.200Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:21:51.200Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:22:00.776Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:22:00.778Z|383fbd4a-d86d-4ebc-8bab-b5c3826414b2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:22:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:22:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:22:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:22:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:22:51.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:22:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:23:00.742Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:23:00.775Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:23:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:23:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:23:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:23:51.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:23:51.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:23:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:24:00.767Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:24:00.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:24:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:24:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:24:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:24:51.198Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:24:51.199Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:24:51.199Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:25:00.750Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:25:00.752Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:25:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:25:51.197Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:25:51.197Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:25:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:25:51.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:25:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:26:00.763Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:26:00.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:26:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:26:51.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:26:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:26:51.198Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:26:51.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:26:51.198Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:27:00.752Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:27:00.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:27:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:27:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:27:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:27:51.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:27:51.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:27:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:28:00.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:28:00.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:28:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:28:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:28:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:28:51.198Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:28:51.198Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:28:51.199Z|291a5222-61ca-4a1c-8d09-42aa1438596a|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:29:00.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:29:00.773Z|291a5222-61ca-4a1c-8d09-42aa1438596a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:29:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:29:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:29:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:29:51.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:29:51.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:29:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:30:00.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:30:00.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:30:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:30:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:30:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:30:51.198Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:30:51.199Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:30:51.199Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:31:00.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:31:00.757Z|8bbf0382-ab62-4d75-8c78-0d2dbb82942b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:31:51.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:31:51.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:31:51.196Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:31:51.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T07:31:51.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T07:31:51.199Z||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 VipUoKl2UiVN5PnS) ...
2022-06-18T07:32:00.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T07:32:00.764Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK