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-14T16:45:43.461Z||main|||||INFO|500||The following profiles are active: basic
2022-06-14T16:46:07.225Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-14T16:46:07.227Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-14T16:46:07.575Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-14T16:46:18.029Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-14T16:46:18.909Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-14T16:46:20.068Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-14T16:46:20.092Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-14T16:46:20.338Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-14T16:46:20.839Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-14T16:46:22.119Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-14T16:46:25.746Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-14T16:46:30.245Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-14T16:46:30.351Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-14T16:46:31.735Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-14T16:46:32.190Z||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-14T16:46:34.948Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-14T16:46:37.072Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-14T16:46:37.105Z||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$$75ebdfa9.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-14T16:46:37.107Z||main|||||WARN|500||The sdc end point is not alive
2022-06-14T16:46:43.854Z||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-14T16:46:50.798Z||main|||||WARN|500||---
2022-06-14T16:46:50.799Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-14T16:46:50.799Z||main|||||WARN|500||---
2022-06-14T16:46:51.724Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-14T16:46:59.126Z||main|||||INFO|500||Started Application in 82.106 seconds (JVM running for 85.756)
2022-06-14T16:46:59.154Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T16:46:59.160Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T16:46:59.193Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T16:46:59.248Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T16:46:59.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef5f0e1c-8891-49d7-bd12-6c654b504cee url= /sdc/v1/artifactTypes
2022-06-14T16:46:59.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T16:47:00.576Z||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.25.184] 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$$1dc4676e.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-14T16:47:00.584Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52cad2b7
2022-06-14T16:47:00.584Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-14T16:47:00.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-14T16:47:00.625Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-14T16:47:00.631Z||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$$1dc4676e.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-14T16:47:49.127Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T16:47:49.128Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T16:47:49.128Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T16:47:49.139Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T16:47:49.150Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff11b36e-3d21-4160-8603-c1585f2f6635 url= /sdc/v1/artifactTypes
2022-06-14T16:47:49.151Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T16:47:50.200Z||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.25.184] 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$$1dc4676e.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-14T16:47:50.201Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6962773e
2022-06-14T16:47:50.202Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-14T16:47:50.204Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-14T16:47:50.208Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-14T16:47:50.209Z||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$$1dc4676e.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-14T16:48:39.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-14T16:48:39.118Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-14T16:48:39.118Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-14T16:48:39.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-14T16:48:39.129Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03c37e70-bd30-457c-96bf-b8dd6950b9c7 url= /sdc/v1/artifactTypes
2022-06-14T16:48:39.129Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-14T16:48:39.506Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-14T16:48:39.529Z||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-14T16:48:39.629Z||scheduling-1|||||DEBUG|500||create keys
2022-06-14T16:48:39.647Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-14T16:48:39.689Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:48:39.740Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9fda94c-ff7b-4739-b0f7-21bba9216e3c url= /sdc/v1/registerForDistribution
2022-06-14T16:48:39.902Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f9fda94c-ff7b-4739-b0f7-21bba9216e3c url= /sdc/v1/registerForDistribution
2022-06-14T16:48:39.903Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-14T16:48:39.925Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:48:39.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:48:39.945Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-14T16:48:39.948Z||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-14T16:48:39.949Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:48:39.949Z||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-14T16:48:39.949Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:48:50.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:48:50.299Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:49:39.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:49:39.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:49:39.926Z||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-14T16:49:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:49:39.927Z||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-14T16:49:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:49:49.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:49:49.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:50:39.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:50:39.921Z||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-14T16:50:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:50:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:50:39.925Z||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-14T16:50:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:50:49.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:50:49.517Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:51:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:51:39.919Z||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-14T16:51:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:51:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:51:39.926Z||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-14T16:51:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:51:49.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:51:49.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:52:39.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:52:39.919Z||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-14T16:52:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:52:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:52:39.926Z||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-14T16:52:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:52:49.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:52:49.512Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:53:39.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:53:39.920Z||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-14T16:53:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:53:39.925Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:53:39.927Z||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-14T16:53:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:53:49.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:53:49.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:54:39.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:54:39.919Z||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-14T16:54:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:54:39.925Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:54:39.926Z||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-14T16:54:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:54:49.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:54:49.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:55:39.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:55:39.921Z||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-14T16:55:39.922Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:55:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:55:39.929Z||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-14T16:55:39.929Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:55:49.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:55:49.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:56:22.742Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-14T16:56:39.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:56:39.919Z||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-14T16:56:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:56:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:56:39.927Z||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-14T16:56:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:56:49.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:56:49.499Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:57:39.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:57:39.918Z||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-14T16:57:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:57:39.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:57:39.925Z||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-14T16:57:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:57:49.489Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:57:49.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:58:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:58:39.919Z||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-14T16:58:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:58:39.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:58:39.931Z||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-14T16:58:39.931Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:58:49.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:58:49.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:59:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:59:39.919Z||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-14T16:59:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:59:39.925Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T16:59:39.927Z||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-14T16:59:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T16:59:49.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T16:59:49.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:00:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:00:39.918Z||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-14T17:00:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:00:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:00:39.926Z||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-14T17:00:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:00:49.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:00:49.533Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:01:39.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:01:39.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:01:39.932Z||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-14T17:01:39.931Z||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-14T17:01:39.932Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:01:39.932Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:01:49.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:01:49.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:02:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:02:39.919Z||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-14T17:02:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:02:39.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:02:39.925Z||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-14T17:02:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:02:49.506Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:02:49.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:03:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:03:39.919Z||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-14T17:03:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:03:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:03:39.926Z||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-14T17:03:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:03:49.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:03:49.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:04:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:04:39.919Z||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-14T17:04:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:04:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:04:39.925Z||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-14T17:04:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:04:49.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:04:49.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:05:39.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:05:39.919Z||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-14T17:05:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:05:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:05:39.926Z||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-14T17:05:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:05:49.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:05:49.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:06:39.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:06:39.919Z||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-14T17:06:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:06:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:06:39.925Z||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-14T17:06:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:06:49.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:06:49.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:07:39.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:07:39.919Z||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-14T17:07:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:07:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:07:39.925Z||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-14T17:07:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:07:49.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:07:49.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:08:39.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:08:39.919Z||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-14T17:08:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:08:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:08:39.925Z||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-14T17:08:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:08:49.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:08:49.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:09:39.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:09:39.918Z||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-14T17:09:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:09:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:09:39.925Z||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-14T17:09:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:09:49.492Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:09:49.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:10:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:10:39.919Z||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-14T17:10:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:10:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:10:39.926Z||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-14T17:10:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:10:49.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:10:49.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:11:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:11:39.919Z||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-14T17:11:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:11:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:11:39.926Z||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-14T17:11:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:11:49.511Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:11:49.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:12:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:12:39.919Z||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-14T17:12:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:12:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:12:39.925Z||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-14T17:12:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:12:49.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:12:49.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:13:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:13:39.920Z||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-14T17:13:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:13:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:13:39.926Z||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-14T17:13:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:13:49.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:13:49.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:14:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:14:39.920Z||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-14T17:14:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:14:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:14:39.925Z||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-14T17:14:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:14:49.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:14:49.494Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:15:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:15:39.919Z||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-14T17:15:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:15:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:15:39.925Z||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-14T17:15:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:15:49.475Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:15:49.476Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:16:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:16:39.918Z||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-14T17:16:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:16:39.925Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:16:39.926Z||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-14T17:16:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:16:49.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:16:49.478Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:17:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:17:39.919Z||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-14T17:17:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:17:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:17:39.926Z||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-14T17:17:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:17:49.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:17:49.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:18:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:18:39.920Z||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-14T17:18:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:18:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:18:39.925Z||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-14T17:18:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:18:49.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:18:49.488Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:19:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:19:39.918Z||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-14T17:19:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:19:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:19:39.926Z||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-14T17:19:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:19:49.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:19:49.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:20:39.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:20:39.920Z||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-14T17:20:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:20:39.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:20:39.926Z||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-14T17:20:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:20:49.507Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:20:49.509Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:21:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:21:39.918Z||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-14T17:21:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:21:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:21:39.925Z||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-14T17:21:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:21:49.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:21:49.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:22:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:22:39.918Z||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-14T17:22:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:22:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:22:39.925Z||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-14T17:22:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:22:49.507Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:22:49.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:23:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:23:39.918Z||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-14T17:23:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:23:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:23:39.926Z||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-14T17:23:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:23:49.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:23:49.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:24:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:24:39.919Z||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-14T17:24:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:24:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:24:39.925Z||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-14T17:24:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:24:49.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:24:49.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:25:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:25:39.919Z||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-14T17:25:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:25:39.925Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:25:39.926Z||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-14T17:25:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:25:49.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:25:49.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:26:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:26:39.918Z||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-14T17:26:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:26:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:26:39.926Z||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-14T17:26:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:26:49.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:26:49.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:27:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:27:39.920Z||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-14T17:27:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:27:39.925Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:27:39.926Z||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-14T17:27:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:27:49.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:27:49.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:28:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:28:39.919Z||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-14T17:28:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:28:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:28:39.926Z||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-14T17:28:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:28:49.514Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:28:49.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:29:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:29:39.919Z||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-14T17:29:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:29:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:29:39.926Z||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-14T17:29:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:29:49.501Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:29:49.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:30:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:30:39.919Z||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-14T17:30:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:30:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:30:39.925Z||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-14T17:30:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:30:49.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:30:49.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:31:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:31:39.919Z||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-14T17:31:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:31:39.925Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:31:39.926Z||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-14T17:31:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:31:49.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:31:49.525Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:32:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:32:39.919Z||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-14T17:32:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:32:39.925Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:32:39.928Z||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-14T17:32:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:32:49.485Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:32:49.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:33:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:33:39.919Z||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-14T17:33:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:33:39.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:33:39.926Z||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-14T17:33:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:33:49.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:33:49.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:34:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:34:39.919Z||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-14T17:34:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:34:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:34:39.926Z||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-14T17:34:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:34:49.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:34:49.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:35:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:35:39.918Z||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-14T17:35:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:35:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:35:39.925Z||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-14T17:35:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:35:49.491Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:35:49.530Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:39.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:36:39.918Z||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-14T17:36:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:36:39.926Z||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-14T17:36:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:45.709Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:45.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:36:45.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e57c6b4a-a5fe-4647-a547-fde25be68120","serviceName":"vFW 2022-06-14 17-35-21","serviceVersion":"1.0","serviceUUID":"ca53c16a-f5f9-4aa8-8960-37d79e9d107c","serviceDescription":"catalog service description","serviceInvariantUUID":"5368ca20-318a-416a-aed8-b1f696a7bec9","resources":[{"resourceInstanceName":"vFW 4557aa32-6c26 0","resourceName":"vFW 4557aa32-6c26","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae84994e-df8e-49a2-b5f7-f88e9c46afe4","resourceInvariantUUID":"ddc67f0f-3816-4b92-b212-b8962f36e662","resourceCustomizationUUID":"99c9d32d-6445-444d-a8dd-a769ab28416a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml","artifactChecksum":"YWJjZTJkZjFjYzlmYjIzYzM0ODI0YmEwZThiOTE2NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b7f3928-6c00-417a-a879-8800f02c73f0","artifactVersion":"1"},{"artifactName":"vfw4557aa326c260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json","artifactChecksum":"OTEwY2JiZTBhYTI2YTQ2MTI0OTJlY2E5ZTM4NWNkNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7be04a06-f8ea-46b9-afed-cde2cfb7964d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9bc8501-d444-427a-85fe-4d205ac43042","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml","artifactChecksum":"ZTM2ZDQxNTdjZDVjNTEwMDJkYmRiNDUwZjNhMzczMjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d15410a3-66e9-41ad-82e6-b0fdaf1561ec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe","artifactVersion":"2","generatedFromUUID":"a9bc8501-d444-427a-85fe-4d205ac43042"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614173521-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml","artifactChecksum":"YjZlNGQ1NTEyZDhiZWYzYjY4ZTkzMTAzYWMyZmRkM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f627456-e345-41a7-8cba-1c1172b10cee","artifactVersion":"1"},{"artifactName":"service-Vfw20220614173521-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar","artifactChecksum":"ZjI1YWZiODgxY2MyNjFjNjdkYTMwOGZiNGRjN2JlZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96e1e960-9104-4f1d-acae-034fbda1c6a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:36:45.739Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:45.772Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:45.795Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:45.796Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:36:45.895Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-14T17:36:45.908Z||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-14T17:36:45.909Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:45.933Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:45.936Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:46.011Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:46.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:36:46.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228198481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:36:46.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:36:46.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:46.813Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:46.817Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:46.818Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:36:46.917Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:36:46.919Z||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-14T17:36:46.919Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:46.944Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:46.945Z||pool-4-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:47.819Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:47.820Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:47.824Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:47.825Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:36:47.925Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:36:47.926Z||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-14T17:36:47.926Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:47.943Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:47.944Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:48.826Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:48.827Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:48.833Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:48.833Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:36:48.934Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:36:48.937Z||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-14T17:36:48.937Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:48.962Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:48.964Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:49.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:49.835Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:49.841Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:49.841Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-14T17:36:49.941Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:36:49.943Z||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-14T17:36:49.943Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:49.959Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:49.960Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:50.854Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:50.855Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:50.858Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:50.858Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:36:50.959Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:36:50.961Z||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-14T17:36:50.961Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:50.979Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:50.981Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:51.859Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:36:51.863Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:51.867Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:51.868Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:36:51.967Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:36:51.968Z||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-14T17:36:51.968Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:52.011Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:52.014Z||pool-9-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:52.870Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "serviceName": "vFW 2022-06-14 17-35-21",
  "serviceVersion": "1.0",
  "serviceUUID": "ca53c16a-f5f9-4aa8-8960-37d79e9d107c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5368ca20-318a-416a-aed8-b1f696a7bec9",
  "resources": [
    {
      "resourceInstanceName": "vFW 4557aa32-6c26 0",
      "resourceCustomizationUUID": "99c9d32d-6445-444d-a8dd-a769ab28416a",
      "resourceName": "vFW 4557aa32-6c26",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ae84994e-df8e-49a2-b5f7-f88e9c46afe4",
      "resourceInvariantUUID": "ddc67f0f-3816-4b92-b212-b8962f36e662",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4557aa326c260_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
          "artifactChecksum": "OTEwY2JiZTBhYTI2YTQ2MTI0OTJlY2E5ZTM4NWNkNDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7be04a06-f8ea-46b9-afed-cde2cfb7964d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a9bc8501-d444-427a-85fe-4d205ac43042",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe",
            "generatedFromUUID": "a9bc8501-d444-427a-85fe-4d205ac43042"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220614173521-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
      "artifactChecksum": "ZjI1YWZiODgxY2MyNjFjNjdkYTMwOGZiNGRjN2JlZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96e1e960-9104-4f1d-acae-034fbda1c6a9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T17:36:52.871Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:36:52.872Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca53c16a-f5f9-4aa8-8960-37d79e9d107c ASDC
2022-06-14T17:36:53.084Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e57c6b4a-a5fe-4647-a547-fde25be68120
ServiceName:vFW 2022-06-14 17-35-21
ServiceVersion:1.0
ServiceUUID:ca53c16a-f5f9-4aa8-8960-37d79e9d107c
ServiceInvariantUUID:5368ca20-318a-416a-aed8-b1f696a7bec9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220614173521-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
ArtifactUUID:96e1e960-9104-4f1d-acae-034fbda1c6a9
ArtifactChecksum:ZjI1YWZiODgxY2MyNjFjNjdkYTMwOGZiNGRjN2JlZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4557aa32-6c26 0
ResourceCustomizationUUID:99c9d32d-6445-444d-a8dd-a769ab28416a
ResourceInvariantUUID:ddc67f0f-3816-4b92-b212-b8962f36e662
ResourceName:vFW 4557aa32-6c26
ResourceType:VF
ResourceUUID:ae84994e-df8e-49a2-b5f7-f88e9c46afe4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4557aa326c260_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
ArtifactUUID:7be04a06-f8ea-46b9-afed-cde2cfb7964d
ArtifactChecksum:OTEwY2JiZTBhYTI2YTQ2MTI0OTJlY2E5ZTM4NWNkNDY=
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/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
ArtifactUUID:a9bc8501-d444-427a-85fe-4d205ac43042
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/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
ArtifactUUID:f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe
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/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
ArtifactUUID:f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-14T17:36:53.085Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca53c16a-f5f9-4aa8-8960-37d79e9d107c 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-14T17:36:53.517Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:36:53.519Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:36:53.522Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:36:53.523Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 96e1e960-9104-4f1d-acae-034fbda1c6a9 from URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:53.523Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:36:53.526Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:53.712Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:36:53.745Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar 96e1e960-9104-4f1d-acae-034fbda1c6a9 99027
2022-06-14T17:36:53.746Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar ASDC sendASDCNotification
2022-06-14T17:36:53.747Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:53.749Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:36:53.751Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:36:53.754Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:36:53.754Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228213745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:36:53.855Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:36:53.856Z||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-14T17:36:53.857Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:36:53.881Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:36:53.882Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:36:54.755Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:36:54.757Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:36:54.758Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 96e1e960-9104-4f1d-acae-034fbda1c6a9, URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar to file: /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:54.759Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614173521-csar.csar
2022-06-14T17:36:54.889Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:54.889Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:36:56.171Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP302485858501185362/Definitions/service-Vfw20220614173521-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-14T17:37:00.668Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:37:00.677Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:37:00.678Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.679Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-14T17:37:00.679Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.679Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.679Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.680Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.680Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.680Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.681Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.681Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.681Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.681Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.682Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4557aa32-6c26 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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.682Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.682Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-Vfw20220614173521-csar.csar
2022-06-14T17:37:00.682Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:37:00.693Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.696Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.703Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.704Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:37:00.707Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:37:00.709Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.709Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.709Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.710Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:37:00.710Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:37:00.711Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.711Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.716Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.716Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:00.716Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:00.718Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:00.719Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:00.719Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.719Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.720Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:00.720Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.720Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:00.721Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:00.721Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.722Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.722Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:00.722Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.723Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:00.723Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.723Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T17:37:00.724Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.724Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:37:00.726Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.726Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.726Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:00.727Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.727Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.728Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:00.728Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.728Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:00.729Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:00.729Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.729Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:00.730Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:00.730Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:00.730Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-14T17:37:00.731Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:00.731Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:00.731Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.732Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.732Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:00.732Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.733Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:00.733Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.733Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7953f1cb-408e-483b-80a2-8f536c947609
2022-06-14T17:37:00.734Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.734Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:00.734Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:00.735Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:00.735Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:00.735Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.736Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.736Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:00.736Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.737Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-14T17:37:00.737Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:00.737Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.738Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:00.738Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.738Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b1849cd-f84d-4942-8d49-ed18b9c86890
2022-06-14T17:37:00.739Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.739Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:00.739Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:00.740Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:00.740Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:00.740Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.741Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.741Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:00.741Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.741Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:00.742Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:00.742Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:00.742Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:00.743Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-14T17:37:00.743Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d94b4695-5f81-40e9-9f1d-7deececba075
2022-06-14T17:37:00.743Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.744Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.744Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.744Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.745Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.745Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.745Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:00.746Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:00.746Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-14 17-35-21
Description:catalog service description
Model UUID:ca53c16a-f5f9-4aa8-8960-37d79e9d107c
Model Version:NULL
Model InvariantUuid:5368ca20-318a-416a-aed8-b1f696a7bec9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4557aa32-6c26
Model UUID:4d531a15-f1b3-49ed-b788-1343dc8afc03
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddc67f0f-3816-4b92-b212-b8962f36e662
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:99c9d32d-6445-444d-a8dd-a769ab28416a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dc4cb616-4822-4728-9e7e-ef235feced71
ModelName:Vfw4557aa326c26..base_vfw..module-0
ModelUuid:db51d063-49c5-4036-b5b9-2cb2e38c8efd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7953f1cb-408e-483b-80a2-8f536c947609
ModelInvariantUuid:bc4db632-db17-4254-9273-9935dc648e25
ModelName:vFW 4557aa32-6c26-nodes.vfwCvfc
ModelUuid:ea385162-240c-4c9b-9ec0-fb137d53befb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:49c046f7-6936-4b51-aa52-ae77114b83e5
ModelInvariantUuid:dbf3855d-5a6a-4ba2-ae53-39bb1880fedc
ModelName:Vfw4557aa326c26.compute.nodes.heat.vfw
ModelUuid:f4ad9e70-4d1b-4867-bdc9-72228ba5c165
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5b1849cd-f84d-4942-8d49-ed18b9c86890
ModelInvariantUuid:35d5c86a-bb79-4b41-bddf-54d6b02beb1c
ModelName:vFW 4557aa32-6c26-nodes.vsnCvfc
ModelUuid:3a1f3e7a-b31d-4693-902b-694e7f12f044
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ba762bc9-834c-4b7d-8d22-b4092cc7365b
ModelInvariantUuid:c00b2d3f-4145-4ead-80c8-6fc88a40d59d
ModelName:Vfw4557aa326c26.compute.nodes.heat.vsn
ModelUuid:e3dd9b89-05ae-4bde-b0f9-bb74e36d1553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d94b4695-5f81-40e9-9f1d-7deececba075
ModelInvariantUuid:aa90672a-7f60-4f55-9624-ba8a8fb4a2f9
ModelName:vFW 4557aa32-6c26-nodes.vpgCvfc
ModelUuid:271bb53f-a39b-44c7-a6d0-992050385d09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:28103533-1e7a-43f1-beae-f0aeb792e73e
ModelInvariantUuid:000d46fe-93e3-4f5b-8dee-e6b800c27756
ModelName:Vfw4557aa326c26.compute.nodes.heat.vpg
ModelUuid:176aa822-f845-43ae-8e1f-22d747312e7f
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-14T17:37:00.786Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ae84994e-df8e-49a2-b5f7-f88e9c46afe4
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-14T17:37:00.969Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||vFW 4557aa32-6c26 0
2022-06-14T17:37:00.977Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae84994e-df8e-49a2-b5f7-f88e9c46afe4
2022-06-14T17:37:00.978Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7be04a06-f8ea-46b9-afed-cde2cfb7964d from URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
2022-06-14T17:37:00.978Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:37:00.978Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
2022-06-14T17:37:01.066Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:37:01.067Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json 7be04a06-f8ea-46b9-afed-cde2cfb7964d 785
2022-06-14T17:37:01.068Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json ASDC sendASDCNotification
2022-06-14T17:37:01.068Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
2022-06-14T17:37:01.068Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:37:01.069Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:01.079Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:01.080Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228221068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:37:01.173Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-14T17:37:01.174Z||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-14T17:37:01.175Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:01.193Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:37:01.193Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:02.082Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4557aa326c26..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dc4cb616-4822-4728-9e7e-ef235feced71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db51d063-49c5-4036-b5b9-2cb2e38c8efd",
    "vfModuleModelCustomizationUUID": "0f0ccdc7-51a5-48ab-b91f-f7a6e36c4605",
    "isBase": true,
    "artifacts": [
      "a9bc8501-d444-427a-85fe-4d205ac43042",
      "f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe"
    ],
    "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-14T17:37:02.100Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4557aa326c26..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db51d063-49c5-4036-b5b9-2cb2e38c8efd
VfModuleModelInvariantUUID:dc4cb616-4822-4728-9e7e-ef235feced71
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9bc8501-d444-427a-85fe-4d205ac43042
,
f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe

}
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-14T17:37:02.105Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4557aa326c26..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dc4cb616-4822-4728-9e7e-ef235feced71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db51d063-49c5-4036-b5b9-2cb2e38c8efd",
    "vfModuleModelCustomizationUUID": "0f0ccdc7-51a5-48ab-b91f-f7a6e36c4605",
    "isBase": true,
    "artifacts": [
      "a9bc8501-d444-427a-85fe-4d205ac43042",
      "f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe"
    ],
    "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-14T17:37:02.106Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4557aa326c26..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db51d063-49c5-4036-b5b9-2cb2e38c8efd
VfModuleModelInvariantUUID:dc4cb616-4822-4728-9e7e-ef235feced71
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9bc8501-d444-427a-85fe-4d205ac43042
,
f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe

}
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-14T17:37:02.106Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a9bc8501-d444-427a-85fe-4d205ac43042 from URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
2022-06-14T17:37:02.106Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:37:02.109Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
2022-06-14T17:37:02.189Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:37:02.192Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml a9bc8501-d444-427a-85fe-4d205ac43042 20368
2022-06-14T17:37:02.193Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-14T17:37:02.193Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
2022-06-14T17:37:02.194Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:37:02.195Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:02.201Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:02.202Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228222193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:37:02.300Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T17:37:02.302Z||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-14T17:37:02.302Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:02.322Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:37:02.323Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:03.204Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe from URL: /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
2022-06-14T17:37:03.205Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:37:03.206Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
2022-06-14T17:37:03.280Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:37:03.281Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env f2cc5ba1-9ab2-4171-9c50-f4ed6a3315fe 2098
2022-06-14T17:37:03.282Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-14T17:37:03.282Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
2022-06-14T17:37:03.282Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:37:03.283Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:03.286Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:03.286Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228223282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:37:03.386Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:37:03.388Z||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-14T17:37:03.388Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:03.407Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:37:03.408Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:37:04.287Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ca53c16a-f5f9-4aa8-8960-37d79e9d107c
2022-06-14T17:37:04.289Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4557aa32-6c26 0 ae84994e-df8e-49a2-b5f7-f88e9c46afe4 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-14T17:37:04.346Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57767432, org.onap.sdc.toscaparser.api.parameters.Input@7dbbd6e1, org.onap.sdc.toscaparser.api.parameters.Input@7d50a1ae, org.onap.sdc.toscaparser.api.parameters.Input@19c809dd, org.onap.sdc.toscaparser.api.parameters.Input@7d7b2932]
2022-06-14T17:37:04.354Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.355Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.356Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-14T17:37:04.357Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 99c9d32d-6445-444d-a8dd-a769ab28416a
2022-06-14T17:37:04.357Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99c9d32d-6445-444d-a8dd-a769ab28416a matches Tosca VF Customization UUID: 99c9d32d-6445-444d-a8dd-a769ab28416a
2022-06-14T17:37:04.357Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 99c9d32d-6445-444d-a8dd-a769ab28416a  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-14T17:37:04.374Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.374Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.382Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 99c9d32d-6445-444d-a8dd-a769ab28416a: {\"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-14T17:37:04.382Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27b4f928
2022-06-14T17:37:04.383Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.383Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:37:04.385Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f0ccdc7-51a5-48ab-b91f-f7a6e36c4605
2022-06-14T17:37:04.387Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f0ccdc7-51a5-48ab-b91f-f7a6e36c4605
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-14T17:37:04.396Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.397Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.397Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.398Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.399Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.399Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.400Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.401Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:04.401Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:04.401Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:04.402Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-14T17:37:04.402Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:04.403Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:04.403Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.403Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.404Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:04.404Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.405Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:04.406Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.407Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7953f1cb-408e-483b-80a2-8f536c947609
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-14T17:37:04.423Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.424Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.425Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.425Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.426Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:04.426Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:04.427Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:04.427Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:04.427Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.428Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.428Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:04.429Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.429Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-14T17:37:04.430Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-14T17:37:04.430Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.431Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-14T17:37:04.431Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.431Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b1849cd-f84d-4942-8d49-ed18b9c86890
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-14T17:37:04.436Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.437Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.438Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.442Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.443Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is not matching search criteria
2022-06-14T17:37:04.444Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-14T17:37:04.444Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-14T17:37:04.445Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-14T17:37:04.445Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.446Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.446Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-14T17:37:04.446Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.447Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-14T17:37:04.447Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-14T17:37:04.448Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-14T17:37:04.448Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-14T17:37:04.449Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-14T17:37:04.449Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d94b4695-5f81-40e9-9f1d-7deececba075
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-14T17:37:04.455Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.456Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.457Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:37:04.457Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.458Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Node template vFW 4557aa32-6c26 0 is matching search criteria
2022-06-14T17:37:04.458Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4557aa32-6c26 0] matching following query criteria: sdcType=VF, customizationUUID=99c9d32d-6445-444d-a8dd-a769ab28416a
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-14T17:37:04.462Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.463Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.463Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ca53c16a-f5f9-4aa8-8960-37d79e9d107c: vFW 4557aa32-6c26
2022-06-14T17:37:04.464Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.464Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.464Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.465Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.465Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.465Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.466Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.466Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.467Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:37:04.467Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-14 17-35-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:37:04.467Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-14 17-35-21 
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-14T17:37:04.939Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4557aa32-6c26 ae84994e-df8e-49a2-b5f7-f88e9c46afe4 1 ASDC deployResourceStructure
2022-06-14T17:37:04.940Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json ASDC sendASDCNotification
2022-06-14T17:37:04.940Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json
2022-06-14T17:37:04.940Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:37:04.942Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:04.946Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:04.947Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228224940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:37:05.047Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:37:05.048Z||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-14T17:37:05.048Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:05.073Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:37:05.074Z||pool-14-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:05.949Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-14T17:37:05.949Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml
2022-06-14T17:37:05.950Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:37:05.951Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:05.954Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:05.954Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228225949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:37:06.054Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-06-14T17:37:06.055Z||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-14T17:37:06.055Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:06.093Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:37:06.094Z||pool-15-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":4,"count":1}
2022-06-14T17:37:06.999Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-14T17:37:07.000Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env
2022-06-14T17:37:07.000Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:37:07.001Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:07.005Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:07.005Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228226994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-14T17:37:07.109Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-14T17:37:07.111Z||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-14T17:37:07.112Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:07.135Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:37:07.136Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:08.007Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar ASDC sendASDCNotification
2022-06-14T17:37:08.007Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar
2022-06-14T17:37:08.007Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:37:08.008Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:37:08.023Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:37:08.023Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228228007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:37:08.120Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T17:37:08.122Z||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-14T17:37:08.123Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:08.142Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:37:08.143Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:37:09.031Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:37:09.084Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:37:09.089Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:37:09.089Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:37:09.089Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:37:39.090Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:37:39.109Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:37:39.113Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:37:39.114Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:37:39.114Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:37:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:37:39.926Z||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-14T17:37:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:37:39.974Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:37:39.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:37:39.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228202865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:37:39.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:37:39.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:37:39.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228197746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:37:39.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:38:09.115Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:38:09.133Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:38:09.154Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:38:09.154Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:38:09.154Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:38:39.154Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:38:39.171Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:38:39.177Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:38:39.178Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:38:39.178Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:38:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:38:39.926Z||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-14T17:38:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:38:39.958Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:38:39.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:38:39.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228199376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:38:39.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:38:39.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:38:39.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:38:39.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:38:39.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:38:39.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228197721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:38:39.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:09.181Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:39:09.204Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:39:09.209Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:39:09.210Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:39:09.211Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:39:39.212Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:39:39.239Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:39:39.244Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:39:39.245Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:39:39.245Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:39:39.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:39:39.927Z||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-14T17:39:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:39:39.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:39:40.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228198481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228202865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228197746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228199376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228197721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228198481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228202865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228197746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228199376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228197721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228198481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228202865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228197746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228199376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228197721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228198481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228202865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228197746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228199376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228197721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228202865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228198481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228197746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228199376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228197721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228202865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228198481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228197746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228199376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228199917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228197721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228211441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228213342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228213090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228213789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228213110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228211441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228213745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "cds",
  "timestamp": 1655228214110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-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-14T17:39:40.107Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.108Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 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-14T17:39:40.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228214125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228211441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228214528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "policy-id",
  "timestamp": 1655228215132,
  "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-14T17:39:40.138Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.138Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 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-14T17:39:40.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228211441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228215666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228211441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228216768,
  "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-14T17:39:40.177Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.177Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 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-14T17:39:40.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228211441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228217776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228211441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228217722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228217863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228218781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228217722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228217863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228219376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228220637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228218781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228217722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228217863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228219376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228221645,
  "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-14T17:39:40.226Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.226Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 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-14T17:39:40.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228221068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228218781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228217722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228217863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228219376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228218781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228222193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228217722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228217863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228219376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228218781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228223282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228217722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228217863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228219376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228218781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228217722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228217863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228219376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228224940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vfw4557aa326c260_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228218781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228225602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228225690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655228219376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228225949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228226555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "cds",
  "timestamp": 1655228226697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-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-14T17:39:40.298Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:39:40.299Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e 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-14T17:39:40.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228226617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228226994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/resourceInstances/vfw4557aa326c260/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228227659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "policy-id",
  "timestamp": 1655228227624,
  "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-14T17:39:40.324Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:39:40.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e 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-14T17:39:40.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228227746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228228007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228228830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228227746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228230435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228229848,
  "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-14T17:39:40.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:39:40.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e 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-14T17:39:40.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228229551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228227746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655228230852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228227746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228231532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228227746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "clamp",
  "timestamp": 1655228232539,
  "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-14T17:39:40.385Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.386Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 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-14T17:39:40.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228227746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228227746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228235547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228238212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.404Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655228239222,
  "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-14T17:39:40.413Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:39:40.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e 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-14T17:39:40.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228241441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228241441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228241441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228241441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228241441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228241441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228241441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228250497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220614173521/1.0/artifacts/service-Vfw20220614173521-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:39:40.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "aai-ml",
  "timestamp": 1655228251504,
  "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-14T17:39:40.438Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e57c6b4a-a5fe-4647-a547-fde25be68120
2022-06-14T17:39:40.439Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57c6b4a-a5fe-4647-a547-fde25be68120 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-14T17:39:40.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228222450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:39:40.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:39:40.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228259723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:39:40.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:39:40.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228259529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:39:40.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:40:09.246Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:40:09.269Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:40:09.277Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:40:09.278Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:40:09.278Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:40:09.278Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:40:09.279Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:40:09.279Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:40:09.279Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:40:09.279Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:40:09.280Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:40:09.280Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:40:09.280Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-14T17:40:09.290Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:40:39.290Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e57c6b4a-a5fe-4647-a547-fde25be68120 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-14T17:40:39.309Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e57c6b4a-a5fe-4647-a547-fde25be68120 and serviceModelVersionId: ca53c16a-f5f9-4aa8-8960-37d79e9d107c
2022-06-14T17:40:39.309Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5368ca20-318a-416a-aed8-b1f696a7bec9
2022-06-14T17:40:39.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:40:39.926Z||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-14T17:40:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:40:40.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:40:40.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:40:40.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228261524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:40:40.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:40:40.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:40:40.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "clamp",
  "timestamp": 1655228262529,
  "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-14T17:40:40.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:40:40.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e 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-14T17:40:40.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:40:40.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228268489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:40:40.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:40:40.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T17:40:40.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "aai-ml",
  "timestamp": 1655228269495,
  "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-14T17:40:40.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3959ed9f-b8f3-4864-82da-41f18cdff25e
2022-06-14T17:40:40.513Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3959ed9f-b8f3-4864-82da-41f18cdff25e 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-14T17:41:02.671Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0
2022-06-14T17:41:02.899Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:41:03.852Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?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-14T17:41:03.869Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0|INFO|500||Invoke
2022-06-14T17:41:04.035Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T17:41:04.384Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0|INFO|500||InvokeReturn
2022-06-14T17:41:04.385Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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/5368ca20-318a-416a-aed8-b1f696a7bec9/model-vers/model-ver/ca53c16a-f5f9-4aa8-8960-37d79e9d107c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-17:41:05:057-97108], vertex-id=[376840], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:41:05 GMT], Content-Type=[application/json]}
2022-06-14T17:41:04.387Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:41:04.392Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:41:04.393Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-14T17:41:04.401Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-14T17:41:04.402Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e57c6b4a-a5fe-4647-a547-fde25be68120 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:41:04.404Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:41:04.405Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:04.411Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:04.411Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228464403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:41:04.509Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T17:41:04.512Z||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-14T17:41:04.513Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:04.537Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:04.539Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:41:05.441Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:41:05.442Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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-14T17:41:05.443Z|e57c6b4a-a5fe-4647-a547-fde25be68120|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:09.984Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:09.985Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:41:09.985Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3959ed9f-b8f3-4864-82da-41f18cdff25e","serviceName":"basic_onboard_zhxWKQ","serviceVersion":"1.0","serviceUUID":"ddd126b8-4f4f-4963-8757-74478a99a8b3","serviceDescription":"service","serviceInvariantUUID":"2a8d1523-00d9-47cf-886b-6d6c17780428","resources":[{"resourceInstanceName":"basic_onboard_zhxWKQ 0","resourceName":"basic_onboard_zhxWKQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25091793-4e8f-4021-aa54-cf4e75a5a25a","resourceInvariantUUID":"4ab3104b-d39f-44a5-ba5b-9e1503dbca04","resourceCustomizationUUID":"2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml","artifactChecksum":"OWU3ZjcxYTEwZDc4NmM4ZTE4ZDlmY2NhNGZiMzg3ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0290ba6-2e97-414d-beb8-4e839a9cd1ad","artifactVersion":"1"},{"artifactName":"basic_onboard_zhxwkq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json","artifactChecksum":"MTAyNmM5YTMzNDI3ZmMwMTUxOGRlNjY0ODU2NTA5NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"181626cc-4f12-47fb-add5-39d825bf1532","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c17786cd-11ed-4bea-8f52-66def971cac5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec5a034c-fa1e-439d-b705-33bab73869c3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"534aa58b-492d-4b00-8c57-6a603e5fa1bf","artifactVersion":"2","generatedFromUUID":"c17786cd-11ed-4bea-8f52-66def971cac5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZhxwkq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml","artifactChecksum":"NWIxYTNhOWFkNmVjNDJlYmE5ODZlNTNlZWM1OWIxNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5825f37f-44ca-4983-ae39-71a2cd687446","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZhxwkq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar","artifactChecksum":"OWNiNDY0ZWY4NzNjZmY2NTBkZDJkNWYzZWU5N2U4MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47aa80c3-48a7-404c-a703-a329fb321433","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:41:09.990Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:09.991Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:09.993Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:09.993Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:41:10.094Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:10.095Z||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-14T17:41:10.095Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:10.120Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:10.121Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:10.994Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:10.999Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:11.002Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:11.002Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:41:11.102Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:11.104Z||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-14T17:41:11.104Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:11.129Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:11.130Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:41:12.004Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:12.007Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:12.019Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:12.019Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:41:12.110Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-14T17:41:12.112Z||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-14T17:41:12.112Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:12.134Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:12.135Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:13.020Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:13.022Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:13.025Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:13.025Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:41:13.128Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-14T17:41:13.129Z||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-14T17:41:13.129Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:13.156Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:13.157Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:14.026Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:14.027Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:14.032Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:14.032Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-14T17:41:14.132Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:41:14.134Z||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-14T17:41:14.134Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:14.153Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:14.154Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:15.033Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:15.035Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:15.040Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:15.041Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:41:15.140Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:41:15.141Z||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-14T17:41:15.142Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:15.164Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:15.165Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:16.042Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:41:16.043Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:16.045Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:16.046Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:41:16.146Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:16.147Z||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-14T17:41:16.147Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:16.166Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:16.167Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:17.049Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "serviceName": "basic_onboard_zhxWKQ",
  "serviceVersion": "1.0",
  "serviceUUID": "ddd126b8-4f4f-4963-8757-74478a99a8b3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2a8d1523-00d9-47cf-886b-6d6c17780428",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zhxWKQ 0",
      "resourceCustomizationUUID": "2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b",
      "resourceName": "basic_onboard_zhxWKQ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "25091793-4e8f-4021-aa54-cf4e75a5a25a",
      "resourceInvariantUUID": "4ab3104b-d39f-44a5-ba5b-9e1503dbca04",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zhxwkq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
          "artifactChecksum": "MTAyNmM5YTMzNDI3ZmMwMTUxOGRlNjY0ODU2NTA5NTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "181626cc-4f12-47fb-add5-39d825bf1532",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c17786cd-11ed-4bea-8f52-66def971cac5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "534aa58b-492d-4b00-8c57-6a603e5fa1bf",
            "generatedFromUUID": "c17786cd-11ed-4bea-8f52-66def971cac5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "534aa58b-492d-4b00-8c57-6a603e5fa1bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZhxwkq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
      "artifactChecksum": "OWNiNDY0ZWY4NzNjZmY2NTBkZDJkNWYzZWU5N2U4MGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47aa80c3-48a7-404c-a703-a329fb321433"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T17:41:17.050Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:41:17.050Z|e57c6b4a-a5fe-4647-a547-fde25be68120|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ddd126b8-4f4f-4963-8757-74478a99a8b3 ASDC
2022-06-14T17:41:17.051Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3959ed9f-b8f3-4864-82da-41f18cdff25e
ServiceName:basic_onboard_zhxWKQ
ServiceVersion:1.0
ServiceUUID:ddd126b8-4f4f-4963-8757-74478a99a8b3
ServiceInvariantUUID:2a8d1523-00d9-47cf-886b-6d6c17780428
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZhxwkq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
ArtifactUUID:47aa80c3-48a7-404c-a703-a329fb321433
ArtifactChecksum:OWNiNDY0ZWY4NzNjZmY2NTBkZDJkNWYzZWU5N2U4MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zhxWKQ 0
ResourceCustomizationUUID:2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
ResourceInvariantUUID:4ab3104b-d39f-44a5-ba5b-9e1503dbca04
ResourceName:basic_onboard_zhxWKQ
ResourceType:VF
ResourceUUID:25091793-4e8f-4021-aa54-cf4e75a5a25a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zhxwkq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
ArtifactUUID:181626cc-4f12-47fb-add5-39d825bf1532
ArtifactChecksum:MTAyNmM5YTMzNDI3ZmMwMTUxOGRlNjY0ODU2NTA5NTg=
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/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c17786cd-11ed-4bea-8f52-66def971cac5
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/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
ArtifactUUID:534aa58b-492d-4b00-8c57-6a603e5fa1bf
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/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
ArtifactUUID:534aa58b-492d-4b00-8c57-6a603e5fa1bf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-14T17:41:17.052Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddd126b8-4f4f-4963-8757-74478a99a8b3 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-14T17:41:17.101Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:41:17.102Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:41:17.102Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:41:17.103Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 47aa80c3-48a7-404c-a703-a329fb321433 from URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:17.103Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:41:17.103Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:17.267Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:41:17.274Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar 47aa80c3-48a7-404c-a703-a329fb321433 71595
2022-06-14T17:41:17.274Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar ASDC sendASDCNotification
2022-06-14T17:41:17.275Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:17.275Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:41:17.276Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:17.279Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:17.280Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228477274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:41:17.380Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:17.381Z||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-14T17:41:17.381Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:17.410Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:17.419Z||pool-26-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:18.281Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:41:18.282Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:41:18.283Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 47aa80c3-48a7-404c-a703-a329fb321433, URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar to file: /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:18.283Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:18.284Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:18.284Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:18.494Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11747223454686964241/Definitions/service-BasicOnboardZhxwkq-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-14T17:41:20.532Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.534Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zhxWKQ 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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:20.535Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:41:20.536Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.536Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.536Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.536Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:41:20.537Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:41:20.537Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.537Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.537Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.538Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:41:20.538Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:41:20.538Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is not matching search criteria
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-14T17:41:20.539Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.540Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:41:20.541Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.541Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.541Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:20.541Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.542Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.542Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:20.543Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.543Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:20.543Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:20.543Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is not matching search criteria
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8a26bb3-f76d-4aac-b0e0-1930d68314a6
2022-06-14T17:41:20.544Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.545Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.546Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:20.546Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:20.546Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zhxWKQ
Description:service
Model UUID:ddd126b8-4f4f-4963-8757-74478a99a8b3
Model Version:NULL
Model InvariantUuid:2a8d1523-00d9-47cf-886b-6d6c17780428
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zhxWKQ
Model UUID:99065561-b42c-4db1-be44-2a858e86e6c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ab3104b-d39f-44a5-ba5b-9e1503dbca04
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57d7a750-e7cc-4717-b06b-35abc4742202
ModelName:BasicOnboardZhxwkq..base_ubuntu18..module-0
ModelUuid:36eb62ee-407b-4f45-b8a1-0998dbca07f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e8a26bb3-f76d-4aac-b0e0-1930d68314a6
ModelInvariantUuid:59d94c5a-0a2a-4844-8ec8-c483124d5f11
ModelName:basic_onboard_zhxWKQ-nodes.ubuntu18Cvfc
ModelUuid:79e6e98a-8da8-4a5b-8e94-9ff4a7501399
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:da818040-4a8e-4931-8ade-6d9074034490
ModelInvariantUuid:3d56a940-0d3b-4c66-a5a3-79904b97bbca
ModelName:BasicOnboardZhxwkq.compute.nodes.heat.ubuntu18
ModelUuid:a1aa63df-edec-407b-95e4-ad67f179ef52
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-14T17:41:20.554Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 25091793-4e8f-4021-aa54-cf4e75a5a25a
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-14T17:41:20.558Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||basic_onboard_zhxWKQ 0
2022-06-14T17:41:20.559Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25091793-4e8f-4021-aa54-cf4e75a5a25a
2022-06-14T17:41:20.559Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 181626cc-4f12-47fb-add5-39d825bf1532 from URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
2022-06-14T17:41:20.559Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:41:20.559Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
2022-06-14T17:41:20.718Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:41:20.719Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json 181626cc-4f12-47fb-add5-39d825bf1532 798
2022-06-14T17:41:20.720Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json ASDC sendASDCNotification
2022-06-14T17:41:20.720Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
2022-06-14T17:41:20.720Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:41:20.721Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:20.724Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:20.725Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228480720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:41:20.827Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:41:20.829Z||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-14T17:41:20.829Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:20.847Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:20.848Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:21.725Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZhxwkq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "57d7a750-e7cc-4717-b06b-35abc4742202",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36eb62ee-407b-4f45-b8a1-0998dbca07f3",
    "vfModuleModelCustomizationUUID": "c6eca51e-2f79-4341-9fab-4bc2cc205c4c",
    "isBase": true,
    "artifacts": [
      "c17786cd-11ed-4bea-8f52-66def971cac5",
      "534aa58b-492d-4b00-8c57-6a603e5fa1bf"
    ],
    "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-14T17:41:21.734Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZhxwkq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36eb62ee-407b-4f45-b8a1-0998dbca07f3
VfModuleModelInvariantUUID:57d7a750-e7cc-4717-b06b-35abc4742202
VfModuleModelDescription:NULL
Artifacts UUID List:{
c17786cd-11ed-4bea-8f52-66def971cac5
,
534aa58b-492d-4b00-8c57-6a603e5fa1bf

}
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-14T17:41:21.739Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZhxwkq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "57d7a750-e7cc-4717-b06b-35abc4742202",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36eb62ee-407b-4f45-b8a1-0998dbca07f3",
    "vfModuleModelCustomizationUUID": "c6eca51e-2f79-4341-9fab-4bc2cc205c4c",
    "isBase": true,
    "artifacts": [
      "c17786cd-11ed-4bea-8f52-66def971cac5",
      "534aa58b-492d-4b00-8c57-6a603e5fa1bf"
    ],
    "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-14T17:41:21.740Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZhxwkq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36eb62ee-407b-4f45-b8a1-0998dbca07f3
VfModuleModelInvariantUUID:57d7a750-e7cc-4717-b06b-35abc4742202
VfModuleModelDescription:NULL
Artifacts UUID List:{
c17786cd-11ed-4bea-8f52-66def971cac5
,
534aa58b-492d-4b00-8c57-6a603e5fa1bf

}
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-14T17:41:21.740Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c17786cd-11ed-4bea-8f52-66def971cac5 from URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
2022-06-14T17:41:21.740Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:41:21.741Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
2022-06-14T17:41:21.797Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:41:21.798Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml c17786cd-11ed-4bea-8f52-66def971cac5 5033
2022-06-14T17:41:21.798Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-14T17:41:21.798Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
2022-06-14T17:41:21.798Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:41:21.799Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:21.803Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:21.803Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228481798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:41:21.903Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:21.904Z||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-14T17:41:21.905Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:21.924Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:21.925Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:41:22.804Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 534aa58b-492d-4b00-8c57-6a603e5fa1bf from URL: /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
2022-06-14T17:41:22.805Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:41:22.805Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
2022-06-14T17:41:22.899Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env 534aa58b-492d-4b00-8c57-6a603e5fa1bf 909
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:41:22.900Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:22.904Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:22.904Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228482900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:41:23.004Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:41:23.005Z||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-14T17:41:23.006Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:23.029Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:23.030Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:41:23.904Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ddd126b8-4f4f-4963-8757-74478a99a8b3
2022-06-14T17:41:23.905Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zhxWKQ 0 25091793-4e8f-4021-aa54-cf4e75a5a25a 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-14T17:41:23.923Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3beebbb1, org.onap.sdc.toscaparser.api.parameters.Input@5c45f91c, org.onap.sdc.toscaparser.api.parameters.Input@3e7a3de3, org.onap.sdc.toscaparser.api.parameters.Input@6a8b0edf, org.onap.sdc.toscaparser.api.parameters.Input@24f6130c]
2022-06-14T17:41:23.926Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.926Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.927Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-14T17:41:23.927Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
2022-06-14T17:41:23.927Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b matches Tosca VF Customization UUID: 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
2022-06-14T17:41:23.927Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b  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-14T17:41:23.931Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.931Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.933Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b: {\"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-14T17:41:23.933Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a3d3597
2022-06-14T17:41:23.933Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.933Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:41:23.934Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6eca51e-2f79-4341-9fab-4bc2cc205c4c
2022-06-14T17:41:23.934Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6eca51e-2f79-4341-9fab-4bc2cc205c4c
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-14T17:41:23.938Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.938Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:23.938Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:23.939Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.939Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:23.939Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:23.939Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.940Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is not matching search criteria
2022-06-14T17:41:23.940Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-14T17:41:23.940Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-14T17:41:23.940Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8a26bb3-f76d-4aac-b0e0-1930d68314a6
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-14T17:41:23.948Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.948Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:23.949Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:41:23.949Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.950Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zhxWKQ 0 is matching search criteria
2022-06-14T17:41:23.950Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zhxWKQ 0] matching following query criteria: sdcType=VF, customizationUUID=2dde74d8-93ea-42cf-9ec3-66bcacb2ca4b
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-14T17:41:23.954Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.954Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.955Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ddd126b8-4f4f-4963-8757-74478a99a8b3: basic_onboard_zhxWKQ
2022-06-14T17:41:23.955Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.956Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.956Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.957Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.957Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.957Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.958Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.958Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.958Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:41:23.959Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zhxWKQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:41:23.959Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_zhxWKQ 
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-14T17:41:24.111Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zhxWKQ 25091793-4e8f-4021-aa54-cf4e75a5a25a 1 ASDC deployResourceStructure
2022-06-14T17:41:24.112Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json ASDC sendASDCNotification
2022-06-14T17:41:24.112Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json
2022-06-14T17:41:24.113Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:41:24.113Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:24.116Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:24.116Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228484112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:41:24.216Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:24.218Z||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-14T17:41:24.218Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:24.240Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:24.241Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:41:25.117Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-14T17:41:25.118Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml
2022-06-14T17:41:25.118Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:41:25.119Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:25.123Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:25.123Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228485117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:41:25.228Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-14T17:41:25.229Z||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-14T17:41:25.230Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:25.257Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:25.258Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:26.125Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-14T17:41:26.125Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env
2022-06-14T17:41:26.126Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:41:26.127Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:26.129Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:26.129Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228486124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-14T17:41:26.230Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:41:26.231Z||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-14T17:41:26.231Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:26.251Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:26.252Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:27.131Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar ASDC sendASDCNotification
2022-06-14T17:41:27.132Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar
2022-06-14T17:41:27.132Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:41:27.133Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:27.136Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:27.137Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228487131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:41:27.237Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:27.238Z||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-14T17:41:27.238Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:27.267Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:27.268Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:41:28.142Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3959ed9f-b8f3-4864-82da-41f18cdff25e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:41:28.160Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3959ed9f-b8f3-4864-82da-41f18cdff25e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:41:28.167Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:41:28.167Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:41:28.168Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:41:28.168Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:41:28.168Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:41:28.168Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:41:28.169Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:41:28.169Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:41:28.170Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:41:28.170Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:41:28.170Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:41:28.186Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:41:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:41:39.926Z||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-14T17:41:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:40.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:40.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e57c6b4a-a5fe-4647-a547-fde25be68120",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228464403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:41:40.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:41:40.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:41:40.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:41:40.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:41:40.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:41:40.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:41:40.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:41:40.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:41:40.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-14T17:41:40.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:41:40.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:41:40.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:41:40.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228465441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:41:40.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:41:40.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228477274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:41:40.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228480720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:41:40.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228481798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:41:40.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228482900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:41:40.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228484112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/basic_onboard_zhxwkq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:41:40.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228485117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:41:40.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228486124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/resourceInstances/basic_onboard_zhxwkq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-14T17:41:40.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:40.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-14T17:41:40.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228487131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhxwkq/1.0/artifacts/service-BasicOnboardZhxwkq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:41:40.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:41:58.188Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3959ed9f-b8f3-4864-82da-41f18cdff25e 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-14T17:41:58.198Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3959ed9f-b8f3-4864-82da-41f18cdff25e and serviceModelVersionId: ddd126b8-4f4f-4963-8757-74478a99a8b3
2022-06-14T17:41:58.198Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a8d1523-00d9-47cf-886b-6d6c17780428
2022-06-14T17:41:58.200Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0
2022-06-14T17:41:58.206Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:41:58.285Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|INFO|500||Invoke
2022-06-14T17:41:58.286Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3959ed9f-b8f3-4864-82da-41f18cdff25e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a29e6755-5f1c-4045-bb1b-5c0a7721ccdb], X-ECOMP-RequestID=[3959ed9f-b8f3-4864-82da-41f18cdff25e], X-TransactionId=[], X-ONAP-RequestID=[3959ed9f-b8f3-4864-82da-41f18cdff25e], Content-Type=[application/merge-patch+json]}
2022-06-14T17:41:58.337Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T17:41:58.624Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?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/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-17:41:59:343-81005], vertex-id=[192528], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:41:59 GMT], Content-Type=[application/json]}
2022-06-14T17:41:58.625Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:41:58.626Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a8d1523-00d9-47cf-886b-6d6c17780428/model-vers/model-ver/ddd126b8-4f4f-4963-8757-74478a99a8b3?depth=0|INFO|500||InvokeReturn
2022-06-14T17:41:58.626Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:41:58.626Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:41:58.633Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:41:58.634Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3959ed9f-b8f3-4864-82da-41f18cdff25e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:41:58.634Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:41:58.635Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:41:58.639Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:41:58.640Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228518634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:41:58.740Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:41:58.742Z||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-14T17:41:58.742Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:41:58.766Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:41:58.767Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:41:59.661Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:41:59.662Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:41:59.662Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:09.237Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:42:09.239Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:09.240Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:42:09.240Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:18.794Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:42:18.795Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:18.795Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:42:18.795Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:28.372Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:42:28.373Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:28.374Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:42:28.374Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:37.926Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:42:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:42:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:42:39.925Z||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-14T17:42:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:42:40.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:42:40.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T17:42:40.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3959ed9f-b8f3-4864-82da-41f18cdff25e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655228518634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:42:40.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:42:49.487Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:43:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:43:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:43:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:43:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:43:39.925Z||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-14T17:43:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:43:49.522Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:43:49.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:44:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:44:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:44:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:44:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:44:39.925Z||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-14T17:44:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:44:49.495Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:44:49.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:45:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:45:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:45:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:45:39.925Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:45:39.926Z||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-14T17:45:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:45:49.487Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:45:49.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:46:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:46:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:46:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:46:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:46:39.925Z||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-14T17:46:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:46:49.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:46:49.503Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:47:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:47:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:47:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:47:39.925Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:47:39.926Z||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-14T17:47:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:47:49.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:47:49.484Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:48:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:48:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:48:39.918Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:48:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:48:39.925Z||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-14T17:48:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:48:49.477Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:48:49.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:49:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:49:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:49:39.919Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:49:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:49:39.926Z||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-14T17:49:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:49:49.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:49:49.483Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:50:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:50:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:50:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:50:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:50:39.927Z||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-14T17:50:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:50:49.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:50:49.514Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:51:39.917Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:51:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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-14T17:51:39.920Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:51:39.925Z||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-14T17:51:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:40.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:51:40.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "cds",
  "timestamp": 1655229072862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229067746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "cds",
  "timestamp": 1655229072862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229067746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "cds",
  "timestamp": 1655229076008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229076720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "cds",
  "timestamp": 1655229077023,
  "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-14T17:51:40.109Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:51:40.110Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 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-14T17:51:40.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229078585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:51:40.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "policy-id",
  "timestamp": 1655229077721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229078481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229079589,
  "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-14T17:51:40.136Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:51:40.137Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 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-14T17:51:40.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "policy-id",
  "timestamp": 1655229077721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:51:40.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229079376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229078481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "policy-id",
  "timestamp": 1655229080499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229079376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "policy-id",
  "timestamp": 1655229081507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "clamp",
  "timestamp": 1655229081441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "policy-id",
  "timestamp": 1655229082514,
  "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-14T17:51:40.171Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:51:40.171Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 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-14T17:51:40.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "clamp",
  "timestamp": 1655229081441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:51:40.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "clamp",
  "timestamp": 1655229091745,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "aai-ml",
  "timestamp": 1655229092450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "aai-ml",
  "timestamp": 1655229092450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:51:40.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:51:40.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "aai-ml",
  "timestamp": 1655229095224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:51:40.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "clamp",
  "timestamp": 1655229094757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "clamp",
  "timestamp": 1655229095764,
  "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-14T17:51:40.205Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:51:40.206Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 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-14T17:51:40.566Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:51:40.567Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:51:40.567Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"045c6967-e43d-4b51-9af8-f307236b80c0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"53e643d5-1ec4-4176-bd76-e27c859963bf","serviceDescription":"service","serviceInvariantUUID":"235845d6-4284-4f8b-9383-69a2f350b433","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7cee1aed-7ee9-43b7-a80b-0b94140396d4","resourceInvariantUUID":"be500a4a-ff59-483e-a5e7-09f5fba3dd47","resourceCustomizationUUID":"99ad3989-d51d-4b3c-9003-c5ebb6bbb98d","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":"ZjkyNGUxODM3NjRiMDVmOGViNTc1YjhiYzc1OGExNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e523fea-d901-4a8b-895a-34fed7a958e2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWJmMDM0ZTlhMWU5YzM0Mzc4YTY4NTBkZWE5ZTJlZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"472a7129-b23e-4fe8-be0c-b33086553848","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:51:40.571Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:51:40.572Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:51:40.577Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:51:40.577Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229099917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:51:40.677Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:51:40.679Z||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-14T17:51:40.680Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:40.697Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:51:40.698Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:51:41.578Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:51:41.580Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:51:41.584Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:51:41.584Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229099917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:51:41.684Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:51:41.685Z||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-14T17:51:41.685Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:41.730Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:51:41.731Z||pool-36-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:51:42.586Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "53e643d5-1ec4-4176-bd76-e27c859963bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "235845d6-4284-4f8b-9383-69a2f350b433",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "99ad3989-d51d-4b3c-9003-c5ebb6bbb98d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "7cee1aed-7ee9-43b7-a80b-0b94140396d4",
      "resourceInvariantUUID": "be500a4a-ff59-483e-a5e7-09f5fba3dd47",
      "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": "ZWJmMDM0ZTlhMWU5YzM0Mzc4YTY4NTBkZWE5ZTJlZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "472a7129-b23e-4fe8-be0c-b33086553848"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T17:51:42.587Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:51:42.588Z|3959ed9f-b8f3-4864-82da-41f18cdff25e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 53e643d5-1ec4-4176-bd76-e27c859963bf ASDC
2022-06-14T17:51:42.589Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:045c6967-e43d-4b51-9af8-f307236b80c0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:53e643d5-1ec4-4176-bd76-e27c859963bf
ServiceInvariantUUID:235845d6-4284-4f8b-9383-69a2f350b433
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:472a7129-b23e-4fe8-be0c-b33086553848
ArtifactChecksum:ZWJmMDM0ZTlhMWU5YzM0Mzc4YTY4NTBkZWE5ZTJlZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:99ad3989-d51d-4b3c-9003-c5ebb6bbb98d
ResourceInvariantUUID:be500a4a-ff59-483e-a5e7-09f5fba3dd47
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7cee1aed-7ee9-43b7-a80b-0b94140396d4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-14T17:51:42.590Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53e643d5-1ec4-4176-bd76-e27c859963bf 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-14T17:51:42.640Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:51:42.642Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:51:42.642Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:51:42.643Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 472a7129-b23e-4fe8-be0c-b33086553848 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-14T17:51:42.643Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:51:42.643Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-14T17:51:42.734Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:51:42.737Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 472a7129-b23e-4fe8-be0c-b33086553848 52509
2022-06-14T17:51:42.738Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:42.738Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:42.739Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:51:42.739Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:51:42.742Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:51:42.742Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229102738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:51:42.842Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:51:42.844Z||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-14T17:51:42.844Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:42.869Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:51:42.870Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:51:43.743Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:51:43.745Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:51:43.745Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 472a7129-b23e-4fe8-be0c-b33086553848, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:43.746Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-14T17:51:43.747Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:43.747Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:43.990Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12510761213382135860/Definitions/service-BasicNetwork-template.yml
2022-06-14T17:51:44.893Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:51:44.893Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.894Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|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-BasicNetwork-csar.csar
2022-06-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:51:44.895Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.896Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.896Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-14T17:51:44.896Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:51:44.896Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:51:44.897Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:51:44.898Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.898Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.898Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.898Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.899Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.900Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.900Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:53e643d5-1ec4-4176-bd76-e27c859963bf
Model Version:NULL
Model InvariantUuid:235845d6-4284-4f8b-9383-69a2f350b433
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:be500a4a-ff59-483e-a5e7-09f5fba3dd47
Model UUID:bfcefdd6-1f25-45fe-bbcc-1f946439d74f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:99ad3989-d51d-4b3c-9003-c5ebb6bbb98d
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-14T17:51:44.913Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 7cee1aed-7ee9-43b7-a80b-0b94140396d4
2022-06-14T17:51:44.913Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||No resources found for Service: 53e643d5-1ec4-4176-bd76-e27c859963bf
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-14T17:51:44.921Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||
2022-06-14T17:51:44.921Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-14T17:51:44.922Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 53e643d5-1ec4-4176-bd76-e27c859963bf
2022-06-14T17:51:44.923Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 53e643d5-1ec4-4176-bd76-e27c859963bf
2022-06-14T17:51:44.923Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-14T17:51:44.923Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.933Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aeb7892, org.onap.sdc.toscaparser.api.parameters.Input@71182b17, org.onap.sdc.toscaparser.api.parameters.Input@2ce574cc, org.onap.sdc.toscaparser.api.parameters.Input@4d7a440e, org.onap.sdc.toscaparser.api.parameters.Input@6c748adb]
2022-06-14T17:51:44.935Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.935Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.935Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 53e643d5-1ec4-4176-bd76-e27c859963bf: Generic NeutronNet
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.936Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:44.990Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:51:44.991Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:51:44.992Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:45.111Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-14T17:51:45.112Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:45.112Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||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-14T17:51:45.112Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:51:45.112Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:51:45.114Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:51:45.114Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229105111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:51:45.215Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:51:45.216Z||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-14T17:51:45.216Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:51:45.239Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:51:45.240Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:51:46.115Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:51:46.132Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:51:46.138Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:51:46.139Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:51:46.139Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:52:16.139Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:52:16.162Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:52:16.168Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:52:16.169Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:52:16.169Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:52:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:52:39.926Z||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-14T17:52:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:52:39.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:52:39.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:52:39.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "aai-ml",
  "timestamp": 1655229100834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:52:39.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:52:46.169Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:52:46.187Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:52:46.197Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:52:46.197Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:52:46.197Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:53:16.207Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:53:16.224Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:53:16.228Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:53:16.228Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T17:53:16.228Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T17:53:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:53:39.926Z||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-14T17:53:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:53:39.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:53:39.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:39.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229099917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:39.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:39.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:39.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "aai-ml",
  "timestamp": 1655229101839,
  "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-14T17:53:39.999Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 045c6967-e43d-4b51-9af8-f307236b80c0
2022-06-14T17:53:39.999Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c6967-e43d-4b51-9af8-f307236b80c0 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-14T17:53:40.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229099917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229102738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229105111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:53:40.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229111441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229117721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229117862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229118481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229111441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229117721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229117862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229118481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229119377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229111441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229117721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229117862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229118481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229119377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229111441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229117721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229117862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229118481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229119377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229122450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229111441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229117721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229117862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229118481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229119377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229122450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229111441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229117721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229117862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229118481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229119377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229122450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229111441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229117721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229117862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229118481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229119377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229122450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229111441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229117721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229117862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229118481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229119377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229122450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229126518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229126733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229119377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229122450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229127523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229127746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "cds",
  "timestamp": 1655229127740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-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-14T17:53:40.064Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.065Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 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-14T17:53:40.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229122450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229128350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "policy-id",
  "timestamp": 1655229128527,
  "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-14T17:53:40.090Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.091Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 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-14T17:53:40.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229127746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229122450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229129662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:53:40.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229127746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229131360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229130667,
  "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-14T17:53:40.117Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.118Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 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-14T17:53:40.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229127746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229127746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229127746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229127746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229127746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229136699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229137528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229136760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "aai-ml",
  "timestamp": 1655229138534,
  "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-14T17:53:40.149Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.149Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 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-14T17:53:40.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229139034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229138767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229140039,
  "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-14T17:53:40.174Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.175Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 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-14T17:53:40.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "clamp",
  "timestamp": 1655229139773,
  "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-14T17:53:40.201Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4784e0a-6271-4804-94d0-61610220dd56
2022-06-14T17:53:40.202Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4784e0a-6271-4804-94d0-61610220dd56 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-14T17:53:40.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229139376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229141441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229147863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229139376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229141441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229147863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229139376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229141441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229147863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229139376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229141441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229147863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229139376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229141441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229152450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229147863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229139376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229141441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229152450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229147863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229138481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229139376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229141441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229152450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229147863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229152450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229155619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229155687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229152450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229156686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "cds",
  "timestamp": 1655229156695,
  "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-14T17:53:40.260Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46cfa119-5019-426b-9b06-9892824995e5
2022-06-14T17:53:40.260Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46cfa119-5019-426b-9b06-9892824995e5 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-14T17:53:40.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229152450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229157755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229152450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229157720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229158774,
  "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-14T17:53:40.293Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46cfa119-5019-426b-9b06-9892824995e5
2022-06-14T17:53:40.293Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46cfa119-5019-426b-9b06-9892824995e5 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-14T17:53:40.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229160270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229157720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229159777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:53:40.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:53:40.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:53:40.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:53:40.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:53:46.229Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:53:46.451Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:53:46.455Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:53:46.456Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:53:46.456Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:53:46.456Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:53:46.457Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:53:46.457Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:53:46.457Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:53:46.459Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:53:46.459Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:53:46.461Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:53:46.461Z|045c6967-e43d-4b51-9af8-f307236b80c0|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-14T17:53:46.475Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:54:16.475Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 045c6967-e43d-4b51-9af8-f307236b80c0 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-14T17:54:16.486Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 045c6967-e43d-4b51-9af8-f307236b80c0 and serviceModelVersionId: 53e643d5-1ec4-4176-bd76-e27c859963bf
2022-06-14T17:54:16.487Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 235845d6-4284-4f8b-9383-69a2f350b433
2022-06-14T17:54:16.488Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0
2022-06-14T17:54:16.495Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:54:16.580Z|045c6967-e43d-4b51-9af8-f307236b80c0|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/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?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-14T17:54:16.582Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0|INFO|500||Invoke
2022-06-14T17:54:16.621Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T17:54:16.742Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0|INFO|500||InvokeReturn
2022-06-14T17:54:16.745Z|045c6967-e43d-4b51-9af8-f307236b80c0|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/235845d6-4284-4f8b-9383-69a2f350b433/model-vers/model-ver/53e643d5-1ec4-4176-bd76-e27c859963bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-17:54:17:608-58284], vertex-id=[237808], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:54:17 GMT], Content-Type=[application/json]}
2022-06-14T17:54:16.746Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:54:16.747Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:54:16.747Z|045c6967-e43d-4b51-9af8-f307236b80c0|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-14T17:54:16.754Z|045c6967-e43d-4b51-9af8-f307236b80c0|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-14T17:54:16.755Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 045c6967-e43d-4b51-9af8-f307236b80c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:54:16.755Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:54:16.756Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:16.759Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:16.760Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229256755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:54:16.859Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T17:54:16.861Z||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-14T17:54:16.861Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:16.891Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:16.892Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:54:17.781Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:54:17.782Z|045c6967-e43d-4b51-9af8-f307236b80c0|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-14T17:54:17.783Z|045c6967-e43d-4b51-9af8-f307236b80c0|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:22.223Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:22.225Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:54:22.226Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4784e0a-6271-4804-94d0-61610220dd56","serviceName":"Demo_pNF_CgxxFwEcoDFmmJ32LNLs","serviceVersion":"1.0","serviceUUID":"508517ea-d23e-4177-8b17-c430066da887","serviceDescription":"catalog service description","serviceInvariantUUID":"cecd0e79-2793-4f5a-b3d0-f689c59564bc","resources":[{"resourceInstanceName":"pNF 208d4c0b-5a13 0","resourceName":"pNF 208d4c0b-5a13","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"13af764c-cf9d-491a-9c35-d092b8ab2a0f","resourceInvariantUUID":"3d81b2b5-eb4f-4c7c-abd5-c0cf3412bf19","resourceCustomizationUUID":"32092307-0fba-47c9-9fc3-369de4bc7dfd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml","artifactChecksum":"ZTIxZDJjNjg5ZTRhZDU1MjU2MDZlMmEwNTllY2ZmNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e230bf6f-a6a0-48de-8372-86e6ee5a0e94","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar","artifactChecksum":"MWEyNjI5NmY1MTU4ZTEyYmMyZjczYTdjZTFkNjg4ODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adaf4d3f-d693-47fe-9096-37f8025ac3e2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7729df89-32c3-4cb6-be71-49835f2e8a28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml","artifactChecksum":"NGU2MmQ2YjkyNjZiNjMyNGFhZmYwY2M3YWE5MzZhYzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53a31069-d016-4432-bb02-d627194ca97b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"23df5cc1-ff08-416b-8778-f89a503727b9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4beb50ec-b9d7-401a-9a16-e9838d64be39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCgxxfwecodfmmj32lnls-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml","artifactChecksum":"YTdmZjMzMjQxYzkyMDFiNWM4ZmRkNjAyMzU1YWI0NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12a08433-5e88-4464-bed6-f320fb6294f4","artifactVersion":"1"},{"artifactName":"service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar","artifactChecksum":"ZjVkMDY4NzkwYzA2ZGEwNTM3ZmY4ODNmMzQxYzhiZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f784096-a178-41fd-96b7-a87046543396","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:54:22.231Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:22.232Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:22.237Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:22.238Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:22.336Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T17:54:22.338Z||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-14T17:54:22.338Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:22.356Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:22.357Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:23.239Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:23.240Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:23.242Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:23.243Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:23.342Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:54:23.344Z||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-14T17:54:23.344Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:23.363Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:23.364Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:54:24.244Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:24.249Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:24.253Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:24.253Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:24.354Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:54:24.355Z||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-14T17:54:24.355Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:24.372Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:24.373Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:25.254Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:25.255Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:25.258Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:25.259Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:25.357Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T17:54:25.358Z||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-14T17:54:25.358Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:25.376Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:25.376Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:26.259Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:26.260Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:26.264Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:26.264Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:26.367Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:54:26.367Z||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-14T17:54:26.368Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:26.390Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:26.391Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:27.265Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:27.267Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:27.272Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:27.280Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:27.372Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-14T17:54:27.374Z||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-14T17:54:27.374Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:27.397Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:27.398Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:28.281Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:28.282Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:28.286Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:28.286Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:28.386Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:54:28.388Z||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-14T17:54:28.388Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:28.407Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:28.408Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:29.289Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:54:29.295Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:29.304Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:29.305Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:29.401Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-14T17:54:29.403Z||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-14T17:54:29.403Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:29.422Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:29.423Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:30.315Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "serviceName": "Demo_pNF_CgxxFwEcoDFmmJ32LNLs",
  "serviceVersion": "1.0",
  "serviceUUID": "508517ea-d23e-4177-8b17-c430066da887",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cecd0e79-2793-4f5a-b3d0-f689c59564bc",
  "resources": [
    {
      "resourceInstanceName": "pNF 208d4c0b-5a13 0",
      "resourceCustomizationUUID": "32092307-0fba-47c9-9fc3-369de4bc7dfd",
      "resourceName": "pNF 208d4c0b-5a13",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "13af764c-cf9d-491a-9c35-d092b8ab2a0f",
      "resourceInvariantUUID": "3d81b2b5-eb4f-4c7c-abd5-c0cf3412bf19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
      "artifactChecksum": "ZjVkMDY4NzkwYzA2ZGEwNTM3ZmY4ODNmMzQxYzhiZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f784096-a178-41fd-96b7-a87046543396"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T17:54:30.315Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:54:30.315Z|045c6967-e43d-4b51-9af8-f307236b80c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508517ea-d23e-4177-8b17-c430066da887 ASDC
2022-06-14T17:54:30.317Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c4784e0a-6271-4804-94d0-61610220dd56
ServiceName:Demo_pNF_CgxxFwEcoDFmmJ32LNLs
ServiceVersion:1.0
ServiceUUID:508517ea-d23e-4177-8b17-c430066da887
ServiceInvariantUUID:cecd0e79-2793-4f5a-b3d0-f689c59564bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
ArtifactUUID:7f784096-a178-41fd-96b7-a87046543396
ArtifactChecksum:ZjVkMDY4NzkwYzA2ZGEwNTM3ZmY4ODNmMzQxYzhiZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 208d4c0b-5a13 0
ResourceCustomizationUUID:32092307-0fba-47c9-9fc3-369de4bc7dfd
ResourceInvariantUUID:3d81b2b5-eb4f-4c7c-abd5-c0cf3412bf19
ResourceName:pNF 208d4c0b-5a13
ResourceType:PNF
ResourceUUID:13af764c-cf9d-491a-9c35-d092b8ab2a0f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-14T17:54:30.320Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508517ea-d23e-4177-8b17-c430066da887 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-14T17:54:30.364Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:54:30.365Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:54:30.365Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:54:30.365Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f784096-a178-41fd-96b7-a87046543396 from URL: /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:30.365Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:54:30.366Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:30.504Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:54:30.519Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar 7f784096-a178-41fd-96b7-a87046543396 82646
2022-06-14T17:54:30.520Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar ASDC sendASDCNotification
2022-06-14T17:54:30.520Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:30.520Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:54:30.524Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:30.527Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:30.527Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229270520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:30.628Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:54:30.629Z||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-14T17:54:30.629Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:30.646Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:30.647Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:31.528Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:54:31.530Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:54:31.530Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7f784096-a178-41fd-96b7-a87046543396, URL: /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar to file: /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:31.531Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:31.531Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:31.532Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:31.739Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15564310930222218592/Definitions/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml
2022-06-14T17:54:33.120Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:54:33.121Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:54:33.121Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.121Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 208d4c0b-5a13 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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.122Z|c4784e0a-6271-4804-94d0-61610220dd56|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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.123Z|c4784e0a-6271-4804-94d0-61610220dd56|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-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.123Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:54:33.123Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.124Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.124Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Node template pNF 208d4c0b-5a13 0 is matching search criteria
2022-06-14T17:54:33.124Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:54:33.126Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 208d4c0b-5a13 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:54:33.126Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.126Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.127Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Node template pNF 208d4c0b-5a13 0 is matching search criteria
2022-06-14T17:54:33.127Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:54:33.127Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 208d4c0b-5a13 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:54:33.128Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.128Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.128Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.129Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.129Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.129Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.130Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.130Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.130Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.131Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.131Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CgxxFwEcoDFmmJ32LNLs
Description:catalog service description
Model UUID:508517ea-d23e-4177-8b17-c430066da887
Model Version:NULL
Model InvariantUuid:cecd0e79-2793-4f5a-b3d0-f689c59564bc
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-14T17:54:33.142Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 13af764c-cf9d-491a-9c35-d092b8ab2a0f
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-14T17:54:33.147Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||pNF 208d4c0b-5a13 0
2022-06-14T17:54:33.148Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 13af764c-cf9d-491a-9c35-d092b8ab2a0f
2022-06-14T17:54:33.148Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 508517ea-d23e-4177-8b17-c430066da887
2022-06-14T17:54:33.148Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 508517ea-d23e-4177-8b17-c430066da887
2022-06-14T17:54:33.148Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 208d4c0b-5a13 0 13af764c-cf9d-491a-9c35-d092b8ab2a0f 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-14T17:54:33.155Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1214ae79, org.onap.sdc.toscaparser.api.parameters.Input@235e3fa4, org.onap.sdc.toscaparser.api.parameters.Input@64ac58db, org.onap.sdc.toscaparser.api.parameters.Input@699e3e20, org.onap.sdc.toscaparser.api.parameters.Input@5e4e320c]
2022-06-14T17:54:33.156Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.156Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.156Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 508517ea-d23e-4177-8b17-c430066da887: pNF 208d4c0b-5a13
2022-06-14T17:54:33.157Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Processing PNF resource: 13af764c-cf9d-491a-9c35-d092b8ab2a0f
2022-06-14T17:54:33.157Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:54:33.157Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CgxxFwEcoDFmmJ32LNLs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:54:33.158Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||Resource customization UUID: 32092307-0fba-47c9-9fc3-369de4bc7dfd is the same as notified resource customizationUUID: 32092307-0fba-47c9-9fc3-369de4bc7dfd
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-14T17:54:33.235Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 208d4c0b-5a13 13af764c-cf9d-491a-9c35-d092b8ab2a0f 0 ASDC deployResourceStructure
2022-06-14T17:54:33.236Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar ASDC sendASDCNotification
2022-06-14T17:54:33.236Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar
2022-06-14T17:54:33.236Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:54:33.237Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:54:33.240Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:54:33.241Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229273236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:33.343Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-14T17:54:33.344Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-14T17:54:33.345Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:33.372Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:33.373Z||pool-49-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:54:34.242Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4784e0a-6271-4804-94d0-61610220dd56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:54:34.258Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4784e0a-6271-4804-94d0-61610220dd56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:54:34.264Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:54:34.264Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:54:34.264Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:54:34.264Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:54:34.264Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:54:34.265Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:54:34.265Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:54:34.265Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:54:34.265Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:54:34.265Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:54:34.265Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:54:34.266Z|c4784e0a-6271-4804-94d0-61610220dd56|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-14T17:54:34.273Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:54:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:54:39.925Z||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-14T17:54:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:54:40.006Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:54:40.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229157720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229157720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229157720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229157720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229163762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229157746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229157720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229165521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229165501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229166510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229166766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "policy-id",
  "timestamp": 1655229167514,
  "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-14T17:54:40.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46cfa119-5019-426b-9b06-9892824995e5
2022-06-14T17:54:40.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46cfa119-5019-426b-9b06-9892824995e5 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-14T17:54:40.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229168265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "clamp",
  "timestamp": 1655229167773,
  "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-14T17:54:40.054Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46cfa119-5019-426b-9b06-9892824995e5
2022-06-14T17:54:40.054Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46cfa119-5019-426b-9b06-9892824995e5 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-14T17:54:40.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229169270,
  "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-14T17:54:40.077Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46cfa119-5019-426b-9b06-9892824995e5
2022-06-14T17:54:40.077Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46cfa119-5019-426b-9b06-9892824995e5 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-14T17:54:40.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229170715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "aai-ml",
  "timestamp": 1655229171721,
  "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-14T17:54:40.100Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46cfa119-5019-426b-9b06-9892824995e5
2022-06-14T17:54:40.101Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46cfa119-5019-426b-9b06-9892824995e5 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-14T17:54:40.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229160785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229162863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655229159377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229173155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229172967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "cds",
  "timestamp": 1655229173973,
  "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-14T17:54:40.146Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
2022-06-14T17:54:40.146Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb 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-14T17:54:40.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229174347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229175457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229176535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229177585,
  "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-14T17:54:40.174Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
2022-06-14T17:54:40.175Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb 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-14T17:54:40.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655229178588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.190Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229171441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229177721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229187581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229188599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.197Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "policy-id",
  "timestamp": 1655229189607,
  "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-14T17:54:40.205Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
2022-06-14T17:54:40.206Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb 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-14T17:54:40.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229182450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229192227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229191772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229193782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "clamp",
  "timestamp": 1655229194787,
  "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-14T17:54:40.231Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
2022-06-14T17:54:40.232Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb 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-14T17:54:40.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:54:40.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:54:40.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:54:40.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229197545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229200109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229201376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655229201115,
  "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-14T17:54:40.257Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
2022-06-14T17:54:40.257Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb 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-14T17:54:40.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-14T17:54:40.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "aai-ml",
  "timestamp": 1655229202383,
  "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-14T17:54:40.279Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
2022-06-14T17:54:40.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb 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-14T17:55:04.274Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4784e0a-6271-4804-94d0-61610220dd56 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-14T17:55:04.283Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4784e0a-6271-4804-94d0-61610220dd56 and serviceModelVersionId: 508517ea-d23e-4177-8b17-c430066da887
2022-06-14T17:55:04.283Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cecd0e79-2793-4f5a-b3d0-f689c59564bc
2022-06-14T17:55:04.284Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?depth=0
2022-06-14T17:55:04.289Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:55:04.357Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?depth=0|INFO|500||Invoke
2022-06-14T17:55:04.358Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c4784e0a-6271-4804-94d0-61610220dd56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4318d7c7-92ae-4b58-bcd3-c5f1d0cce319], X-ECOMP-RequestID=[c4784e0a-6271-4804-94d0-61610220dd56], X-TransactionId=[], X-ONAP-RequestID=[c4784e0a-6271-4804-94d0-61610220dd56], Content-Type=[application/merge-patch+json]}
2022-06-14T17:55:04.390Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T17:55:04.497Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?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/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-17:55:05:372-3844], vertex-id=[417800], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:55:05 GMT], Content-Type=[application/json]}
2022-06-14T17:55:04.497Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:55:04.498Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cecd0e79-2793-4f5a-b3d0-f689c59564bc/model-vers/model-ver/508517ea-d23e-4177-8b17-c430066da887?depth=0|INFO|500||InvokeReturn
2022-06-14T17:55:04.498Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:55:04.499Z|c4784e0a-6271-4804-94d0-61610220dd56|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-14T17:55:04.505Z|c4784e0a-6271-4804-94d0-61610220dd56|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-14T17:55:04.505Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4784e0a-6271-4804-94d0-61610220dd56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:55:04.505Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:55:04.506Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:04.509Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:04.509Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229304505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:55:04.609Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:04.611Z||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-14T17:55:04.611Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:04.633Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:04.634Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 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-14T17:55:05.533Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:55:05.533Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"46cfa119-5019-426b-9b06-9892824995e5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a0de7d6f-18c2-49c1-b96c-a3685a6bf23f","serviceDescription":"service","serviceInvariantUUID":"f38c92e0-714a-440f-bb5b-ef3068458d13","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc1103ed-7f6c-4144-a0e7-c50e3d2bccf7","resourceInvariantUUID":"f8defaf1-e8e4-43b4-98b5-aac98d46230e","resourceCustomizationUUID":"57975118-7d89-4389-9bf5-e02c576b7581","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":"NjZhMmNiZDNiNjc0NWI4MDZhZmRlOWVhZjYxMTNlOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5774a762-a2fc-44d1-b204-47434eb5f20b","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":"OWFjMWFkM2UwMmVmMzUwYTQ5NjMyMThiMzZmZjE5MTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6fc8095-2999-4f9b-8c7d-1f2e142449d0","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":"a0a44573-5805-488c-bf36-3ae235402f14","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":"27995269-ffc8-4d67-83d2-9bb64fcfe6e4","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":"589df159-2801-4079-bcb2-793b97efedf1","artifactVersion":"2","generatedFromUUID":"a0a44573-5805-488c-bf36-3ae235402f14"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTk4NzAzZmZmYTNmMmM0ZmQ1ZGIzMGY2MDQ0NGFlY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d2a6b17-70d8-458d-9f2d-4c90b7d1e622","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWIwZTMzNTNjZGZhYWZjMjllYjZmMmFkMzAwOTlhMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3bb3b438-ca55-4942-8f38-5b1cc9aa0d2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:55:05.533Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:05.534Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:05.536Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:05.536Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:05.636Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:05.639Z||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-14T17:55:05.639Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:05.657Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:05.658Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:06.537Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:06.539Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:06.542Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:06.542Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:55:06.641Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:55:06.643Z||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-14T17:55:06.643Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:06.666Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:06.667Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:07.542Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:07.544Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:07.547Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:07.547Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:55:07.648Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:55:07.649Z||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-14T17:55:07.649Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:07.665Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:07.666Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:55:08.549Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:08.550Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:08.553Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:08.553Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:08.653Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:55:08.655Z||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-14T17:55:08.655Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:08.675Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:08.676Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-06-14T17:55:09.554Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:09.555Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:09.558Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:09.558Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-14T17:55:09.659Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:55:09.661Z||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-14T17:55:09.661Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:09.683Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:09.684Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:55:10.559Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:10.560Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:10.566Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:10.567Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:10.667Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:10.668Z||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-14T17:55:10.668Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:10.690Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:10.691Z||pool-56-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:55:11.567Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:11.568Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:11.572Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:11.572Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:55:11.671Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T17:55:11.673Z||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-14T17:55:11.673Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:11.688Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:11.689Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:12.577Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a0de7d6f-18c2-49c1-b96c-a3685a6bf23f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f38c92e0-714a-440f-bb5b-ef3068458d13",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "57975118-7d89-4389-9bf5-e02c576b7581",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc1103ed-7f6c-4144-a0e7-c50e3d2bccf7",
      "resourceInvariantUUID": "f8defaf1-e8e4-43b4-98b5-aac98d46230e",
      "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": "OWFjMWFkM2UwMmVmMzUwYTQ5NjMyMThiMzZmZjE5MTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a6fc8095-2999-4f9b-8c7d-1f2e142449d0",
          "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": "a0a44573-5805-488c-bf36-3ae235402f14",
          "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": "589df159-2801-4079-bcb2-793b97efedf1",
            "generatedFromUUID": "a0a44573-5805-488c-bf36-3ae235402f14"
          },
          "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": "589df159-2801-4079-bcb2-793b97efedf1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWIwZTMzNTNjZGZhYWZjMjllYjZmMmFkMzAwOTlhMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3bb3b438-ca55-4942-8f38-5b1cc9aa0d2d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T17:55:12.578Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:55:12.578Z|c4784e0a-6271-4804-94d0-61610220dd56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0de7d6f-18c2-49c1-b96c-a3685a6bf23f ASDC
2022-06-14T17:55:12.579Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:46cfa119-5019-426b-9b06-9892824995e5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a0de7d6f-18c2-49c1-b96c-a3685a6bf23f
ServiceInvariantUUID:f38c92e0-714a-440f-bb5b-ef3068458d13
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:3bb3b438-ca55-4942-8f38-5b1cc9aa0d2d
ArtifactChecksum:ZWIwZTMzNTNjZGZhYWZjMjllYjZmMmFkMzAwOTlhMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:57975118-7d89-4389-9bf5-e02c576b7581
ResourceInvariantUUID:f8defaf1-e8e4-43b4-98b5-aac98d46230e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cc1103ed-7f6c-4144-a0e7-c50e3d2bccf7
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:a6fc8095-2999-4f9b-8c7d-1f2e142449d0
ArtifactChecksum:OWFjMWFkM2UwMmVmMzUwYTQ5NjMyMThiMzZmZjE5MTg=
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:a0a44573-5805-488c-bf36-3ae235402f14
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:589df159-2801-4079-bcb2-793b97efedf1
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:589df159-2801-4079-bcb2-793b97efedf1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-14T17:55:12.579Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0de7d6f-18c2-49c1-b96c-a3685a6bf23f 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-14T17:55:12.628Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:55:12.664Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:55:12.664Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:55:12.665Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3bb3b438-ca55-4942-8f38-5b1cc9aa0d2d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-14T17:55:12.667Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:55:12.669Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-14T17:55:12.840Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:55:12.844Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3bb3b438-ca55-4942-8f38-5b1cc9aa0d2d 71056
2022-06-14T17:55:12.844Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:12.844Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:12.845Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:55:12.845Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:12.847Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:12.847Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229312844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:55:12.948Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:12.949Z||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-14T17:55:12.949Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:12.973Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:12.973Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:13.848Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:55:13.851Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:55:13.851Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3bb3b438-ca55-4942-8f38-5b1cc9aa0d2d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-14T17:55:13.852Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-14T17:55:13.852Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-14T17:55:13.852Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-14T17:55:14.031Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15031515265801935129/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-14T17:55:15.853Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:55:15.854Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:55:15.854Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-14T17:55:15.854Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-14T17:55:15.854Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:15.854Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:15.854Z|46cfa119-5019-426b-9b06-9892824995e5|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-BasicVm-csar.csar
2022-06-14T17:55:15.855Z|46cfa119-5019-426b-9b06-9892824995e5|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-BasicVm-csar.csar
2022-06-14T17:55:15.855Z|46cfa119-5019-426b-9b06-9892824995e5|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-BasicVm-csar.csar
2022-06-14T17:55:15.855Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:15.855Z|46cfa119-5019-426b-9b06-9892824995e5|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-BasicVm-csar.csar
2022-06-14T17:55:15.855Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:15.855Z|46cfa119-5019-426b-9b06-9892824995e5|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-BasicVm-csar.csar
2022-06-14T17:55:15.855Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:55:15.856Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.856Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:15.856Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:15.856Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:55:15.856Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:55:15.857Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.857Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:15.857Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:15.857Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:55:15.858Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:55:15.858Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.858Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:15.858Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.859Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-14T17:55:15.859Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-14T17:55:15.859Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-14T17:55:15.859Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-14T17:55:15.859Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-14T17:55:15.860Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T17:55:15.860Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.860Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:55:15.860Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.861Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:15.861Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:55:15.861Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.862Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:15.862Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:55:15.862Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.862Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:15.863Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:55:15.863Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.863Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-14T17:55:15.863Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-14T17:55:15.863Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-14T17:55:15.864Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=16795f3d-debc-40e0-9daa-dbb50d806d70
2022-06-14T17:55:15.864Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.864Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:15.864Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.864Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:15.865Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.865Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:15.865Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:15.865Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:15.865Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a0de7d6f-18c2-49c1-b96c-a3685a6bf23f
Model Version:NULL
Model InvariantUuid:f38c92e0-714a-440f-bb5b-ef3068458d13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9666773e-3bd4-4995-a695-f17f8e613af7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f8defaf1-e8e4-43b4-98b5-aac98d46230e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:57975118-7d89-4389-9bf5-e02c576b7581
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:66211c48-308c-44ba-a2ac-43c4e93425d0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3af7b8f6-20e6-4ad1-a341-0b0df26fa5b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:16795f3d-debc-40e0-9daa-dbb50d806d70
ModelInvariantUuid:84ac81b1-8e61-40b8-9dea-bb4662e47c62
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d9df1e5b-63e7-4d37-b5ed-ec09845a38cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:718d6e9b-0a6b-46c7-87b2-c865936b134e
ModelInvariantUuid:71e60f6e-9b33-4a94-ad5b-be9442d20b24
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:101682e9-32ce-42af-bf45-52eec1167d30
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-14T17:55:15.883Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: cc1103ed-7f6c-4144-a0e7-c50e3d2bccf7
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-14T17:55:15.889Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-06-14T17:55:15.889Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc1103ed-7f6c-4144-a0e7-c50e3d2bccf7
2022-06-14T17:55:15.889Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a6fc8095-2999-4f9b-8c7d-1f2e142449d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-14T17:55:15.890Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:55:15.890Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:16.046Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:55:16.047Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a6fc8095-2999-4f9b-8c7d-1f2e142449d0 787
2022-06-14T17:55:16.047Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:16.047Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:16.047Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:55:16.048Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:16.050Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:16.050Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229316047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:55:16.150Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:16.152Z||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-14T17:55:16.152Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:16.172Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:16.173Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:17.051Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66211c48-308c-44ba-a2ac-43c4e93425d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3af7b8f6-20e6-4ad1-a341-0b0df26fa5b3",
    "vfModuleModelCustomizationUUID": "4a37b90a-e814-4e96-a93a-26f8bc2a7d85",
    "isBase": true,
    "artifacts": [
      "a0a44573-5805-488c-bf36-3ae235402f14",
      "589df159-2801-4079-bcb2-793b97efedf1"
    ],
    "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-14T17:55:17.059Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3af7b8f6-20e6-4ad1-a341-0b0df26fa5b3
VfModuleModelInvariantUUID:66211c48-308c-44ba-a2ac-43c4e93425d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0a44573-5805-488c-bf36-3ae235402f14
,
589df159-2801-4079-bcb2-793b97efedf1

}
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-14T17:55:17.062Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66211c48-308c-44ba-a2ac-43c4e93425d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3af7b8f6-20e6-4ad1-a341-0b0df26fa5b3",
    "vfModuleModelCustomizationUUID": "4a37b90a-e814-4e96-a93a-26f8bc2a7d85",
    "isBase": true,
    "artifacts": [
      "a0a44573-5805-488c-bf36-3ae235402f14",
      "589df159-2801-4079-bcb2-793b97efedf1"
    ],
    "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-14T17:55:17.063Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3af7b8f6-20e6-4ad1-a341-0b0df26fa5b3
VfModuleModelInvariantUUID:66211c48-308c-44ba-a2ac-43c4e93425d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0a44573-5805-488c-bf36-3ae235402f14
,
589df159-2801-4079-bcb2-793b97efedf1

}
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-14T17:55:17.063Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a0a44573-5805-488c-bf36-3ae235402f14 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-14T17:55:17.063Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:55:17.063Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:17.119Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:55:17.120Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a0a44573-5805-488c-bf36-3ae235402f14 5033
2022-06-14T17:55:17.120Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:17.120Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:17.120Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:55:17.121Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:17.123Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:17.123Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229317120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:55:17.224Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:55:17.225Z||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-14T17:55:17.226Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:17.241Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:17.242Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:18.124Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 589df159-2801-4079-bcb2-793b97efedf1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-14T17:55:18.125Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:55:18.126Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:18.187Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:55:18.188Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 589df159-2801-4079-bcb2-793b97efedf1 903
2022-06-14T17:55:18.189Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:18.189Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:18.189Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:55:18.189Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:18.191Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:18.192Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229318188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:55:18.292Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:18.293Z||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-14T17:55:18.293Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:18.312Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:18.313Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:19.192Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a0de7d6f-18c2-49c1-b96c-a3685a6bf23f
2022-06-14T17:55:19.193Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cc1103ed-7f6c-4144-a0e7-c50e3d2bccf7 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-14T17:55:19.209Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7be34c2d, org.onap.sdc.toscaparser.api.parameters.Input@5fc98950, org.onap.sdc.toscaparser.api.parameters.Input@4470d8a2, org.onap.sdc.toscaparser.api.parameters.Input@62fa24b2, org.onap.sdc.toscaparser.api.parameters.Input@3198ee4]
2022-06-14T17:55:19.211Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.212Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:19.212Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-14T17:55:19.212Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 57975118-7d89-4389-9bf5-e02c576b7581
2022-06-14T17:55:19.212Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57975118-7d89-4389-9bf5-e02c576b7581 matches Tosca VF Customization UUID: 57975118-7d89-4389-9bf5-e02c576b7581
2022-06-14T17:55:19.212Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 57975118-7d89-4389-9bf5-e02c576b7581  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-14T17:55:19.217Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.217Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:19.218Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 57975118-7d89-4389-9bf5-e02c576b7581: {\"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-14T17:55:19.218Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61921aec
2022-06-14T17:55:19.218Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.218Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:55:19.219Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a37b90a-e814-4e96-a93a-26f8bc2a7d85
2022-06-14T17:55:19.219Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a37b90a-e814-4e96-a93a-26f8bc2a7d85
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-14T17:55:19.222Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.222Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:19.223Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:55:19.223Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.223Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:19.227Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:55:19.228Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.228Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-14T17:55:19.228Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-14T17:55:19.228Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-14T17:55:19.229Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=16795f3d-debc-40e0-9daa-dbb50d806d70
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-14T17:55:19.233Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.233Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:19.233Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:55:19.234Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.234Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-14T17:55:19.234Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=57975118-7d89-4389-9bf5-e02c576b7581
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-14T17:55:19.240Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.240Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:19.240Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a0de7d6f-18c2-49c1-b96c-a3685a6bf23f: basic_vm
2022-06-14T17:55:19.241Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.241Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:19.241Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.241Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:19.241Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.241Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:19.242Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.242Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:19.242Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:55:19.242Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:55:19.242Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:19.380Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cc1103ed-7f6c-4144-a0e7-c50e3d2bccf7 1 ASDC deployResourceStructure
2022-06-14T17:55:19.382Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:19.382Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:19.382Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:55:19.383Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:19.389Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:19.389Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229319382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:55:19.490Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:19.492Z||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-14T17:55:19.492Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:19.509Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:19.510Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:20.391Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:20.392Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:20.392Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:55:20.392Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:20.394Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:20.395Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229320391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:55:20.495Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:55:20.496Z||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-14T17:55:20.496Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:20.518Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:20.519Z||pool-63-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:21.396Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:21.396Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:21.397Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:55:21.397Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:21.401Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:21.401Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229321396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-14T17:55:21.501Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:21.502Z||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-14T17:55:21.502Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:21.523Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:21.524Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:55:22.402Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:22.402Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||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-14T17:55:22.403Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:55:22.403Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:22.407Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:22.407Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229322402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:55:22.507Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:22.508Z||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-14T17:55:22.508Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:22.534Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:22.535Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:23.408Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46cfa119-5019-426b-9b06-9892824995e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:55:23.430Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46cfa119-5019-426b-9b06-9892824995e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:55:23.436Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:55:23.436Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:55:23.436Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:55:23.436Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:55:23.437Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:55:23.437Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:55:23.437Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:55:23.437Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:55:23.437Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:55:23.438Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:55:23.438Z|46cfa119-5019-426b-9b06-9892824995e5|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-14T17:55:23.446Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:55:39.925Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:55:39.926Z||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-14T17:55:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:39.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:39.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "045c6967-e43d-4b51-9af8-f307236b80c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229256755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:55:39.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:55:39.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:39.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:55:39.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:39.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:55:39.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:39.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:55:39.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:39.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:55:39.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:39.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:55:39.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/resourceInstances/pnf208d4c0b5a130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:39.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:55:39.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:39.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:55:39.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:55:39.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:55:39.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229270520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:55:39.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:55:39.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:55:39.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229273236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgxxfwecodfmmj32lnls/1.0/artifacts/service-DemoPnfCgxxfwecodfmmj32lnls-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:55:39.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:55:53.448Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46cfa119-5019-426b-9b06-9892824995e5 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-14T17:55:53.465Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46cfa119-5019-426b-9b06-9892824995e5 and serviceModelVersionId: a0de7d6f-18c2-49c1-b96c-a3685a6bf23f
2022-06-14T17:55:53.465Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f38c92e0-714a-440f-bb5b-ef3068458d13
2022-06-14T17:55:53.467Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f38c92e0-714a-440f-bb5b-ef3068458d13/model-vers/model-ver/a0de7d6f-18c2-49c1-b96c-a3685a6bf23f?depth=0
2022-06-14T17:55:53.476Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:55:53.567Z|46cfa119-5019-426b-9b06-9892824995e5|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/f38c92e0-714a-440f-bb5b-ef3068458d13/model-vers/model-ver/a0de7d6f-18c2-49c1-b96c-a3685a6bf23f?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-14T17:55:53.569Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38c92e0-714a-440f-bb5b-ef3068458d13/model-vers/model-ver/a0de7d6f-18c2-49c1-b96c-a3685a6bf23f?depth=0|INFO|500||Invoke
2022-06-14T17:55:53.600Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38c92e0-714a-440f-bb5b-ef3068458d13/model-vers/model-ver/a0de7d6f-18c2-49c1-b96c-a3685a6bf23f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T17:55:53.824Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38c92e0-714a-440f-bb5b-ef3068458d13/model-vers/model-ver/a0de7d6f-18c2-49c1-b96c-a3685a6bf23f?depth=0|INFO|500||InvokeReturn
2022-06-14T17:55:53.825Z|46cfa119-5019-426b-9b06-9892824995e5|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/f38c92e0-714a-440f-bb5b-ef3068458d13/model-vers/model-ver/a0de7d6f-18c2-49c1-b96c-a3685a6bf23f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220614-17:55:54:583-39995], vertex-id=[209128], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:55:54 GMT], Content-Type=[application/json]}
2022-06-14T17:55:53.825Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:55:53.826Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:55:53.826Z|46cfa119-5019-426b-9b06-9892824995e5|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-14T17:55:53.832Z|46cfa119-5019-426b-9b06-9892824995e5|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-14T17:55:53.833Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46cfa119-5019-426b-9b06-9892824995e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:55:53.833Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:55:53.834Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:53.837Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:53.838Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229353833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:55:53.937Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:55:53.939Z||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-14T17:55:53.939Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:53.960Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:53.961Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T17:55:54.883Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T17:55:54.883Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"366881e1-e711-4b2f-9fee-2294fc946106","serviceDescription":"service","serviceInvariantUUID":"df85feca-6c0c-4cd3-a89d-897498429f63","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b0e3c1b-942b-43e2-9907-7f2a3aa74083","resourceInvariantUUID":"eed9c0d3-77a3-4d3c-a5b9-106e6977f657","resourceCustomizationUUID":"b3831d09-03fe-4bc6-9945-856651766bb7","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":"ZWNmMmIxYmJkNjQ4YjBkZDliZjM4YzYyMGRiMzM0OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba524f3f-bc6e-4dd6-b182-75e835a6c4f5","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":"1c091913-dd75-4821-908a-23cbbbea5c57","artifactVersion":"2","generatedFromUUID":"aee3669e-f1dd-4f7c-97b1-39184cfac653"},{"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":"aee3669e-f1dd-4f7c-97b1-39184cfac653","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":"N2EwMDNmOTlhMmFkNzQwODM1OGU4ZDMxMDlmNmE2N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f002dbbc-0ffe-4921-9ce3-07a18a9c8412","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":"dec8dc2e-27cd-41eb-8053-df8d71489cbf","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":"27975aff-f34e-44b6-9d2e-3608639c20ca","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":"ac4ce4ff-f6a8-49fb-8a71-018051883a98","artifactVersion":"2","generatedFromUUID":"dec8dc2e-27cd-41eb-8053-df8d71489cbf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWJhNGRkZmMxYjI5M2ZkMGI5MWNhYTcwYTQ3YmRjZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adb5dd40-7694-4564-826f-2178ba6ffc7a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTZmYmYxZWMwOTI4MzVhNTQyOGM0MDE3ZWE2NDc0MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b54e91b-26bf-408f-9b84-449850e66268","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T17:55:54.884Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:54.884Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:54.886Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:54.887Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:55:54.987Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:54.988Z||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-14T17:55:54.989Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:55.006Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:55.007Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:55.888Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:55.890Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:55.892Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:55.893Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-14T17:55:55.993Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:55.994Z||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-14T17:55:55.995Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:56.021Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:56.022Z||pool-68-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:56.894Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:56.895Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:56.897Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:56.897Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-14T17:55:56.998Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:55:56.999Z||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-14T17:55:56.999Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:57.023Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:57.024Z||pool-69-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:57.898Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:57.899Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:57.902Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:57.902Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:55:58.003Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:55:58.004Z||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-14T17:55:58.004Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:58.024Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:58.026Z||pool-70-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1}
2022-06-14T17:55:58.903Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:58.903Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:58.906Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:58.907Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:55:59.008Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:55:59.009Z||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-14T17:55:59.009Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:55:59.027Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:55:59.028Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:55:59.907Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:55:59.908Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:55:59.911Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:55:59.911Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:56:00.011Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:56:00.012Z||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-14T17:56:00.013Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:00.030Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:00.031Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:00.912Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:56:00.913Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:00.916Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:00.916Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-14T17:56:01.016Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:56:01.017Z||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-14T17:56:01.017Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:01.037Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:01.038Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:01.917Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:56:01.919Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:01.923Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:01.923Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:56:02.023Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:56:02.024Z||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-14T17:56:02.025Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:02.044Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:02.044Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:02.924Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T17:56:02.925Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:02.928Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:02.928Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:56:03.029Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:56:03.030Z||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-14T17:56:03.030Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:03.049Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:03.049Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:03.931Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "366881e1-e711-4b2f-9fee-2294fc946106",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df85feca-6c0c-4cd3-a89d-897498429f63",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b3831d09-03fe-4bc6-9945-856651766bb7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6b0e3c1b-942b-43e2-9907-7f2a3aa74083",
      "resourceInvariantUUID": "eed9c0d3-77a3-4d3c-a5b9-106e6977f657",
      "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": "1c091913-dd75-4821-908a-23cbbbea5c57",
          "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": "aee3669e-f1dd-4f7c-97b1-39184cfac653",
          "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": "N2EwMDNmOTlhMmFkNzQwODM1OGU4ZDMxMDlmNmE2N2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f002dbbc-0ffe-4921-9ce3-07a18a9c8412",
          "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": "dec8dc2e-27cd-41eb-8053-df8d71489cbf",
          "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": "ac4ce4ff-f6a8-49fb-8a71-018051883a98",
            "generatedFromUUID": "dec8dc2e-27cd-41eb-8053-df8d71489cbf"
          },
          "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": "ac4ce4ff-f6a8-49fb-8a71-018051883a98",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTZmYmYxZWMwOTI4MzVhNTQyOGM0MDE3ZWE2NDc0MmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b54e91b-26bf-408f-9b84-449850e66268"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T17:56:03.932Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T17:56:03.932Z|46cfa119-5019-426b-9b06-9892824995e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 366881e1-e711-4b2f-9fee-2294fc946106 ASDC
2022-06-14T17:56:03.933Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:366881e1-e711-4b2f-9fee-2294fc946106
ServiceInvariantUUID:df85feca-6c0c-4cd3-a89d-897498429f63
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:2b54e91b-26bf-408f-9b84-449850e66268
ArtifactChecksum:MTZmYmYxZWMwOTI4MzVhNTQyOGM0MDE3ZWE2NDc0MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b3831d09-03fe-4bc6-9945-856651766bb7
ResourceInvariantUUID:eed9c0d3-77a3-4d3c-a5b9-106e6977f657
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6b0e3c1b-942b-43e2-9907-7f2a3aa74083
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:1c091913-dd75-4821-908a-23cbbbea5c57
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:aee3669e-f1dd-4f7c-97b1-39184cfac653
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:f002dbbc-0ffe-4921-9ce3-07a18a9c8412
ArtifactChecksum:N2EwMDNmOTlhMmFkNzQwODM1OGU4ZDMxMDlmNmE2N2U=
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:dec8dc2e-27cd-41eb-8053-df8d71489cbf
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:ac4ce4ff-f6a8-49fb-8a71-018051883a98
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:ac4ce4ff-f6a8-49fb-8a71-018051883a98
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-14T17:56:03.933Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 366881e1-e711-4b2f-9fee-2294fc946106 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-14T17:56:03.983Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:56:03.985Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:56:03.985Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:56:03.985Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2b54e91b-26bf-408f-9b84-449850e66268 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-14T17:56:03.986Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:56:03.986Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-14T17:56:04.184Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:56:04.188Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2b54e91b-26bf-408f-9b84-449850e66268 68957
2022-06-14T17:56:04.189Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:04.190Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:04.190Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:56:04.190Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:04.194Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:04.194Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229364189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:04.293Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T17:56:04.294Z||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-14T17:56:04.295Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:04.318Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:04.319Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:05.195Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T17:56:05.197Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-14T17:56:05.198Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2b54e91b-26bf-408f-9b84-449850e66268, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-14T17:56:05.198Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-14T17:56:05.199Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-14T17:56:05.199Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-14T17:56:05.365Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14985099009278565132/Definitions/service-BasicCnf-template.yml
2022-06-14T17:56:07.215Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T17:56:07.215Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:56:07.216Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-14T17:56:07.216Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-14T17:56:07.216Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:07.216Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:07.216Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-BasicCnf-csar.csar
2022-06-14T17:56:07.216Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:07.216Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-14T17:56:07.217Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.217Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:07.217Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:07.217Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:56:07.217Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:56:07.218Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.218Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:07.218Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:07.218Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-14T17:56:07.218Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T17:56:07.219Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.219Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:07.219Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.219Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-14T17:56:07.219Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-14T17:56:07.220Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-14T17:56:07.220Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T17:56:07.220Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.220Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:56:07.220Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.221Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:07.221Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:56:07.221Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.221Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:07.222Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:56:07.222Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.223Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:07.223Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:56:07.224Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.224Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-14T17:56:07.224Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-14T17:56:07.224Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5154e846-b270-4fa6-838e-21a7600bdc5b
2022-06-14T17:56:07.224Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.225Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:07.225Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.225Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:07.225Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.225Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:07.226Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:07.226Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:07.226Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:366881e1-e711-4b2f-9fee-2294fc946106
Model Version:NULL
Model InvariantUuid:df85feca-6c0c-4cd3-a89d-897498429f63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:bf994ae5-bcf1-4e31-bf1f-b9520d623c19
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eed9c0d3-77a3-4d3c-a5b9-106e6977f657
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b3831d09-03fe-4bc6-9945-856651766bb7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5db1bd99-3119-4925-b86c-e375958f8427
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:85125324-f2df-4c5d-8bba-ca20ac2359c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5154e846-b270-4fa6-838e-21a7600bdc5b
ModelInvariantUuid:f16346e2-a5a6-42b5-98e5-17ef8aee7140
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:066536bc-b099-4375-8b63-687112640cba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:35c7cf11-6414-429e-ba74-af5039207d28
ModelInvariantUuid:a814a250-fcfc-46a0-88ee-68cd1f4e6a62
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6ac8a5a1-e147-4919-90fe-425ff6a66b7c
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-14T17:56:07.236Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b0e3c1b-942b-43e2-9907-7f2a3aa74083
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-14T17:56:07.241Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-06-14T17:56:07.242Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b0e3c1b-942b-43e2-9907-7f2a3aa74083
2022-06-14T17:56:07.242Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1c091913-dd75-4821-908a-23cbbbea5c57 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-14T17:56:07.242Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:56:07.242Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:07.324Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:56:07.325Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1c091913-dd75-4821-908a-23cbbbea5c57 12
2022-06-14T17:56:07.326Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:07.326Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:07.326Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:56:07.326Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:07.329Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:07.329Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229367325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:07.430Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:56:07.431Z||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-14T17:56:07.431Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:07.453Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:07.453Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:08.330Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aee3669e-f1dd-4f7c-97b1-39184cfac653 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-14T17:56:08.330Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:56:08.331Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:08.407Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:56:08.408Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz aee3669e-f1dd-4f7c-97b1-39184cfac653 2688
2022-06-14T17:56:08.409Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:08.409Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:08.409Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:56:08.409Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:08.418Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:08.419Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229368409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:08.515Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-14T17:56:08.516Z||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-14T17:56:08.517Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:08.536Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:08.537Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:09.423Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f002dbbc-0ffe-4921-9ce3-07a18a9c8412 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-14T17:56:09.424Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:56:09.424Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:09.481Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:56:09.483Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f002dbbc-0ffe-4921-9ce3-07a18a9c8412 828
2022-06-14T17:56:09.483Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:09.483Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:09.483Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:56:09.483Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:09.486Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:09.486Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229369483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:09.590Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-14T17:56:09.591Z||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-14T17:56:09.591Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:09.615Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:09.616Z||pool-79-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:56:10.487Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5db1bd99-3119-4925-b86c-e375958f8427",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85125324-f2df-4c5d-8bba-ca20ac2359c1",
    "vfModuleModelCustomizationUUID": "e7332359-8340-4f2c-8dd2-2c4ff1c93d41",
    "isBase": true,
    "artifacts": [
      "dec8dc2e-27cd-41eb-8053-df8d71489cbf",
      "aee3669e-f1dd-4f7c-97b1-39184cfac653",
      "ac4ce4ff-f6a8-49fb-8a71-018051883a98"
    ],
    "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-14T17:56:10.493Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85125324-f2df-4c5d-8bba-ca20ac2359c1
VfModuleModelInvariantUUID:5db1bd99-3119-4925-b86c-e375958f8427
VfModuleModelDescription:NULL
Artifacts UUID List:{
dec8dc2e-27cd-41eb-8053-df8d71489cbf
,
aee3669e-f1dd-4f7c-97b1-39184cfac653
,
ac4ce4ff-f6a8-49fb-8a71-018051883a98

}
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-14T17:56:10.495Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5db1bd99-3119-4925-b86c-e375958f8427",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85125324-f2df-4c5d-8bba-ca20ac2359c1",
    "vfModuleModelCustomizationUUID": "e7332359-8340-4f2c-8dd2-2c4ff1c93d41",
    "isBase": true,
    "artifacts": [
      "dec8dc2e-27cd-41eb-8053-df8d71489cbf",
      "aee3669e-f1dd-4f7c-97b1-39184cfac653",
      "ac4ce4ff-f6a8-49fb-8a71-018051883a98"
    ],
    "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-14T17:56:10.495Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85125324-f2df-4c5d-8bba-ca20ac2359c1
VfModuleModelInvariantUUID:5db1bd99-3119-4925-b86c-e375958f8427
VfModuleModelDescription:NULL
Artifacts UUID List:{
dec8dc2e-27cd-41eb-8053-df8d71489cbf
,
aee3669e-f1dd-4f7c-97b1-39184cfac653
,
ac4ce4ff-f6a8-49fb-8a71-018051883a98

}
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-14T17:56:10.496Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dec8dc2e-27cd-41eb-8053-df8d71489cbf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-14T17:56:10.496Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:56:10.496Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:10.700Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:56:10.701Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml dec8dc2e-27cd-41eb-8053-df8d71489cbf 1164
2022-06-14T17:56:10.701Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:10.701Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:10.701Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:56:10.702Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:10.704Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:10.704Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229370701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:10.810Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-14T17:56:10.811Z||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-14T17:56:10.811Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:10.843Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:10.844Z||pool-80-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:56:11.706Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac4ce4ff-f6a8-49fb-8a71-018051883a98 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-14T17:56:11.707Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-14T17:56:11.707Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:11.766Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-14T17:56:11.767Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ac4ce4ff-f6a8-49fb-8a71-018051883a98 200
2022-06-14T17:56:11.768Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:11.768Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:11.768Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T17:56:11.769Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:11.771Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:11.771Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229371768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:11.872Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T17:56:11.873Z||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-14T17:56:11.873Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:11.895Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:11.896Z||pool-81-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:12.773Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 366881e1-e711-4b2f-9fee-2294fc946106
2022-06-14T17:56:12.774Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6b0e3c1b-942b-43e2-9907-7f2a3aa74083 ASDC
2022-06-14T17:56:12.785Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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 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-14T17:56:12.820Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d1d239c, org.onap.sdc.toscaparser.api.parameters.Input@5c2cfc73, org.onap.sdc.toscaparser.api.parameters.Input@75d6ce5a, org.onap.sdc.toscaparser.api.parameters.Input@604305e0, org.onap.sdc.toscaparser.api.parameters.Input@1436cbb7]
2022-06-14T17:56:12.823Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.823Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:12.824Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-14T17:56:12.824Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b3831d09-03fe-4bc6-9945-856651766bb7
2022-06-14T17:56:12.824Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3831d09-03fe-4bc6-9945-856651766bb7 matches Tosca VF Customization UUID: b3831d09-03fe-4bc6-9945-856651766bb7
2022-06-14T17:56:12.824Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b3831d09-03fe-4bc6-9945-856651766bb7  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-14T17:56:12.829Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.830Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:12.832Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b3831d09-03fe-4bc6-9945-856651766bb7: {\"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-14T17:56:12.832Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14b1b9fb
2022-06-14T17:56:12.832Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.832Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T17:56:12.833Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e7332359-8340-4f2c-8dd2-2c4ff1c93d41
2022-06-14T17:56:12.833Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e7332359-8340-4f2c-8dd2-2c4ff1c93d41
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-14T17:56:12.841Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.842Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:12.843Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:56:12.843Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.844Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:12.844Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:56:12.845Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.845Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-14T17:56:12.845Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-14T17:56:12.846Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5154e846-b270-4fa6-838e-21a7600bdc5b
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-14T17:56:12.850Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.851Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:12.852Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T17:56:12.852Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.853Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-14T17:56:12.853Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b3831d09-03fe-4bc6-9945-856651766bb7
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-14T17:56:12.857Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.858Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:12.859Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 366881e1-e711-4b2f-9fee-2294fc946106: basic_cnf
2022-06-14T17:56:12.860Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.860Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:12.861Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.861Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:12.862Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.862Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:12.863Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.863Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:12.864Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T17:56:12.864Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T17:56:12.864Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:12.986Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6b0e3c1b-942b-43e2-9907-7f2a3aa74083 1 ASDC deployResourceStructure
2022-06-14T17:56:12.989Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:12.990Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:12.990Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-14T17:56:12.991Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:12.993Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:12.994Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229372987,
  "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-14T17:56:13.094Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:56:13.095Z||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-14T17:56:13.095Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:13.119Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:13.120Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:13.995Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:13.996Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:13.996Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-14T17:56:13.997Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:14.000Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:14.001Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229373995,
  "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-14T17:56:14.100Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:56:14.101Z||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-14T17:56:14.102Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:14.122Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:14.123Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:15.002Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:15.003Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:15.003Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:56:15.003Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:15.005Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:15.006Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229375002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:56:15.106Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:56:15.107Z||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-14T17:56:15.107Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:15.126Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:15.126Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-14T17:56:16.007Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:16.007Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:16.008Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:56:16.008Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:16.011Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:16.011Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229376006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:56:16.111Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:56:16.113Z||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-14T17:56:16.113Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:16.132Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:16.133Z||pool-85-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:17.013Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:17.014Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:17.014Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:56:17.015Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:17.018Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:17.018Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229377013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-14T17:56:17.118Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T17:56:17.120Z||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-14T17:56:17.120Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:17.141Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:17.142Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:18.019Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:18.020Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||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-14T17:56:18.020Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T17:56:18.021Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:18.024Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:18.024Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229378019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:56:18.124Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:56:18.126Z||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-14T17:56:18.126Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:18.144Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:18.145Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T17:56:19.025Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:56:19.479Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T17:56:19.487Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T17:56:19.487Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T17:56:19.487Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T17:56:19.488Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T17:56:19.488Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:56:19.488Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:56:19.488Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:56:19.489Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:56:19.489Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:56:19.489Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T17:56:19.489Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T17:56:19.507Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T17:56:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:56:39.926Z||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-14T17:56:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:39.960Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:39.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4784e0a-6271-4804-94d0-61610220dd56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229304505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:56:39.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:39.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:56:39.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:56:39.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:56:39.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:56:39.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:56:39.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:56:39.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:56:39.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:56:39.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-14T17:56:39.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:56:39.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:56:39.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:56:39.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:56:39.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:56:39.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229312844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:39.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:39.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229316047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:39.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:39.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229317120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:39.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:39.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229318188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:56:39.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:39.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229319382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:56:39.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:39.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229320391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:56:39.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:39.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229321396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-14T17:56:39.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:39.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-14T17:56:39.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229322402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:56:39.976Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:56:49.510Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb 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-14T17:56:49.527Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb and serviceModelVersionId: 366881e1-e711-4b2f-9fee-2294fc946106
2022-06-14T17:56:49.532Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df85feca-6c0c-4cd3-a89d-897498429f63
2022-06-14T17:56:49.533Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df85feca-6c0c-4cd3-a89d-897498429f63/model-vers/model-ver/366881e1-e711-4b2f-9fee-2294fc946106?depth=0
2022-06-14T17:56:49.539Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T17:56:49.651Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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/df85feca-6c0c-4cd3-a89d-897498429f63/model-vers/model-ver/366881e1-e711-4b2f-9fee-2294fc946106?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-14T17:56:49.654Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df85feca-6c0c-4cd3-a89d-897498429f63/model-vers/model-ver/366881e1-e711-4b2f-9fee-2294fc946106?depth=0|INFO|500||Invoke
2022-06-14T17:56:49.723Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df85feca-6c0c-4cd3-a89d-897498429f63/model-vers/model-ver/366881e1-e711-4b2f-9fee-2294fc946106?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T17:56:49.918Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df85feca-6c0c-4cd3-a89d-897498429f63/model-vers/model-ver/366881e1-e711-4b2f-9fee-2294fc946106?depth=0|INFO|500||InvokeReturn
2022-06-14T17:56:49.919Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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/df85feca-6c0c-4cd3-a89d-897498429f63/model-vers/model-ver/366881e1-e711-4b2f-9fee-2294fc946106?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-17:56:50:718-64385], vertex-id=[454664], Content-Length=[0], Date=[Tue, 14 Jun 2022 17:56:50 GMT], Content-Type=[application/json]}
2022-06-14T17:56:49.919Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-14T17:56:49.919Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T17:56:49.920Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T17:56:49.938Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T17:56:49.939Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T17:56:49.939Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T17:56:49.939Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-14T17:56:49.942Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T17:56:49.942Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229409939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:56:50.042Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T17:56:50.043Z||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-14T17:56:50.044Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T17:56:50.072Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:56:50.075Z||pool-88-thread-1|||||INFO|500||cambria reply ok (32 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-14T17:56:50.957Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:56:50.958Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T17:56:50.958Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:57:01.250Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:57:01.251Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:57:01.252Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T17:57:01.252Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:57:10.847Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:57:10.850Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:57:10.852Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T17:57:10.852Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:57:20.402Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:57:20.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:57:20.406Z||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-14T17:57:20.406Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:57:29.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:57:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:57:39.918Z||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-14T17:57:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:57:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:57:39.925Z||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-14T17:57:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:57:39.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:57:39.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46cfa119-5019-426b-9b06-9892824995e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229353833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:57:39.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:57:39.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-14T17:57:39.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-14T17:57:39.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T17:57:39.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T17:57:39.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229257781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T17:57:39.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-14T17:57:39.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229364189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:57:39.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229367325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:57:39.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229368409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:57:39.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229369483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:57:39.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229370701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:57:39.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229371768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T17:57:39.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229372987,
  "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-14T17:57:39.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229373995,
  "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-14T17:57:39.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229375002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T17:57:39.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229376006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T17:57:39.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229377013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-14T17:57:39.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:39.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-14T17:57:39.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229378019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T17:57:39.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:57:49.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:58:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:58:39.918Z||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-14T17:58:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:58:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:58:39.925Z||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-14T17:58:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:58:40.471Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:58:40.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T17:58:40.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655229409939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T17:58:40.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T17:58:49.530Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:59:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:59:39.918Z||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-14T17:59:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:59:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T17:59:39.925Z||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-14T17:59:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T17:59:49.491Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T17:59:49.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:00:39.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:00:39.920Z||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-14T18:00:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:00:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:00:39.925Z||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-14T18:00:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:00:49.499Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:00:49.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:01:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:01:39.919Z||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-14T18:01:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:01:39.924Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:01:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T18:01:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:01:49.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:01:49.487Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:02:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:02:39.919Z||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-14T18:02:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:02:39.925Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:02:39.926Z||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-14T18:02:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:02:49.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:02:49.517Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:03:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:03:39.918Z||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-14T18:03:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:03:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:03:39.925Z||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-14T18:03:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:03:49.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:03:49.496Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:04:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:04:39.918Z||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-14T18:04:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:04:39.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:04:39.926Z||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-14T18:04:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:04:49.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:04:49.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:05:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:05:39.918Z||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-14T18:05:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:05:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:05:39.925Z||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-14T18:05:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:05:49.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:05:49.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:06:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:06:39.919Z||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-14T18:06:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:06:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:06:39.925Z||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-14T18:06:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:06:49.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:06:49.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:07:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:07:39.918Z||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-14T18:07:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:07:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:07:39.925Z||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-14T18:07:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:07:49.491Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:07:49.501Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:08:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:08:39.918Z||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-14T18:08:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:08:39.924Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:08:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T18:08:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:08:49.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:08:49.483Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:09:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:09:39.919Z||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-14T18:09:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:09:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:09:39.925Z||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-14T18:09:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:09:49.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:09:49.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:39.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:10:39.918Z||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-14T18:10:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:10:39.925Z||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-14T18:10:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:40.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:40.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"91e85339-76e7-4434-a6e5-34f4da00ee19","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"cfde5120-83bc-4398-b5c1-c043f2537fd3","serviceDescription":"service","serviceInvariantUUID":"72117890-bfa3-4e0d-b126-4b4fd84a7dbc","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98bdd4d8-27e4-4f9f-a14b-48f65240a1c6","resourceInvariantUUID":"9ae2a075-0b84-42aa-9d24-3ad5d5377553","resourceCustomizationUUID":"f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89","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":"MTY4N2ZjN2E1ZDFiODZiN2Q4OWNkMjAxMmMwMzE1YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d587ef37-b9d5-41c1-898c-c0dee092cf94","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":"NGVlZWQ5NjQwMTVmMzhhZDIxNTdkM2QwNDc1NWUwNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c44e9ce8-047b-4eaa-a1d6-995d64e6f17e","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":"8fcdbefe-3ceb-42f4-8955-9508be53495f","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":"d28d6524-558e-4af5-86be-5a1e3ba6fce1","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":"4802f466-133c-4b53-bd39-8946d0e3b328","artifactVersion":"2","generatedFromUUID":"c5fbcfcc-8787-4096-8ca9-6fe1e492d806"},{"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":"f2c784f9-b59d-4bb0-bc11-7d09e6cdf630","artifactVersion":"2","generatedFromUUID":"8fcdbefe-3ceb-42f4-8955-9508be53495f"},{"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":"c5fbcfcc-8787-4096-8ca9-6fe1e492d806","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":"85c1173f-a52a-4bbf-b799-d63cf2d7c30d","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":"M2NmYjljN2FhYzI0YzE1ZDNjNmViMmVkNDlmYzMzOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8153d16d-bb78-4c0c-8786-ba00ef88f5fb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjhjYWE0ZGVmNDU1NzdlYWMxYjJkZTcwNDlkOWQ4ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"607f7357-38ff-4b3e-88cc-17e7a1a2db6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T18:10:40.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:40.572Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:40.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.574Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:40.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.582Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:40.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.583Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230202450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230207746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230199376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230219875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:40.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230220257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:40.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230222862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:10:40.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230212863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230223867,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T18:10:40.645Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91e85339-76e7-4434-a6e5-34f4da00ee19
2022-06-14T18:10:40.646Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e85339-76e7-4434-a6e5-34f4da00ee19 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-14T18:10:40.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230223683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:40.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "cds",
  "timestamp": 1655230226202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T18:10:40.681Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91e85339-76e7-4434-a6e5-34f4da00ee19
2022-06-14T18:10:40.681Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e85339-76e7-4434-a6e5-34f4da00ee19 and ComponentName cds
2022-06-14T18:10:40.682Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:10:40.685Z||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-14T18:10:40.685Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-14T18:10:40.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230217721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230218482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.702Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:40.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230228744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:40.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.703Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:40.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230229359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:40.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230229752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:10:40.705Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230230833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:10:40.705Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:40.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230230459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:40.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "policy-id",
  "timestamp": 1655230230756,
  "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-14T18:10:40.715Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e85339-76e7-4434-a6e5-34f4da00ee19
2022-06-14T18:10:40.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e85339-76e7-4434-a6e5-34f4da00ee19 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-14T18:10:40.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "aai-ml",
  "timestamp": 1655230231839,
  "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-14T18:10:40.734Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91e85339-76e7-4434-a6e5-34f4da00ee19
2022-06-14T18:10:40.734Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e85339-76e7-4434-a6e5-34f4da00ee19 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-14T18:10:40.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230221441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:10:40.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:10:40.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230231566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:40.746Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230232662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:40.746Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:40.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230233787,
  "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-14T18:10:40.755Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e85339-76e7-4434-a6e5-34f4da00ee19
2022-06-14T18:10:40.758Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e85339-76e7-4434-a6e5-34f4da00ee19 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-14T18:10:40.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:10:40.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230234790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T18:10:40.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:10:41.584Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:41.584Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:41.590Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:41.590Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T18:10:41.689Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T18:10:41.691Z||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-14T18:10:41.691Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:41.712Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:41.713Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:42.591Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:42.592Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:42.595Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:42.595Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:10:42.698Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-14T18:10:42.699Z||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-14T18:10:42.700Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:42.727Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:42.728Z||pool-91-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:10:43.596Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:43.596Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:43.599Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:43.599Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:43.702Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-14T18:10:43.703Z||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-14T18:10:43.703Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:43.719Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:43.721Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:44.602Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:44.603Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:44.609Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:44.610Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-14T18:10:44.709Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T18:10:44.711Z||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-14T18:10:44.712Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:44.735Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:44.736Z||pool-93-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:10:45.611Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:45.611Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:45.614Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:45.614Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-14T18:10:45.715Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:10:45.716Z||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-14T18:10:45.716Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:45.739Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:45.741Z||pool-94-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:46.615Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:46.616Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:46.620Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:46.620Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-14T18:10:46.721Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:10:46.722Z||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-14T18:10:46.722Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:46.740Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:46.741Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:47.621Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:47.622Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:47.625Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:47.625Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:47.725Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T18:10:47.726Z||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-14T18:10:47.727Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:47.753Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:47.754Z||pool-96-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:48.626Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:48.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:48.630Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:48.630Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:10:48.731Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T18:10:48.732Z||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-14T18:10:48.732Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:48.766Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:48.767Z||pool-97-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:49.632Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:10:49.633Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:49.636Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:49.636Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:10:49.739Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-14T18:10:49.740Z||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-14T18:10:49.740Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:49.788Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:49.789Z||pool-98-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:50.637Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "cfde5120-83bc-4398-b5c1-c043f2537fd3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "72117890-bfa3-4e0d-b126-4b4fd84a7dbc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98bdd4d8-27e4-4f9f-a14b-48f65240a1c6",
      "resourceInvariantUUID": "9ae2a075-0b84-42aa-9d24-3ad5d5377553",
      "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": "NGVlZWQ5NjQwMTVmMzhhZDIxNTdkM2QwNDc1NWUwNDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c44e9ce8-047b-4eaa-a1d6-995d64e6f17e",
          "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": "8fcdbefe-3ceb-42f4-8955-9508be53495f",
          "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": "f2c784f9-b59d-4bb0-bc11-7d09e6cdf630",
            "generatedFromUUID": "8fcdbefe-3ceb-42f4-8955-9508be53495f"
          },
          "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": "4802f466-133c-4b53-bd39-8946d0e3b328",
          "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": "f2c784f9-b59d-4bb0-bc11-7d09e6cdf630",
          "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": "c5fbcfcc-8787-4096-8ca9-6fe1e492d806",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjhjYWE0ZGVmNDU1NzdlYWMxYjJkZTcwNDlkOWQ4ODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "607f7357-38ff-4b3e-88cc-17e7a1a2db6c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T18:10:50.638Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T18:10:50.638Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cfde5120-83bc-4398-b5c1-c043f2537fd3 ASDC
2022-06-14T18:10:50.640Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:91e85339-76e7-4434-a6e5-34f4da00ee19
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:cfde5120-83bc-4398-b5c1-c043f2537fd3
ServiceInvariantUUID:72117890-bfa3-4e0d-b126-4b4fd84a7dbc
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:607f7357-38ff-4b3e-88cc-17e7a1a2db6c
ArtifactChecksum:MjhjYWE0ZGVmNDU1NzdlYWMxYjJkZTcwNDlkOWQ4ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89
ResourceInvariantUUID:9ae2a075-0b84-42aa-9d24-3ad5d5377553
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:98bdd4d8-27e4-4f9f-a14b-48f65240a1c6
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:c44e9ce8-047b-4eaa-a1d6-995d64e6f17e
ArtifactChecksum:NGVlZWQ5NjQwMTVmMzhhZDIxNTdkM2QwNDc1NWUwNDI=
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:8fcdbefe-3ceb-42f4-8955-9508be53495f
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:f2c784f9-b59d-4bb0-bc11-7d09e6cdf630
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:4802f466-133c-4b53-bd39-8946d0e3b328
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:f2c784f9-b59d-4bb0-bc11-7d09e6cdf630
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:c5fbcfcc-8787-4096-8ca9-6fe1e492d806
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-14T18:10:50.640Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfde5120-83bc-4398-b5c1-c043f2537fd3 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-14T18:10:50.699Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T18:10:50.701Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:10:50.701Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:10:50.701Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 607f7357-38ff-4b3e-88cc-17e7a1a2db6c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-14T18:10:50.702Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:10:50.702Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-14T18:10:50.912Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:10:50.925Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 607f7357-38ff-4b3e-88cc-17e7a1a2db6c 158219
2022-06-14T18:10:50.925Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:50.925Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:50.925Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:10:50.926Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:50.929Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:50.929Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230250925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:51.029Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:10:51.030Z||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-14T18:10:51.031Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:51.132Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:51.133Z||pool-99-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:10:51.929Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T18:10:51.931Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:10:51.931Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 607f7357-38ff-4b3e-88cc-17e7a1a2db6c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-14T18:10:51.932Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-14T18:10:51.933Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-14T18:10:51.933Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-14T18:10:52.244Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12500345260072244211/Definitions/service-BasicCnfMacro-template.yml
2022-06-14T18:10:54.262Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T18:10:54.262Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-14T18:10:54.263Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-14T18:10:54.263Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-14T18:10:54.263Z|91e85339-76e7-4434-a6e5-34f4da00ee19|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-BasicCnfMacro-csar.csar
2022-06-14T18:10:54.263Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:54.263Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:54.263Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:54.263Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-14T18:10:54.264Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.264Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:54.264Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:54.265Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-14T18:10:54.265Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T18:10:54.265Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.265Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:54.266Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:54.266Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-14T18:10:54.266Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T18:10:54.266Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.267Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:54.267Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.267Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-14T18:10:54.267Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-14T18:10:54.268Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-14T18:10:54.268Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T18:10:54.268Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.268Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T18:10:54.269Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.269Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:54.269Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:10:54.269Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.270Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:54.270Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:10:54.271Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.271Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:54.271Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:10:54.271Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.271Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:54.272Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:10:54.272Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.272Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-14T18:10:54.273Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-14T18:10:54.273Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f18e65a1-073d-4e60-819c-c293788f02c0
2022-06-14T18:10:54.274Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.274Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:54.274Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.274Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:54.274Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.275Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:54.275Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:54.275Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:54.275Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:cfde5120-83bc-4398-b5c1-c043f2537fd3
Model Version:NULL
Model InvariantUuid:72117890-bfa3-4e0d-b126-4b4fd84a7dbc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:19e6fa3c-832a-4c22-9d8d-b4f8b6d3694d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ae2a075-0b84-42aa-9d24-3ad5d5377553
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f513185b-2c84-415f-ab50-5f0ac8801d10
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b4ec76b7-3bf3-455a-8b28-d4ec8d89d0f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:645130f5-5311-4df2-896d-6b14be6f8b4b
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:0787883b-1236-45ad-9df3-93919150c0f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f18e65a1-073d-4e60-819c-c293788f02c0
ModelInvariantUuid:0b6a9d40-2ac9-464b-ae16-d8db9a826e4d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b7849aa6-56b4-41ff-aad8-d185ae67ee61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b2403d66-0e52-485c-a7a8-ce1e4db9780c
ModelInvariantUuid:f6313ccf-c52f-4fb4-97e3-37523524f143
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1edc307f-f0ff-4105-a710-9d89f5ff2397
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-14T18:10:54.285Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 98bdd4d8-27e4-4f9f-a14b-48f65240a1c6
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-14T18:10:54.292Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-06-14T18:10:54.292Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98bdd4d8-27e4-4f9f-a14b-48f65240a1c6
2022-06-14T18:10:54.292Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c44e9ce8-047b-4eaa-a1d6-995d64e6f17e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-14T18:10:54.293Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:10:54.293Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:54.411Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:10:54.412Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json c44e9ce8-047b-4eaa-a1d6-995d64e6f17e 1565
2022-06-14T18:10:54.412Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:54.412Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:54.412Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:10:54.413Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:54.418Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:54.419Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230254412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:54.516Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-14T18:10:54.517Z||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-14T18:10:54.517Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:54.536Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:54.537Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:55.419Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "645130f5-5311-4df2-896d-6b14be6f8b4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0787883b-1236-45ad-9df3-93919150c0f3",
    "vfModuleModelCustomizationUUID": "f06583c8-c275-480a-9433-485b0435d97e",
    "isBase": true,
    "artifacts": [
      "8fcdbefe-3ceb-42f4-8955-9508be53495f",
      "f2c784f9-b59d-4bb0-bc11-7d09e6cdf630"
    ],
    "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": "f513185b-2c84-415f-ab50-5f0ac8801d10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b4ec76b7-3bf3-455a-8b28-d4ec8d89d0f4",
    "vfModuleModelCustomizationUUID": "b8443c7b-038b-47fc-a293-e447c884a2f2",
    "isBase": false,
    "artifacts": [
      "c5fbcfcc-8787-4096-8ca9-6fe1e492d806"
    ],
    "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-14T18:10:55.427Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0787883b-1236-45ad-9df3-93919150c0f3
VfModuleModelInvariantUUID:645130f5-5311-4df2-896d-6b14be6f8b4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8fcdbefe-3ceb-42f4-8955-9508be53495f
,
f2c784f9-b59d-4bb0-bc11-7d09e6cdf630

}
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:b4ec76b7-3bf3-455a-8b28-d4ec8d89d0f4
VfModuleModelInvariantUUID:f513185b-2c84-415f-ab50-5f0ac8801d10
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5fbcfcc-8787-4096-8ca9-6fe1e492d806

}
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-14T18:10:55.430Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "645130f5-5311-4df2-896d-6b14be6f8b4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0787883b-1236-45ad-9df3-93919150c0f3",
    "vfModuleModelCustomizationUUID": "f06583c8-c275-480a-9433-485b0435d97e",
    "isBase": true,
    "artifacts": [
      "8fcdbefe-3ceb-42f4-8955-9508be53495f",
      "f2c784f9-b59d-4bb0-bc11-7d09e6cdf630"
    ],
    "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": "f513185b-2c84-415f-ab50-5f0ac8801d10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b4ec76b7-3bf3-455a-8b28-d4ec8d89d0f4",
    "vfModuleModelCustomizationUUID": "b8443c7b-038b-47fc-a293-e447c884a2f2",
    "isBase": false,
    "artifacts": [
      "c5fbcfcc-8787-4096-8ca9-6fe1e492d806"
    ],
    "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-14T18:10:55.431Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0787883b-1236-45ad-9df3-93919150c0f3
VfModuleModelInvariantUUID:645130f5-5311-4df2-896d-6b14be6f8b4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8fcdbefe-3ceb-42f4-8955-9508be53495f
,
f2c784f9-b59d-4bb0-bc11-7d09e6cdf630

}
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:b4ec76b7-3bf3-455a-8b28-d4ec8d89d0f4
VfModuleModelInvariantUUID:f513185b-2c84-415f-ab50-5f0ac8801d10
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5fbcfcc-8787-4096-8ca9-6fe1e492d806

}
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-14T18:10:55.431Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8fcdbefe-3ceb-42f4-8955-9508be53495f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-14T18:10:55.431Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:10:55.431Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:55.510Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:10:55.511Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8fcdbefe-3ceb-42f4-8955-9508be53495f 914
2022-06-14T18:10:55.511Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:55.512Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:55.512Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:10:55.513Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:55.515Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:55.515Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230255511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:55.615Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:10:55.616Z||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-14T18:10:55.616Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:55.644Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:55.645Z||pool-101-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:56.516Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4802f466-133c-4b53-bd39-8946d0e3b328 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-14T18:10:56.516Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:10:56.517Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:56.678Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:10:56.679Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4802f466-133c-4b53-bd39-8946d0e3b328 12
2022-06-14T18:10:56.679Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:56.680Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:56.680Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:10:56.681Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:56.686Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:56.687Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230256679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:56.787Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:10:56.789Z||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-14T18:10:56.789Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:56.817Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:56.818Z||pool-102-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:57.687Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f2c784f9-b59d-4bb0-bc11-7d09e6cdf630 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-14T18:10:57.688Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:10:57.688Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:57.739Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:10:57.740Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env f2c784f9-b59d-4bb0-bc11-7d09e6cdf630 96
2022-06-14T18:10:57.740Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:57.740Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:57.740Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:10:57.741Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:57.743Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:57.743Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230257740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:57.844Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T18:10:57.845Z||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-14T18:10:57.845Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:57.861Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:57.862Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:58.744Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c5fbcfcc-8787-4096-8ca9-6fe1e492d806 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-14T18:10:58.745Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:10:58.745Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:58.831Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:10:58.832Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c5fbcfcc-8787-4096-8ca9-6fe1e492d806 20206
2022-06-14T18:10:58.833Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:58.833Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:58.833Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:10:58.833Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:58.836Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:58.836Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230258832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:10:58.936Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:10:58.937Z||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-14T18:10:58.937Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:10:58.960Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:10:58.960Z||pool-104-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:10:59.841Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cfde5120-83bc-4398-b5c1-c043f2537fd3
2022-06-14T18:10:59.841Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 98bdd4d8-27e4-4f9f-a14b-48f65240a1c6 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-14T18:10:59.853Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55224759, org.onap.sdc.toscaparser.api.parameters.Input@2e4e48d6, org.onap.sdc.toscaparser.api.parameters.Input@6ea0a678, org.onap.sdc.toscaparser.api.parameters.Input@7210561a, org.onap.sdc.toscaparser.api.parameters.Input@354fdf8e]
2022-06-14T18:10:59.856Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.856Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:59.857Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-14T18:10:59.857Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89
2022-06-14T18:10:59.857Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89 matches Tosca VF Customization UUID: f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89
2022-06-14T18:10:59.858Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89  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-14T18:10:59.861Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.862Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:59.863Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89: {\"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-14T18:10:59.863Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72b3f7e4
2022-06-14T18:10:59.863Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.863Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T18:10:59.864Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b8443c7b-038b-47fc-a293-e447c884a2f2
2022-06-14T18:10:59.864Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b8443c7b-038b-47fc-a293-e447c884a2f2
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-14T18:10:59.870Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.871Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:59.871Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:10:59.871Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.872Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:59.872Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:10:59.872Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.873Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-14T18:10:59.873Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f6fe7686-7e4c-4f19-bdaf-624ce3dbaa89
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-14T18:10:59.875Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.876Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:59.876Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cfde5120-83bc-4398-b5c1-c043f2537fd3: basic_cnf_macro
2022-06-14T18:10:59.877Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.877Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:59.877Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.877Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:59.878Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.878Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:59.879Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.879Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:59.879Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:10:59.879Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:10:59.880Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:59.929Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 98bdd4d8-27e4-4f9f-a14b-48f65240a1c6 2 ASDC deployResourceStructure
2022-06-14T18:10:59.930Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:59.930Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:10:59.930Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:10:59.931Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:10:59.934Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:10:59.934Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230259929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T18:11:00.035Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:00.036Z||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-14T18:11:00.036Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:00.050Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:00.051Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:11:00.936Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:00.936Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:00.936Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:11:00.936Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:00.938Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:00.938Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230260936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T18:11:01.039Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:01.040Z||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-14T18:11:01.040Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:01.070Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:01.071Z||pool-106-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:01.941Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:01.942Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:01.942Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-14T18:11:01.943Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:01.945Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:01.945Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230261941,
  "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-14T18:11:02.048Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-14T18:11:02.049Z||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-14T18:11:02.049Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:02.066Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:02.068Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:11:02.947Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:02.947Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:02.948Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:11:02.948Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:02.950Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:02.951Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230262947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-14T18:11:03.051Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:03.052Z||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-14T18:11:03.052Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:03.078Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:03.079Z||pool-108-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:11:03.952Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:03.952Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:03.952Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-14T18:11:03.952Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:03.955Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:03.955Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230263951,
  "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-14T18:11:04.055Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:04.056Z||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-14T18:11:04.056Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:04.075Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:04.076Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:11:04.958Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:04.958Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||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-14T18:11:04.958Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:11:04.959Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:04.962Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:04.962Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230264958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:11:05.062Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:05.063Z||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-14T18:11:05.064Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:05.081Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:05.082Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:05.963Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e85339-76e7-4434-a6e5-34f4da00ee19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:11:05.979Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e85339-76e7-4434-a6e5-34f4da00ee19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:11:05.983Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T18:11:05.983Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T18:11:05.983Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T18:11:05.984Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T18:11:05.984Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:11:05.984Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:11:05.984Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:11:05.984Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:11:05.984Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:11:05.984Z|91e85339-76e7-4434-a6e5-34f4da00ee19|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-14T18:11:05.990Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T18:11:35.991Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91e85339-76e7-4434-a6e5-34f4da00ee19 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-14T18:11:36.001Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91e85339-76e7-4434-a6e5-34f4da00ee19 and serviceModelVersionId: cfde5120-83bc-4398-b5c1-c043f2537fd3
2022-06-14T18:11:36.001Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72117890-bfa3-4e0d-b126-4b4fd84a7dbc
2022-06-14T18:11:36.003Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?depth=0
2022-06-14T18:11:36.010Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T18:11:36.074Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?depth=0|INFO|500||Invoke
2022-06-14T18:11:36.074Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91e85339-76e7-4434-a6e5-34f4da00ee19], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71e8c89a-0377-40bf-aa40-4a011d84c4be], X-ECOMP-RequestID=[91e85339-76e7-4434-a6e5-34f4da00ee19], X-TransactionId=[], X-ONAP-RequestID=[91e85339-76e7-4434-a6e5-34f4da00ee19], Content-Type=[application/merge-patch+json]}
2022-06-14T18:11:36.106Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T18:11:36.199Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?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/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220614-18:11:37:057-17214], vertex-id=[499720], Content-Length=[0], Date=[Tue, 14 Jun 2022 18:11:37 GMT], Content-Type=[application/json]}
2022-06-14T18:11:36.200Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-14T18:11:36.201Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72117890-bfa3-4e0d-b126-4b4fd84a7dbc/model-vers/model-ver/cfde5120-83bc-4398-b5c1-c043f2537fd3?depth=0|INFO|500||InvokeReturn
2022-06-14T18:11:36.201Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T18:11:36.201Z|91e85339-76e7-4434-a6e5-34f4da00ee19|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-14T18:11:36.209Z|91e85339-76e7-4434-a6e5-34f4da00ee19|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-14T18:11:36.210Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91e85339-76e7-4434-a6e5-34f4da00ee19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T18:11:36.210Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T18:11:36.210Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:36.213Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:36.213Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230296210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T18:11:36.313Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:36.315Z||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-14T18:11:36.315Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:36.341Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:36.342Z||pool-111-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-14T18:11:39.917Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:11:39.918Z|91e85339-76e7-4434-a6e5-34f4da00ee19|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-14T18:11:39.918Z|91e85339-76e7-4434-a6e5-34f4da00ee19|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:11:39.925Z||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-14T18:11:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:40.054Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:40.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:11:40.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:40.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:11:40.549Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:40.550Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T18:11:40.550Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c04b1234-b44d-4686-bd7b-df6f3f308626","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"455b15c1-13a8-4e9b-a290-6b2be7e71e34","serviceDescription":"service","serviceInvariantUUID":"21102183-81bb-43d6-a89e-f32784f0fa8a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b6dcdf25-6711-4a93-996e-b43653017973","resourceInvariantUUID":"4cd93488-8535-4108-92c5-80ea1451cee2","resourceCustomizationUUID":"e0d5c662-b37f-4fda-bd8f-abc7c74a9299","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":"YWQzZmUzNDlhYmNlNmFmM2ZkYWI0YTFiYWYzZGNiMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac25a0a9-27c7-4884-b662-6808ddaf227b","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":"1e0dc701-2cec-4129-ba8c-687e7d41baec","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":"fda15d09-9425-4535-94d7-23feb0da0fbb","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":"NzdlMzYzOTliMjRhNGM0YmQ0NzcxOTkwZmEwYjJkNjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2a0f5bec-9b34-4e6e-97d3-e643c36fbfc5","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":"24be7117-ee3a-4719-9659-74529766abbf","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":"673b6a09-49b3-44b2-9974-5710c942087a","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":"b2c5ac9d-29a7-47d6-9381-6de66ae1dfee","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":"ZTIwMzNjOGFlMTZlNGU2NTM3YzRiNzg2YzI0ZGUwNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d875ba5f-0e0d-4050-93a4-6abd6b9d16b4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmY1YWQ1OTA5MzgyODhiZmQwYTRmYWM5YzU5ODYyNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b3d647d-22c5-4b94-8c74-1acd7d32a805","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T18:11:40.553Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:40.554Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:40.556Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:40.557Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:40.657Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:40.658Z||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-14T18:11:40.658Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:40.679Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:40.680Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:11:41.557Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:41.558Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:41.563Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:41.565Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:41.663Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T18:11:41.665Z||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-14T18:11:41.665Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:41.697Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:41.698Z||pool-113-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:42.566Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:42.567Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:42.569Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:42.570Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:42.670Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:42.671Z||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-14T18:11:42.671Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:42.691Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:42.692Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:43.571Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:43.571Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:43.574Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:43.574Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:43.674Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:43.675Z||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-14T18:11:43.675Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:43.693Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:43.694Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:11:44.575Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:44.575Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:44.578Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:44.578Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:44.678Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:44.679Z||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-14T18:11:44.679Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:44.699Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:44.700Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:45.579Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:45.579Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:45.582Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:45.582Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:45.682Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:45.683Z||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-14T18:11:45.683Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:45.720Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:45.721Z||pool-117-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:11:46.582Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:46.583Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:46.585Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:46.586Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:46.686Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:46.687Z||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-14T18:11:46.687Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:46.728Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:46.729Z||pool-118-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:47.586Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:47.587Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:47.607Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:47.607Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:11:47.694Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-14T18:11:47.696Z||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-14T18:11:47.711Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:47.735Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:47.736Z||pool-119-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:48.608Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:11:48.609Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:48.612Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:48.612Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:11:48.713Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T18:11:48.714Z||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-14T18:11:48.714Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:48.748Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:48.749Z||pool-120-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:49.614Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "455b15c1-13a8-4e9b-a290-6b2be7e71e34",
  "serviceDescription": "service",
  "serviceInvariantUUID": "21102183-81bb-43d6-a89e-f32784f0fa8a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e0d5c662-b37f-4fda-bd8f-abc7c74a9299",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b6dcdf25-6711-4a93-996e-b43653017973",
      "resourceInvariantUUID": "4cd93488-8535-4108-92c5-80ea1451cee2",
      "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": "YmY1YWQ1OTA5MzgyODhiZmQwYTRmYWM5YzU5ODYyNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0b3d647d-22c5-4b94-8c74-1acd7d32a805"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T18:11:49.615Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T18:11:49.616Z|91e85339-76e7-4434-a6e5-34f4da00ee19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 455b15c1-13a8-4e9b-a290-6b2be7e71e34 ASDC
2022-06-14T18:11:49.617Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c04b1234-b44d-4686-bd7b-df6f3f308626
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:455b15c1-13a8-4e9b-a290-6b2be7e71e34
ServiceInvariantUUID:21102183-81bb-43d6-a89e-f32784f0fa8a
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:0b3d647d-22c5-4b94-8c74-1acd7d32a805
ArtifactChecksum:YmY1YWQ1OTA5MzgyODhiZmQwYTRmYWM5YzU5ODYyNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e0d5c662-b37f-4fda-bd8f-abc7c74a9299
ResourceInvariantUUID:4cd93488-8535-4108-92c5-80ea1451cee2
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b6dcdf25-6711-4a93-996e-b43653017973
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-14T18:11:49.617Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 455b15c1-13a8-4e9b-a290-6b2be7e71e34 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-14T18:11:49.712Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T18:11:49.714Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:11:49.714Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:11:49.715Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0b3d647d-22c5-4b94-8c74-1acd7d32a805 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-14T18:11:49.715Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:11:49.715Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-14T18:11:49.822Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:11:49.830Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0b3d647d-22c5-4b94-8c74-1acd7d32a805 105661
2022-06-14T18:11:49.831Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-14T18:11:49.831Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-14T18:11:49.832Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:11:49.832Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:49.835Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:49.835Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230309831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:11:49.937Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-14T18:11:49.938Z||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-14T18:11:49.939Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:49.957Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:49.957Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:11:50.836Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T18:11:50.837Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:11:50.838Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0b3d647d-22c5-4b94-8c74-1acd7d32a805, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:50.838Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-14T18:11:50.839Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:50.839Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:50.989Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12629888084725177398/Definitions/service-TestPnfMacro-template.yml
2022-06-14T18:11:52.239Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T18:11:52.240Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-14T18:11:52.241Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.241Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-14T18:11:52.241Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.241Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.241Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.242Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.242Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.242Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.242Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.242Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-14T18:11:52.243Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.243Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.243Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-14T18:11:52.244Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-14T18:11:52.244Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T18:11:52.245Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.245Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.245Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-14T18:11:52.246Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-14T18:11:52.246Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T18:11:52.246Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.247Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.247Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.247Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.248Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.248Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.248Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.248Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.249Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.249Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.249Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:455b15c1-13a8-4e9b-a290-6b2be7e71e34
Model Version:NULL
Model InvariantUuid:21102183-81bb-43d6-a89e-f32784f0fa8a
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-14T18:11:52.263Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b6dcdf25-6711-4a93-996e-b43653017973
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-14T18:11:52.267Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-06-14T18:11:52.267Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b6dcdf25-6711-4a93-996e-b43653017973
2022-06-14T18:11:52.267Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 455b15c1-13a8-4e9b-a290-6b2be7e71e34
2022-06-14T18:11:52.267Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 455b15c1-13a8-4e9b-a290-6b2be7e71e34
2022-06-14T18:11:52.268Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b6dcdf25-6711-4a93-996e-b43653017973 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-14T18:11:52.276Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2136015c, org.onap.sdc.toscaparser.api.parameters.Input@e950fcf, org.onap.sdc.toscaparser.api.parameters.Input@6e28c89c, org.onap.sdc.toscaparser.api.parameters.Input@6807b81f, org.onap.sdc.toscaparser.api.parameters.Input@792a68a2]
2022-06-14T18:11:52.276Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.277Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.277Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 455b15c1-13a8-4e9b-a290-6b2be7e71e34: test-pnf
2022-06-14T18:11:52.277Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||Processing PNF resource: b6dcdf25-6711-4a93-996e-b43653017973
2022-06-14T18:11:52.278Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:11:52.278Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:11:52.278Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||Resource customization UUID: e0d5c662-b37f-4fda-bd8f-abc7c74a9299 is the same as notified resource customizationUUID: e0d5c662-b37f-4fda-bd8f-abc7c74a9299
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-14T18:11:52.329Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b6dcdf25-6711-4a93-996e-b43653017973 0 ASDC deployResourceStructure
2022-06-14T18:11:52.330Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-14T18:11:52.330Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-14T18:11:52.330Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:11:52.331Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:11:52.333Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:11:52.334Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230312329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:11:52.434Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:11:52.435Z||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-14T18:11:52.436Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:11:52.452Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:11:52.453Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:11:53.335Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04b1234-b44d-4686-bd7b-df6f3f308626
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:11:53.349Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04b1234-b44d-4686-bd7b-df6f3f308626
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:11:53.353Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T18:11:53.353Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T18:11:53.354Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T18:12:23.354Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04b1234-b44d-4686-bd7b-df6f3f308626
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:12:23.372Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04b1234-b44d-4686-bd7b-df6f3f308626
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:12:23.376Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T18:12:23.376Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T18:12:23.376Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T18:12:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:12:39.925Z||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-14T18:12:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:12:39.955Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:12:39.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230241074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:39.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T18:12:39.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:12:39.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:39.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-14T18:12:39.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-14T18:12:39.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-14T18:12:39.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230247081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:39.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:39.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "clamp",
  "timestamp": 1655230248087,
  "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-14T18:12:39.981Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91e85339-76e7-4434-a6e5-34f4da00ee19
2022-06-14T18:12:39.981Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e85339-76e7-4434-a6e5-34f4da00ee19 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-14T18:12:39.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:39.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230239917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:12:39.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:39.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230250925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:39.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230254412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:39.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230255511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:39.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230256679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:39.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230257740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:39.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230258832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:39.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230259929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:39.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230260936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:39.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230261941,
  "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-14T18:12:39.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230262947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:39.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:39.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:39.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230263951,
  "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-14T18:12:40.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230264958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:40.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230262450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:12:40.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230267746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:12:40.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230279861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:40.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230279546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230281568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230272863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230282573,
  "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-14T18:12:40.023Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c04b1234-b44d-4686-bd7b-df6f3f308626
2022-06-14T18:12:40.023Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04b1234-b44d-4686-bd7b-df6f3f308626 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-14T18:12:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230282627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:40.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "cds",
  "timestamp": 1655230283870,
  "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-14T18:12:40.051Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c04b1234-b44d-4686-bd7b-df6f3f308626
2022-06-14T18:12:40.052Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04b1234-b44d-4686-bd7b-df6f3f308626 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-14T18:12:40.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230285306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:40.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "aai-ml",
  "timestamp": 1655230286310,
  "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-14T18:12:40.074Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c04b1234-b44d-4686-bd7b-df6f3f308626
2022-06-14T18:12:40.075Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04b1234-b44d-4686-bd7b-df6f3f308626 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-14T18:12:40.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:12:40.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230277721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:12:40.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230278481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:12:40.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230287527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:40.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230279376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230288533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:40.099Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230289225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:40.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "policy-id",
  "timestamp": 1655230289537,
  "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-14T18:12:40.108Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04b1234-b44d-4686-bd7b-df6f3f308626
2022-06-14T18:12:40.109Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04b1234-b44d-4686-bd7b-df6f3f308626 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-14T18:12:40.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230290274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:40.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:12:40.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230291285,
  "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-14T18:12:40.131Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c04b1234-b44d-4686-bd7b-df6f3f308626
2022-06-14T18:12:40.131Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04b1234-b44d-4686-bd7b-df6f3f308626 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-14T18:12:40.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230295107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:12:40.143Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91e85339-76e7-4434-a6e5-34f4da00ee19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230296210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T18:12:40.144Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230292450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230287863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230297123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:12:40.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:12:40.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230292450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230287863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "clamp",
  "timestamp": 1655230298129,
  "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-14T18:12:40.161Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c04b1234-b44d-4686-bd7b-df6f3f308626
2022-06-14T18:12:40.162Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04b1234-b44d-4686-bd7b-df6f3f308626 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-14T18:12:40.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230292450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230297721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230287863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230292450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230297721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230287863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:40.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:12:40.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:12:40.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:12:53.377Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04b1234-b44d-4686-bd7b-df6f3f308626
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:12:53.393Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04b1234-b44d-4686-bd7b-df6f3f308626
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:12:53.396Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T18:12:53.396Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:12:53.397Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:12:53.398Z|c04b1234-b44d-4686-bd7b-df6f3f308626|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-14T18:12:53.404Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T18:13:23.405Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c04b1234-b44d-4686-bd7b-df6f3f308626 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-14T18:13:23.432Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c04b1234-b44d-4686-bd7b-df6f3f308626 and serviceModelVersionId: 455b15c1-13a8-4e9b-a290-6b2be7e71e34
2022-06-14T18:13:23.433Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21102183-81bb-43d6-a89e-f32784f0fa8a
2022-06-14T18:13:23.436Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?depth=0
2022-06-14T18:13:23.450Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T18:13:23.522Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?depth=0|INFO|500||Invoke
2022-06-14T18:13:23.523Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c04b1234-b44d-4686-bd7b-df6f3f308626], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a31f490-827b-4f0d-b469-a2932a25deac], X-ECOMP-RequestID=[c04b1234-b44d-4686-bd7b-df6f3f308626], X-TransactionId=[], X-ONAP-RequestID=[c04b1234-b44d-4686-bd7b-df6f3f308626], Content-Type=[application/merge-patch+json]}
2022-06-14T18:13:23.563Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T18:13:23.680Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?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/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220614-18:13:24:524-98077], vertex-id=[503816], Content-Length=[0], Date=[Tue, 14 Jun 2022 18:13:24 GMT], Content-Type=[application/json]}
2022-06-14T18:13:23.681Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-14T18:13:23.682Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21102183-81bb-43d6-a89e-f32784f0fa8a/model-vers/model-ver/455b15c1-13a8-4e9b-a290-6b2be7e71e34?depth=0|INFO|500||InvokeReturn
2022-06-14T18:13:23.682Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T18:13:23.688Z|c04b1234-b44d-4686-bd7b-df6f3f308626|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-14T18:13:23.696Z|c04b1234-b44d-4686-bd7b-df6f3f308626|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-14T18:13:23.696Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c04b1234-b44d-4686-bd7b-df6f3f308626 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T18:13:23.697Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T18:13:23.697Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:23.701Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:23.701Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230403697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T18:13:23.801Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:23.802Z||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-14T18:13:23.802Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:23.824Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:23.837Z||pool-123-thread-1|||||INFO|500||cambria reply ok (36 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-14T18:13:24.719Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-14T18:13:24.719Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"641340cc-1495-4991-b94e-cba3bbed9cd2","serviceDescription":"service","serviceInvariantUUID":"7888ae5a-971b-4b05-85aa-23f4ddf1b258","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46d6f9cd-6974-4c04-ac39-a6674107e942","resourceInvariantUUID":"5accf081-17e0-4d2c-ba25-8c5cafdde2c5","resourceCustomizationUUID":"655562ee-d413-4af2-a938-81204325c618","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":"YjI5MjQ1YzAxZmEwZDEzODU2MjIwNDFhYTYxNjc4NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15d5df94-cfe4-47d2-9d62-81f04ceb00f1","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":"OTdjNzAzODU5ZDkxNGQ3Y2Q4YjFmMjYyZWNiM2YxNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb0e4088-2f03-4dd7-a3b3-2d9353c91f26","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":"b0deb091-026b-4f1a-9eb0-70c824bddff1","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":"c50da9a4-6790-43ac-8a9d-53e106b8bf74","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":"90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920","artifactVersion":"2","generatedFromUUID":"b0deb091-026b-4f1a-9eb0-70c824bddff1"},{"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":"MWEwMjkxYzc5MWUyNzZhMGZlMjUyYjc4NjRiZDBhNjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"38c5faee-a29b-42bb-96a6-433cb2fa5002","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":"YWQzOGYwNjIyYTUzZjU4OGU3NDA4YzA2ODJlZWQ2YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0656ec43-3143-4b31-b713-b03705039133","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWM2ZTVkYTUzZDkxY2M5YTc0ODU2NGE0YTZlNTkzMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cc6e452-8376-4a66-89b3-792ccdc4fe54","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-14T18:13:24.720Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:13:24.720Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:24.723Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:24.723Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:13:24.824Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T18:13:24.825Z||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-14T18:13:24.825Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:24.847Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:24.848Z||pool-124-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:13:25.725Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:13:25.726Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:25.730Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:25.730Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T18:13:25.830Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:25.831Z||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-14T18:13:25.831Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:25.853Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:25.854Z||pool-125-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:13:26.731Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:13:26.732Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:26.735Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:26.735Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:13:26.842Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-14T18:13:26.843Z||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-14T18:13:26.843Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:26.865Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:26.866Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:27.736Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:13:27.737Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:27.740Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:27.741Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:13:27.840Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T18:13:27.841Z||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-14T18:13:27.841Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:27.867Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:27.868Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:28.742Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:13:28.742Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:28.745Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:28.745Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-14T18:13:28.845Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:28.846Z||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-14T18:13:28.846Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:28.865Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:28.866Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:29.753Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:13:29.754Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:29.758Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:29.758Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:13:29.859Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T18:13:29.860Z||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-14T18:13:29.860Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:29.896Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:29.897Z||pool-129-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:13:30.759Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:13:30.760Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:30.763Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:30.763Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:13:30.865Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:30.866Z||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-14T18:13:30.866Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:30.939Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:30.941Z||pool-130-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:31.765Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-14T18:13:31.765Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:31.768Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:31.768Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:13:31.869Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:31.870Z||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-14T18:13:31.871Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:31.888Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:31.889Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:32.772Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "641340cc-1495-4991-b94e-cba3bbed9cd2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7888ae5a-971b-4b05-85aa-23f4ddf1b258",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "655562ee-d413-4af2-a938-81204325c618",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "46d6f9cd-6974-4c04-ac39-a6674107e942",
      "resourceInvariantUUID": "5accf081-17e0-4d2c-ba25-8c5cafdde2c5",
      "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": "OTdjNzAzODU5ZDkxNGQ3Y2Q4YjFmMjYyZWNiM2YxNjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bb0e4088-2f03-4dd7-a3b3-2d9353c91f26",
          "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": "b0deb091-026b-4f1a-9eb0-70c824bddff1",
          "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": "90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920",
            "generatedFromUUID": "b0deb091-026b-4f1a-9eb0-70c824bddff1"
          },
          "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": "90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NWM2ZTVkYTUzZDkxY2M5YTc0ODU2NGE0YTZlNTkzMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4cc6e452-8376-4a66-89b3-792ccdc4fe54"
    }
  ],
  "workloadContext": "Production"
}
2022-06-14T18:13:32.772Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-14T18:13:32.773Z|c04b1234-b44d-4686-bd7b-df6f3f308626|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 641340cc-1495-4991-b94e-cba3bbed9cd2 ASDC
2022-06-14T18:13:32.773Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:641340cc-1495-4991-b94e-cba3bbed9cd2
ServiceInvariantUUID:7888ae5a-971b-4b05-85aa-23f4ddf1b258
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:4cc6e452-8376-4a66-89b3-792ccdc4fe54
ArtifactChecksum:NWM2ZTVkYTUzZDkxY2M5YTc0ODU2NGE0YTZlNTkzMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:655562ee-d413-4af2-a938-81204325c618
ResourceInvariantUUID:5accf081-17e0-4d2c-ba25-8c5cafdde2c5
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:46d6f9cd-6974-4c04-ac39-a6674107e942
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:bb0e4088-2f03-4dd7-a3b3-2d9353c91f26
ArtifactChecksum:OTdjNzAzODU5ZDkxNGQ3Y2Q4YjFmMjYyZWNiM2YxNjU=
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:b0deb091-026b-4f1a-9eb0-70c824bddff1
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:90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920
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:90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-14T18:13:32.773Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 641340cc-1495-4991-b94e-cba3bbed9cd2 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-14T18:13:32.847Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T18:13:32.848Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:13:32.848Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:13:32.848Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4cc6e452-8376-4a66-89b3-792ccdc4fe54 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-14T18:13:32.849Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:13:32.849Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-14T18:13:32.991Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:13:32.998Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4cc6e452-8376-4a66-89b3-792ccdc4fe54 78810
2022-06-14T18:13:32.998Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-14T18:13:32.998Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-14T18:13:32.998Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:13:32.999Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:33.002Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:33.002Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230412998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:13:33.101Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-14T18:13:33.103Z||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-14T18:13:33.103Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:33.124Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:33.125Z||pool-132-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:34.003Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-14T18:13:34.004Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-14T18:13:34.005Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4cc6e452-8376-4a66-89b3-792ccdc4fe54, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:34.005Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-14T18:13:34.006Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:34.006Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:34.190Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15246473140281091023/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-14T18:13:36.036Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-14T18:13:36.037Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-14T18:13:36.037Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.038Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-14T18:13:36.038Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.038Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-BasicVmMacro-csar.csar
2022-06-14T18:13:36.038Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.038Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.039Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.039Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.039Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.039Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.040Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-14T18:13:36.040Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-14T18:13:36.040Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.041Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:36.041Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:36.042Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-14T18:13:36.042Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T18:13:36.043Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.043Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:36.043Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:36.044Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-14T18:13:36.045Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-14T18:13:36.045Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.045Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:36.046Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.047Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-14T18:13:36.047Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-14T18:13:36.047Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-14T18:13:36.048Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-14T18:13:36.048Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-14T18:13:36.048Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-14T18:13:36.049Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.049Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T18:13:36.049Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.050Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:36.050Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:13:36.051Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.051Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:36.051Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:13:36.051Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.052Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:36.052Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:13:36.052Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.052Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-14T18:13:36.053Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-14T18:13:36.053Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-14T18:13:36.053Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ac391325-4912-4028-9ede-1bc10bedb84e
2022-06-14T18:13:36.053Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.053Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:36.054Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.054Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:36.054Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.054Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:36.055Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:36.055Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:36.055Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:641340cc-1495-4991-b94e-cba3bbed9cd2
Model Version:NULL
Model InvariantUuid:7888ae5a-971b-4b05-85aa-23f4ddf1b258
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:eacdef27-667d-4ba8-9c68-c33665f443d9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5accf081-17e0-4d2c-ba25-8c5cafdde2c5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:655562ee-d413-4af2-a938-81204325c618
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85369156-581c-460e-ab15-b09d77c4f2d0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c429d21f-1f8b-4fbf-8ca0-278b6db8721c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ac391325-4912-4028-9ede-1bc10bedb84e
ModelInvariantUuid:0c072075-9c59-49e4-aef0-75dd8f7df8c0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0ca50f98-48e2-4032-a437-d4c6c6286513
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a490f82a-8714-4812-b765-d21dc8166ed8
ModelInvariantUuid:0ad104b3-ee93-4450-a5c4-af6034f96e9d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:20d9174d-edec-4592-b405-20896762a4d2
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-14T18:13:36.065Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 46d6f9cd-6974-4c04-ac39-a6674107e942
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-14T18:13:36.068Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-06-14T18:13:36.069Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46d6f9cd-6974-4c04-ac39-a6674107e942
2022-06-14T18:13:36.069Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb0e4088-2f03-4dd7-a3b3-2d9353c91f26 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-14T18:13:36.069Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:13:36.069Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-14T18:13:36.125Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:13:36.125Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json bb0e4088-2f03-4dd7-a3b3-2d9353c91f26 792
2022-06-14T18:13:36.126Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-14T18:13:36.126Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-14T18:13:36.126Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:13:36.126Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:36.129Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:36.129Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230416126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:13:36.229Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:36.230Z||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-14T18:13:36.231Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:36.250Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:36.251Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:37.130Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "85369156-581c-460e-ab15-b09d77c4f2d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c429d21f-1f8b-4fbf-8ca0-278b6db8721c",
    "vfModuleModelCustomizationUUID": "592085f8-8952-494d-818c-b451c634b85f",
    "isBase": true,
    "artifacts": [
      "b0deb091-026b-4f1a-9eb0-70c824bddff1",
      "90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920"
    ],
    "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-14T18:13:37.135Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c429d21f-1f8b-4fbf-8ca0-278b6db8721c
VfModuleModelInvariantUUID:85369156-581c-460e-ab15-b09d77c4f2d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0deb091-026b-4f1a-9eb0-70c824bddff1
,
90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920

}
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-14T18:13:37.138Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "85369156-581c-460e-ab15-b09d77c4f2d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c429d21f-1f8b-4fbf-8ca0-278b6db8721c",
    "vfModuleModelCustomizationUUID": "592085f8-8952-494d-818c-b451c634b85f",
    "isBase": true,
    "artifacts": [
      "b0deb091-026b-4f1a-9eb0-70c824bddff1",
      "90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920"
    ],
    "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-14T18:13:37.139Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c429d21f-1f8b-4fbf-8ca0-278b6db8721c
VfModuleModelInvariantUUID:85369156-581c-460e-ab15-b09d77c4f2d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0deb091-026b-4f1a-9eb0-70c824bddff1
,
90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920

}
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-14T18:13:37.158Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0deb091-026b-4f1a-9eb0-70c824bddff1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-14T18:13:37.159Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:13:37.159Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-14T18:13:37.217Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:13:37.218Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b0deb091-026b-4f1a-9eb0-70c824bddff1 5033
2022-06-14T18:13:37.218Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-14T18:13:37.218Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-14T18:13:37.219Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:13:37.219Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:37.223Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:37.224Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230417218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:13:37.323Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-14T18:13:37.324Z||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-14T18:13:37.324Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:37.342Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:37.343Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:13:38.225Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-14T18:13:38.225Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-14T18:13:38.225Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-14T18:13:38.413Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-14T18:13:38.414Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 90f5e2bb-5bf4-4cdb-aacb-ea0cba30a920 903
2022-06-14T18:13:38.414Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-14T18:13:38.415Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-14T18:13:38.415Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-14T18:13:38.415Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:38.418Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:38.418Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230418414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:13:38.518Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:38.519Z||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-14T18:13:38.519Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:38.536Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:38.537Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:13:39.419Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 641340cc-1495-4991-b94e-cba3bbed9cd2
2022-06-14T18:13:39.419Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 46d6f9cd-6974-4c04-ac39-a6674107e942 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-14T18:13:39.437Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5176eb38, org.onap.sdc.toscaparser.api.parameters.Input@132caeac, org.onap.sdc.toscaparser.api.parameters.Input@3be53bfd, org.onap.sdc.toscaparser.api.parameters.Input@3408e9b8, org.onap.sdc.toscaparser.api.parameters.Input@5241eb2a]
2022-06-14T18:13:39.439Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.439Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:39.440Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-14T18:13:39.440Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 655562ee-d413-4af2-a938-81204325c618
2022-06-14T18:13:39.440Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 655562ee-d413-4af2-a938-81204325c618 matches Tosca VF Customization UUID: 655562ee-d413-4af2-a938-81204325c618
2022-06-14T18:13:39.440Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 655562ee-d413-4af2-a938-81204325c618  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-14T18:13:39.443Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.444Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:39.444Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 655562ee-d413-4af2-a938-81204325c618: {\"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-14T18:13:39.445Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45f0e1ea
2022-06-14T18:13:39.445Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.445Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-14T18:13:39.445Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 592085f8-8952-494d-818c-b451c634b85f
2022-06-14T18:13:39.445Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 592085f8-8952-494d-818c-b451c634b85f
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-14T18:13:39.449Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.449Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:39.449Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:13:39.449Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.450Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:39.450Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:13:39.450Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.450Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-14T18:13:39.451Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-14T18:13:39.451Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-14T18:13:39.451Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ac391325-4912-4028-9ede-1bc10bedb84e
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-14T18:13:39.455Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.455Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:39.455Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-14T18:13:39.456Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.456Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-14T18:13:39.456Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=655562ee-d413-4af2-a938-81204325c618
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-14T18:13:39.458Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.458Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:39.459Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 641340cc-1495-4991-b94e-cba3bbed9cd2: basic_vm_macro
2022-06-14T18:13:39.459Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.459Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:39.459Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.460Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:39.460Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.460Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:39.460Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.460Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:39.461Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-14T18:13:39.461Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-14T18:13:39.461Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||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-14T18:13:39.658Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 46d6f9cd-6974-4c04-ac39-a6674107e942 1 ASDC deployResourceStructure
2022-06-14T18:13:39.659Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-14T18:13:39.659Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-14T18:13:39.660Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:13:39.660Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:39.673Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:39.674Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230419659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T18:13:39.765Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-14T18:13:39.766Z||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-14T18:13:39.766Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:39.797Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:39.798Z||pool-136-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:39.925Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:13:39.926Z||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-14T18:13:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:39.982Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:39.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-14T18:13:39.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230299377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:13:39.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:13:40.675Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-14T18:13:40.675Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-14T18:13:40.676Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:13:40.676Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:40.679Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:40.679Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230420674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T18:13:40.779Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:40.780Z||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-14T18:13:40.780Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:40.812Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:40.813Z||pool-137-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:41.680Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-14T18:13:41.681Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-14T18:13:41.681Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:13:41.681Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:41.685Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:41.685Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230421680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-14T18:13:41.786Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-14T18:13:41.787Z||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-14T18:13:41.787Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:41.809Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:41.809Z||pool-138-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-14T18:13:42.687Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-14T18:13:42.687Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-14T18:13:42.688Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-14T18:13:42.688Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:13:42.702Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:13:42.702Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230422686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:13:42.798Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-14T18:13:42.811Z||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-14T18:13:42.811Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:13:42.840Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:13:42.841Z||pool-139-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-14T18:13:43.703Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:13:43.722Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:13:43.725Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T18:13:43.725Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T18:13:43.725Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T18:14:13.726Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:14:13.749Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:14:13.755Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T18:14:13.755Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-14T18:14:13.756Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-14T18:14:39.925Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:14:39.926Z||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-14T18:14:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:14:39.973Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:14:39.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T18:14:39.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230292450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230297721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:14:39.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230287863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230299377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:14:39.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230292450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230297721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230287863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230299377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230292450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230297721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230287863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230299377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-14T18:14:39.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230292450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:14:39.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230297721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230287863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:14:39.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230299377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230297721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230305464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:39.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:39.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230304463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:39.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:39.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230297746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:14:39.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230299377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230297721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:14:39.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:39.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:39.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:39.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "cds",
  "timestamp": 1655230305690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-14T18:14:40.005Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
2022-06-14T18:14:40.005Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 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-14T18:14:40.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230306490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:40.021Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230299377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:14:40.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230306523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655230299377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230307255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:40.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230307527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:14:40.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230308367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:40.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "policy-id",
  "timestamp": 1655230308531,
  "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-14T18:14:40.034Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
2022-06-14T18:14:40.035Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 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-14T18:14:40.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230309204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:14:40.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:14:40.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230309464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:40.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655230310209,
  "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-14T18:14:40.059Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
2022-06-14T18:14:40.059Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 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-14T18:14:40.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230309831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:40.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230310483,
  "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-14T18:14:40.082Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
2022-06-14T18:14:40.083Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 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-14T18:14:40.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655230311487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T18:14:40.100Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230311442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230312329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:14:40.100Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230314024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:14:40.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230311442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T18:14:40.101Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "aai-ml",
  "timestamp": 1655230315027,
  "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-14T18:14:40.109Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
2022-06-14T18:14:40.109Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 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-14T18:14:40.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230311442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230311442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230311442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230311442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230311442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:14:40.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230311442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:14:40.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:14:40.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230326114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:14:40.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230330124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:14:40.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:14:40.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:14:40.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "clamp",
  "timestamp": 1655230331130,
  "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-14T18:14:40.139Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
2022-06-14T18:14:40.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 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-14T18:14:43.756Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:14:43.772Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-14T18:14:43.777Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-14T18:14:43.777Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-14T18:14:43.777Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-14T18:14:43.777Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-14T18:14:43.778Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:14:43.778Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:14:43.778Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:14:43.778Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:14:43.778Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:14:43.778Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-14T18:14:43.778Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:14:43.784Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-14T18:15:13.785Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 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-14T18:15:13.794Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 and serviceModelVersionId: 641340cc-1495-4991-b94e-cba3bbed9cd2
2022-06-14T18:15:13.794Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7888ae5a-971b-4b05-85aa-23f4ddf1b258
2022-06-14T18:15:13.795Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7888ae5a-971b-4b05-85aa-23f4ddf1b258/model-vers/model-ver/641340cc-1495-4991-b94e-cba3bbed9cd2?depth=0
2022-06-14T18:15:13.804Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-14T18:15:13.899Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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/7888ae5a-971b-4b05-85aa-23f4ddf1b258/model-vers/model-ver/641340cc-1495-4991-b94e-cba3bbed9cd2?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-14T18:15:13.902Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7888ae5a-971b-4b05-85aa-23f4ddf1b258/model-vers/model-ver/641340cc-1495-4991-b94e-cba3bbed9cd2?depth=0|INFO|500||Invoke
2022-06-14T18:15:13.936Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7888ae5a-971b-4b05-85aa-23f4ddf1b258/model-vers/model-ver/641340cc-1495-4991-b94e-cba3bbed9cd2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-14T18:15:14.130Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7888ae5a-971b-4b05-85aa-23f4ddf1b258/model-vers/model-ver/641340cc-1495-4991-b94e-cba3bbed9cd2?depth=0|INFO|500||InvokeReturn
2022-06-14T18:15:14.145Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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/7888ae5a-971b-4b05-85aa-23f4ddf1b258/model-vers/model-ver/641340cc-1495-4991-b94e-cba3bbed9cd2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-18:15:14:892-56579], vertex-id=[278760], Content-Length=[0], Date=[Tue, 14 Jun 2022 18:15:14 GMT], Content-Type=[application/json]}
2022-06-14T18:15:14.146Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-14T18:15:14.146Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-14T18:15:14.147Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:15:14.158Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:15:14.159Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-14T18:15:14.159Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-14T18:15:14.159Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-14T18:15:14.162Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-14T18:15:14.162Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230514159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T18:15:14.264Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-14T18:15:14.265Z||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-14T18:15:14.265Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PrdXUhWZVLWEDS8o) ...
2022-06-14T18:15:14.308Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:15:14.309Z||pool-140-thread-1|||||INFO|500||cambria reply ok (45 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-14T18:15:15.198Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:15:15.199Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:15:15.199Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:15:25.497Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:15:25.498Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:15:25.498Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:15:25.498Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:15:35.050Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:15:35.051Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:15:35.052Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:15:35.052Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:15:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:15:39.925Z||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-14T18:15:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:15:39.956Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:15:39.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c04b1234-b44d-4686-bd7b-df6f3f308626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230403697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T18:15:39.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:15:39.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:15:39.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:15:39.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-14T18:15:39.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:15:39.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-14T18:15:39.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:15:39.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:15:39.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:15:39.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-14T18:15:39.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:15:39.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:15:39.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:15:39.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-14T18:15:39.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:15:39.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230299917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-14T18:15:39.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-14T18:15:39.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230412998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:15:39.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:15:39.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230416126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:15:39.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:15:39.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230417218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:15:39.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:15:39.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230418414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-14T18:15:39.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:15:39.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-14T18:15:39.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230419659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-14T18:15:39.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:15:44.612Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:15:44.613Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:15:44.614Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:15:44.614Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:15:54.175Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:16:39.917Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:16:39.919Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:16:39.919Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:16:39.924Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:16:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T18:16:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:16:39.954Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:16:39.955Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T18:16:39.955Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230420674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-14T18:16:39.957Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:16:39.957Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T18:16:39.958Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230421680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-14T18:16:39.959Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:16:39.959Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T18:16:39.959Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230422686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-14T18:16:39.960Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:16:49.499Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:17:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:17:39.918Z||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-14T18:17:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:17:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:17:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T18:17:39.926Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:17:40.464Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:17:40.466Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-14T18:17:40.466Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655230514159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-14T18:17:40.467Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-14T18:17:49.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:18:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:18:39.919Z||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-14T18:18:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:18:39.924Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:18:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T18:18:39.926Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:18:49.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:18:49.499Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:19:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:19:39.918Z||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-14T18:19:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:19:39.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:19:39.925Z||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-14T18:19:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:19:49.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:19:49.492Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:20:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:20:39.918Z||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-14T18:20:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:20:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:20:39.925Z||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-14T18:20:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:20:49.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:20:49.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:21:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:21:39.919Z||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-14T18:21:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:21:39.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:21:39.925Z||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-14T18:21:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:21:49.492Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:21:49.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:22:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:22:39.924Z||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-14T18:22:39.924Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:22:39.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:22:39.925Z||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-14T18:22:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:22:49.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:22:49.530Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:23:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:23:39.918Z||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-14T18:23:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:23:39.925Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:23:39.927Z||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-14T18:23:39.928Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:23:49.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:23:49.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:24:39.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:24:39.920Z||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-14T18:24:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:24:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:24:39.925Z||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-14T18:24:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:24:49.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:24:49.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:25:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:25:39.917Z||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-14T18:25:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:25:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:25:39.925Z||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-14T18:25:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:25:49.493Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:25:49.501Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:26:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:26:39.918Z||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-14T18:26:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:26:39.924Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:26:39.925Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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-14T18:26:39.926Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:26:49.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:26:49.537Z|7c838cd2-8ee1-4eb9-a4de-0f7196b2d4bb|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:27:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:27:39.919Z||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-14T18:27:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:27:39.925Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:27:39.926Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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-14T18:27:39.926Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:27:49.502Z|a9a6f1e7-ef6a-43bf-851a-d88a26da6ae1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:27:49.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:28:39.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:28:39.921Z||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-14T18:28:39.921Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:28:39.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:28:39.926Z||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-14T18:28:39.926Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:28:49.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:28:49.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:29:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:29:39.920Z||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-14T18:29:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:29:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:29:39.925Z||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-14T18:29:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:29:49.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:29:49.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:30:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:30:39.918Z||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-14T18:30:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:30:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:30:39.925Z||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-14T18:30:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:30:49.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:30:49.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:31:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:31:39.918Z||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-14T18:31:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:31:39.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:31:39.925Z||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-14T18:31:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:31:49.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:31:49.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:32:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:32:39.918Z||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-14T18:32:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:32:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:32:39.925Z||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-14T18:32:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:32:49.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:32:49.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:33:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:33:39.919Z||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-14T18:33:39.919Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:33:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:33:39.925Z||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-14T18:33:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:33:49.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:33:49.531Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:34:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:34:39.918Z||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-14T18:34:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:34:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:34:39.925Z||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-14T18:34:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:34:49.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:34:49.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:35:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:35:39.920Z||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-14T18:35:39.920Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:35:39.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:35:39.926Z||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-14T18:35:39.927Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:35:49.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:35:49.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:36:39.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:36:39.918Z||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-14T18:36:39.918Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:36:39.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-14T18:36:39.925Z||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-14T18:36:39.925Z||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 PrdXUhWZVLWEDS8o) ...
2022-06-14T18:36:49.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-14T18:36:49.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK